Reference Guide
5 Change the priority of the interface, which determines the DR for the OSPFv3 broadcast network in INTERFACE mode (0 to 255,
default 1).
ipv6 ospf priority number
Change OSPFv3 Interface Parameters
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# ipv6 ospf hello-interval 5
OS10(conf-if-eth1/1/1)# ipv6 ospf dead-interval 20
OS10(conf-if-eth1/1/1)# ipv6 ospf priority 4
View OSPFv3 Interface Parameters
OS10# show ipv6 ospf interface
fortyGigE 0/0 is up, line protocol is up
Link Local Address fe80::92b1:1cff:fef4:a39d, Interface ID 1048581
Area 0, Process ID 10, Instance ID 0, Router ID 60.60.60.1
NetworkType BROADCAST, Cost: 1, Passive: No
Transmit Delay is 0 sec, State BDR, Priority 4
Designated router on this network is 70.70.70.1
Backup designated router on this network is 60.60.60.1 (local)
Timer intervals configured, Hello 5, Dead 20
Default route
You can generate an external default route and distribute the default information to the OSPFv3 routing domain.
• To generate the default route, use the default-information originate [always] command in ROUTER-OSPFv3 mode.
Congure default route
OS10(config)# router ospfv3 100
OS10(config-router-ospf-100)# default-information originate always
View default route conguration
OS10(config-router-ospf-100)# show configuration
!
router ospfv3 100
default-information originate always
Troubleshoot OSPFv3
You can troubleshoot OSPFv3 operations, as well as check questions for any typical issues that interrupt a process.
• Is OSPFv3 enabled globally?
• Is OSPFv3 enabled on the interface?
• Are adjacencies established correctly?
• Are the interfaces congured for L3 correctly?
• Is the router in the correct area type?
• Are the OSPF routes included in the OSPF database?
• Are the OSPF routes included in the routing table in addition to the OSPF database?
Troubleshooting OSPFv3 with show Commands
• View a summary of all OSPF process IDs enabled in EXEC mode.
show running-configuration ospfv3
• View summary information of IP routes in EXEC mode.
show ipv6 route summary
• View summary information for the OSPF database in EXEC mode.
show ipv6 ospf database
326
Layer 3