bunker (ttyp0) login: lab Password: Last login: Wed Dec 12 13:21:57 from 172.24.248.112 --- JUNOS 5.0R3.3 built 2001-10-24 23:26:14 UTC lab@bunker> show configuration version 5.0R3.3; system { host-name bunker; domain-name poc.juniper.net; domain-search [ poc.juniper.net juniper.net ]; time-zone America/Los_Angeles; authentication-order [ radius password ]; ports { console type vt100; } name-server { 172.19.34.1; 172.19.34.2; } radius-server { 172.19.34.1 { port 1812; secret "$9$yyHrMLX7-ws4.P5F6/0OLx7NwY4aZUHq"; # SECRET-DATA } 172.19.34.2 { port 1812; secret "$9$GEUkmP5Qn6ASreWXxwsmf5Tn/Ap0BEc"; # SECRET-DATA } } login { user lab { uid 2001; class superuser; authentication { encrypted-password "$1$y19Mb$1.5v1LbM.g0ecOE2lFLdx0"; # SECRET-DATA } } user remote { uid 2001; class superuser; } } services { ftp; telnet; } } interfaces { ge-0/0/0 { vlan-tagging; unit 0 { vlan-id 100; family inet { address 10.105.1.2/24; } } unit 1 { vlan-id 200; family inet { address 10.205.1.2/24; } } } fe-0/3/0 { speed 100m; link-mode full-duplex; unit 0 { family inet { address 20.0.0.1/24; } } } fxp0 { unit 0 { family inet { address 172.19.32.202/24; } } } lo0 { unit 0 { family inet { address 192.168.105.1/32; } } } } routing-options { interface-routes { rib-group multicast; } static { route 0.0.0.0/0 { next-hop 172.19.32.254; retain; no-readvertise; } } rib-groups { multicast { export-rib inet.2; import-rib [ inet.2 inet.0 ]; } } autonomous-system 1005; } protocols { bgp { group ext-peer { type external; family inet { any; } export send-direct; peer-as 10; neighbor 10.105.1.1; } group mcast-peer { type external; family inet { any; } export reddir; peer-as 10; neighbor 10.205.1.1; } } msdp { peer 10.205.1.1 { local-address 10.205.1.2; } } pim { rp { local { address 10.205.1.2; } } interface fe-0/3/0.0 { mode sparse-dense; } interface ge-0/0/0.1 { mode sparse-dense; } } } policy-options { policy-statement send-direct { from protocol [ direct local ]; then accept; } policy-statement reddir { from { protocol direct; route-filter 192.168.0.0/16 orlonger; route-filter 20.0.0.0/16 orlonger; } then accept; } } lab@bunker>