lab@putter> show configuration version 5.1R1.4; system { host-name putter; domain-name poc.juniper.net; domain-search [ poc.juniper.net juniper.net ]; time-zone America/Los_Angeles; debugger-on-break; dump-on-panic; name-server { 172.19.34.1; 172.19.34.2; } login { user lab { full-name "Mr Lab"; uid 2000; class superuser; authentication { encrypted-password "$1$XG/6I$UvivJJHs2w1TL/fYUtOnt."; # SECRET-DATA } } } services { finger { connection-limit 10; rate-limit 4; } ftp { connection-limit 3; rate-limit 2; } ssh; telnet { connection-limit 5; rate-limit 3; } } syslog { user * { any emergency; } file messages { any notice; authorization info; } } } chassis { dump-on-panic; } interfaces { ge-0/0/0 { vlan-tagging; unit 0 { vlan-id 100; family inet { address 10.100.1.2/24; } } unit 1 { vlan-id 200; family inet { address 10.200.1.2/24; } } } fe-0/3/0 { unit 0 { family inet { address 30.0.0.1/30; } } } fxp0 { unit 0 { family inet { address 172.19.32.205/24; } } } lo0 { unit 0 { family inet { address 192.168.100.1/32; } } } } routing-options { static { route 0.0.0.0/0 { next-hop 172.19.32.254; retain; no-readvertise; } route 20.0.0.0/24 next-hop 10.100.1.1; } rib-groups { MC { import-rib inet.2; } } autonomous-system 1000; } protocols { bgp { group sb { type external; family inet { any; } export send-direct; peer-as 10; neighbor 10.100.1.1; } group mcast-peer { type external; family inet { multicast; any; } peer-as 10; neighbor 10.200.1.1; } } msdp { peer 10.14.1.2 { local-address 10.200.1.2; } } pim { rib-group inet MC; rp { local { address 192.168.100.1; } } 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; route-filter 192.168.100.0/24 orlonger; } then accept; } }