Celestica Documentation Portal

Find your product documents here

interface area

Enables routing on an IPv6 interface.

Syntaxinterface <IFNAME> area <A.B.C.D|area-id>
Command modeRouter OSPF6
Parameters
  • A.B.C.D – OSPF6 area ID in IP address format.

  • area-id – OSPF6 area ID as a decimal value. Range: 0 – 4294967295.

  • IFNAME – Interface name (Example: Ethernet1, Vlan1, PortChannel1).

Usage Use no interface <IFNAME> area <A.B.C.D|area-id> to remove the configuration.
Supported Releases1.1.0 or later
Click command None
Example
sonic(config-ospf6)# interface Ethernet8 area 1
sonic(config-ospf6)# no interface Ethernet8 area 1
sonic(config-ospf6)#
sonic(config-ospf6)# interface Ethernet8 area 1.1.1.1
sonic(config-ospf6)# no interface Ethernet8 area 1.1.1.1