Example: Viewing Reserved IRI IP Addresses

A number of interception related information (IRI) IP addresses, such as 128.0.0.1, are reserved for internal communication. 128.0.0.1 is the base of the IRI IP address. The upper limit of this range depends on the chassis configuration of the router and may use 129.x.x.x, 130.x.x.x, and so on.

The following example shows how to use the CLI command show route table __juniper_private1__ to view the router’s configured IP addresses, including the reserved IRI IP addresses.


user@host> show route table __juniper_private1__
__juniper_private1__.inet.0: 8 destinations, 8 routes (5 active, 0 holddown, 3 hidden)
+ = Active Route, - = Last Active, * = Both

10.0.0.0/8         *[Direct/0] 7w1d 03:24:45
                    > via fxp1.0
10.0.0.1/32        *[Local/0] 7w1d 03:22:48
                      Local via sp-1/2/0.16383
10.0.0.4/32        *[Local/0] 7w1d 03:24:45
                      Local via fxp1.0
10.0.0.34/32       *[Direct/0] 7w1d 03:22:32
                    > via sp-1/2/0.16383
128.0.0.0/2        *[Direct/0] 7w1d 03:24:45
                    > via fxp1.0

__juniper_private1__.inet6.0: 4 destinations, 4 routes (4 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

fe80::/64          *[Direct/0] 7w1d 03:24:45
                    > via fxp1.0
fe80::200:ff:fe00:4/128
                   *[Local/0] 7w1d 03:24:45
                      Local via fxp1.0
fec0::/64          *[Direct/0] 7w1d 03:24:45
                    > via fxp1.0
fec0::a:0:0:4/128  *[Local/0] 7w1d 03:24:45
                      Local via fxp1.0

Related Topics