Celestica Documentation Portal

Find your product documents here

address range

Configures address range.

Syntaxarea <A.B.C.D|area-id> range [advertise|cost <cost-id>|not-advertise]
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.

  • cost-id – Advertised metric for this range. Range: 0 – 16777215.

  • A::B/M – IPv6 address.

Usage Use no area <A.B.C.D|area-id> range [advertise|cost <cost-id>|not-advertise] to remove the configuration.
Supported Releases1.1.0 or later
Click command None
Example
sonic(config-ospf6)# area 1 range 121::1/64
sonic(config-ospf6)# area 1 range 121::1/64 advertise
sonic(config-ospf6)# area 1 range 121::1/64 cost 2
sonic(config-ospf6)# area 1 range 121::1/64 not-advertise
sonic(config-ospf6)# no area 1 range 121::1/64
sonic(config-ospf6)# no area 1 range 121::1/64 advertise
sonic(config-ospf6)# no area 1 range 121::1/64 cost 2
sonic(config-ospf6)# no area 1 range 121::1/64 not-advertise