area range
Aggregates routes at an area boundary. By default, the range of configured networks is advertised in type 3 (summary) LSAs. The no version disables this function.
For OSPFv2:
[ no ] area { areaId | areaIdInt } range ipAddress mask [ do-not-advertise ]
[ cost costValue ][ no ] area { areaId | areaIdInt } range ipv6Prefix/ipv6PrefixLength
[ do-not-advertise | advertise | cost costValue ]
- areaIdOSPF area ID in IP address format
- areaIdIntOSPF area ID as a decimal value in the range 04294967295
- ipAddressIP address to match
- maskIP address mask
- ipv6PrefixIPv6 network number to match
- ipv6PrefixLengthLength of the IPv6 prefix; a decimal value that indicates how many of the higher-order contiguous bits of the IPv6 address make up the prefix (the network portion of the IPv6 address). A slash (/) must precede this value.
- do-not-advertiseSpecifies that the range of configured networks is not advertised
- advertiseSpecifies that the range of configured networks is advertised (IPv6 only)
- costValueCost value for the specified range of networks in the range 065535
Router Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.
cost keyword and costValue variable for OSPFv2 added in JUNOSe Release 8.1.0.