OSPFv3 Flashcards
Learn to implement OSPFv3
Command to enable IPv6 routing
ipv6 unicast-routing
Command to start an IPv6 OSPF router process
ipv6 router ospf
Command to set the router id
router-id x.x.x.x
Commands to enable OSPF-for-IPv6 on an interface
interface
ipv6 ospf # area #
Examine OSPFv3 adjacencies for IPv6
show ipv6 ospf neighbor
Examine OSPFv3 adjacencies for IPv6
show ipv6 route ospf
Specify an IPv6 neighbor for OSPFv3
ipv6 ospf neighbor
Command to start an OSPFv3 process using the new configuration style
router ospfv3
Commands to enable OSPFv3-for-ipv6 address family on an interface using new configuration approach
ospfv3 ipv6 area
Command to view adjacencies for both ipv4/ipv6 address families
show ospfv3 neighbor
Configuration for Traditional OSPFv2 for IPv4
router ospf process-id
Configuration for Traditional OSPFv3 for IPv6
ipv6 router ospf process-id
New style OSPFv3 configuration for IPv4 and IPv6
router ospfv3 process-id