xwing (ttyp0) login: lab Password: Last login: Wed Dec 12 11:04:08 from 172.24.248.125 --- JUNOS 5.1R1.4 built 2001-11-01 19:09:34 UTC lab@xwing> show configuration version 5.1R1.4; groups { sonet { interfaces { { encapsulation ppp; sonet-options { fcs 32; payload-scrambler; } } } } re0 { interfaces { fxp0 { unit 0 { family inet { address 172.19.32.102/24; } } } } } } apply-groups [ re0 sonet ]; system { host-name xwing; domain-name poc.juniper.net; domain-search [ poc.juniper.net juniper.net ]; time-zone America/Tijuana; authentication-order [ radius password ]; name-server { 172.19.34.1; 172.19.34.2; } radius-server { 172.19.34.1 { port 1812; secret "$9$RXUErKvWLN-wjHqfQzCAKMW8NdwYgoGD"; # SECRET-DATA } 172.19.34.2 { port 1812; secret "$9$q.TF369pu1M8X-bwaJFn6/p01RhSev"; # SECRET-DATA } } login { user remote { uid 2000; class superuser; } } services { ftp; ssh; telnet; } syslog { user * { any emergency; } file messages { any notice; authorization info; } } } interfaces { ge-0/0/0 { vlan-tagging; unit 0 { vlan-id 100; family inet { address 10.102.1.2/24; } } unit 1 { vlan-id 200; family inet { address 10.202.1.2/24; } } } fe-0/3/0 { unit 0 { family inet { address 200.102.1.1/24; } } } lo0 { unit 0 { family inet { address 192.168.102.1/32; } } } } routing-options { static { route 0.0.0.0/0 { next-hop 172.19.32.254; no-readvertise; } } autonomous-system 1002; } protocols { igmp { interface fe-0/3/0.0 { static { group 224.3.2.1 { source 20.0.0.2; } } } } bgp { group to-vpn { type external; export reddir; peer-as 10; neighbor 10.102.1.1; } group mcast { type external; peer-as 10; neighbor 10.202.1.1 { family inet { any; } } } } msdp { peer 10.14.1.2 { local-address 10.202.1.2; } } pim { rp { static { address 10.1.1.3 { version 2; } } } interface ge-0/0/0.1 { mode sparse-dense; } interface fe-0/3/0.0 { mode sparse-dense; } } } policy-options { policy-statement reddir { from { protocol direct; route-filter 192.168.0.0/16 orlonger; } then accept; } } lab@xwing>