Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

set protocol ospf interface <vlan-interface> vif <vlan-interface> area {<ipv4>|<0-4294967295><vlan-interface> area {<ipv4>|<area-id>}

delete protocol ospf interface <vlan-interface> vif <vlan-interface> area {<ipv4>|<0-4294967295>}

Parameters

...

<vlan-interface>  area {<ipv4>|<area-id>}


Parameters

interface <vlan-interface>Specifies the VLAN interface name.

area {<ipv4>|

<0

<area-

4294967295>

id>}

Specifies the OSPF area in IPv4 format or an integer in the range of 0 to 4294967295.


Example

  •  Enable OSPF on interface vlan200 and assign it to area 1.1.1.1.
Code Block
admin@XorPlus# set protocols ospf interface vlan200 vif vlan200 area 1.1.1.1
admin@Xorplus# commit

...