Reference Guide

Congure Passive Interfaces
OS10(config)# interface ethernet 1/1/6
OS10(conf-if-eth1/1/6)# ipv6 ospf passive
View Passive Interfaces
OS10# show running-configuraiton
!!!
!!
interface ethernet1/1/1
ip address 10.10.10.1/24
no switchport
no shutdown
ipv6 ospf 100 area 0
ipv6 ospf passive
!!
!
Interface OSPFv3 Parameters
Interface parameter values must be consistent across all interfaces to avoid routing errors. For example, set the same time interval for the
hello packets on all routers in the OSPF network to prevent misconguration of OSPF neighbors.
1 Enter the interface to change the OSPFv3 parameters in CONFIGURATION mode.
interface interface-name
2 Change the cost associated with OSPFv3 trac on the interface in INTERFACE mode (1 to 65535, default depends on the interface
speed).
ipv6 ospf cost
3 Change the time interval the router waits before declaring a neighbor dead in INTERFACE mode (1 to 65535, default 40). The dead
interval must be four times the hello interval. The dead interval must be the same on all routers in the OSPFv3 network.
ipv6 ospf dead-interval seconds
4 Change the time interval (in seconds) between hello-packet transmission in INTERFACE mode (1 to 65535, default 10). The hello
interval must be the same on all routers in the OSPFv3 network.
ipv6 ospf hello-interval seconds
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
440
Layer 3