[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Verifying CLNS VPN Configuration

Verify that the Services Router is configured correctly for CLNS VPNs.

Displaying CLNS VPN Configuration

Purpose

Verify the configuration of CLNS VPNs.

Action

From the J-Web interface, select Configuration>View and Edit>View Configuration Text. Alternatively, from configuration mode in the CLI, enter the show command.

[edit] user@host# show interfaces { e1–2/0/0.0 { unit 0 { family inet { address 192.168.37.51/31; } family iso; family mpls; } } t1–3/0/0.0 { unit 0 { family inet { address 192.168.37.24/32; } family iso; family mpls; } } lo0 { unit 0 { family inet { address 127.0.0.1/32; address 10.255.245.215/32; } family iso { address 47.0005.80ff.f800.0000.0108.0001.1921.6800.4215.00; } } unit 1 { family iso { address 47.0005.80ff.f800.0000.0108.aaa2.1921.6800.4215.00; } } } } routing-options { autonomous-system 230; } protocols { bgp { group pedge-pedge { type internal; local-address 10.255.245.215; neighbor 10.255.245.212 { family iso-vpn { unicast; } } } } } policy-options { policy-statement dist-bgp { from { protocol bgp; family iso; } then accept; } } routing-instances { aaaa { instance-type vrf; interface lo0.1; interface e1–2/0/0.0; interface t1–3/0/0.0; route-distinguisher 10.255.245.1:1; vrf-target target:11111:1; routing-options { rib aaaa.iso.0 { static { iso-route 47.0005.80ff.f800.0000.bbbb.1022/104 next-hop 47.0005.80ff.f800.0000.aaaa.1000.1921.6800.4196.00; } } } protocols { esis { interface all; } isis { export dist-bgp; no-ipv4–routing; no-ip64–routing; clns–routing; interface all; } } } }

What it Means

Verify that the output shows the intended configuration of CLNS VPNs. For more information about the format of a configuration file, see the J-series Services Router Basic LAN and WAN Access Configuration Guide.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]