show ## Last changed: 2012-03-07 05:01:07 UTC version 10.4R6.5; system { root-authentication { encrypted-password "$1$kH7aDrSs$Ndw6Ew.zBnqBk8UbG2X5q."; ## SECRET-DATA } name-server { 208.67.222.222; 208.67.220.220; } services { ssh; telnet; xnm-clear-text; web-management { http { interface vlan.0; } https { system-generated-certificate; interface vlan.0; } } } syslog { archive size 100k files 3; user * { any emergency; } file messages { any critical; authorization info; } file interactive-commands { interactive-commands error; } } max-configurations-on-flash 5; max-configuration-rollbacks 5; license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } } interfaces { ge-0/0/0 { unit 0 { family inet { address 192.168.1.1/24; } family iso; } } ge-0/0/1 { unit 0 { family ethernet-switching; } } ge-0/0/2 { unit 0 { family ethernet-switching; } } ge-0/0/3 { unit 0 { family ethernet-switching; } } ge-0/0/4 { unit 0 { family ethernet-switching; } } ge-0/0/5 { unit 0 { family ethernet-switching; } } ge-0/0/6 { unit 0 { family ethernet-switching; } } ge-0/0/7 { unit 0 { family ethernet-switching; } } lo0 { unit 0 { family iso { address 49.0001.00a0.c96b.c490.00; } } } } protocols { isis { traceoptions { file ISIS.log size 1000000; flag packets detail; flag route detail; flag error detail; } no-authentication-check; no-ipv4-routing; no-ipv6-routing; clns-routing; interface all { point-to-point; } } stp; } security { zones { security-zone trust { host-inbound-traffic { system-services { all; } protocols { all; } } } security-zone untrust { interfaces { ge-0/0/0.0 { host-inbound-traffic { system-services { dhcp; tftp; all; } protocols { all; } } } } } } policies { from-zone trust to-zone untrust { policy trust-to-untrust { match { source-address any; destination-address any; application any; } then { permit; } } } } } [edit] root# root# run show isis route IS-IS routing table Current version: L1: 58 L2: 64 ISO Routes ---------- Prefix L Version Metric Type Interface NH Via SNPA 49.0001/24 1 58 0 int 49.0001.00a0.c96b.c600/72 1 58 10 int ge-0/0/0.0 CLNS Router 0:19:56:79:3d:3a root# run show isis adjacency detail Router Interface: ge-0/0/0.0, Level: 1, State: Up, Expires in 28 secs Priority: 64, Up/Down transitions: 1, Last transition: 00:00:29 ago Circuit type: 3, MAC address: 0:19:56:79:3d:3a Topologies: Unicast Restart capable: Yes, Adjacency advertisement: Advertise LAN id: .02 Router Interface: ge-0/0/0.0, Level: 2, State: Up, Expires in 20 secs Priority: 64, Up/Down transitions: 1, Last transition: 00:00:29 ago Circuit type: 3, MAC address: 0:19:56:79:3d:3a Topologies: Unicast Restart capable: Yes, Adjacency advertisement: Advertise LAN id: .02 [edit protocols isis] root# run show isis adjacency Interface System L State Hold (secs) SNPA ge-0/0/0.0 Router 1 Up 26 0:19:56:79:3d:3a ge-0/0/0.0 Router 2 Up 28 0:19:56:79:3d:3a root# run ping clns 49.0001.00a0.c96b.c490.00 count 5 PING 49.0001.00a0.c96b.c490.00 (49.0001.00a0.c96b.c490.00): 55 data bytes 64 bytes from 49.0001.00a0.c96b.c490.00: seq=0 ttl=30 time=0.370 ms 64 bytes from 49.0001.00a0.c96b.c490.00: seq=1 ttl=30 time=1.366 ms 64 bytes from 49.0001.00a0.c96b.c490.00: seq=2 ttl=30 time=0.358 ms 64 bytes from 49.0001.00a0.c96b.c490.00: seq=3 ttl=30 time=0.808 ms 64 bytes from 49.0001.00a0.c96b.c490.00: seq=4 ttl=30 time=0.373 ms --- ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.358/0.655/1.366/0.394 ms [edit] root# run ping clns 49.0001.00a0.c96b.c600.00 count 5 PING 49.0001.00a0.c96b.c600.00 (49.0001.00a0.c96b.c600.00): 55 data bytes --- ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss [edit] root# root# run show chassis cluster status error: Chassis cluster is not enabled.