Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree

Versions Compared

Key

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

Run the command set protocols ospf6 distance ospf6 intra-area inter-area external -ospf6 to configure the administrative distance for intra-area, inter-area and external routes.

Run the command delete protocols ospf6 distance ospf6 intra-area inter-area external -ospf6 to remove this configuration from the switch.

...

set protocols ospf6 distance-ospf6 {intra-area <1-255distance> | inter-area <1-255distance> | external <1-255distance>}

delete protocols ospf6 distance-ospf6 {intra-area <1-255distance> | inter-area <1-255distance> | external <1-255distance>}


Parameters

ParameterDescription
intra-area <
1-255
distance>Specifies the administrative distance for intra-area routes. The values is an integer that ranges from 1 to 255.
inter-area <
1-255
distance>Specifies the administrative distance for inter-area routes. The values is an integer that ranges from 1 to 255.
external <
1-255
distance>Specifies the administrative distance for external routes. The values is an integer that ranges from 1 to 255.


Example

  • This example configures the administrative distance of inter-area routes and intra-area routes to 200 and sets the administrative distance for external routes to 250.
Code Block
admin@XorPlus# set protocols ospf6 distance ospf6 intra-area 200
admin@XorPlus# set protocols ospf6 distance-ospf6 inter-area 200
admin@XorPlus# set protocols ospf6 distance-ospf6 external 250
admin@XorPlus# commit