luke (ttyp0) login: lab Password: Last login: Fri Jun 18 02:14:49 from 172.24.248.112 --- JUNOS 5.1R1.4 built 2001-11-01 19:09:34 UTC lab@luke> 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.106/24; } } } } } } apply-groups [ sonet re0 ]; system { host-name luke; domain-name poc.juniper.net; domain-search [ poc.juniper.net juniper.net ]; authentication-order [ radius password ]; name-server { 172.19.34.1; 172.19.34.2; } radius-server { 172.19.34.1 { port 1812; secret "$9$QUvUz/AtuOREyNdb2oaiHApu0RhylKMX7"; # SECRET-DATA } 172.19.34.2 { port 1812; secret "$9$79Nw2goJDjq/CtOIRle24oaDiqmfT36"; # SECRET-DATA } } login { user remote { uid 2000; class superuser; } } services { ftp; ssh; telnet; } syslog { user * { any emergency; } file messages { any notice; authorization info; } file my_messages { any info; authorization warning; } } ntp { boot-server ntp.juniper.net; server 172.17.27.46; } } interfaces { ge-0/0/0 { vlan-tagging; unit 0 { vlan-id 100; family inet { address 10.101.1.2/24; } } unit 1 { vlan-id 200; family inet { address 10.201.1.2/24; } } } fe-0/3/0 { unit 0 { family inet { address 200.100.1.1/24; } } } lo0 { unit 0 { family inet { address 192.168.101.1/32; } } } } routing-options { static { route 0.0.0.0/0 { next-hop 172.19.32.254; retain; no-readvertise; } } autonomous-system 1001; } protocols { igmp { interface fe-0/3/0.0 { static { group 224.3.2.1 { source 20.0.0.2; } } } } bgp { group core { type external; import nonMCvpn; export send-direct; peer-as 10; neighbor 10.101.1.1; } group mcast { type external; peer-as 10; neighbor 10.201.1.1 { family inet { any; } } } } msdp { peer 10.14.1.2 { local-address 10.201.1.2; } } pim { rp { local { address 10.201.1.2; } } interface ge-0/0/0.1 { mode sparse-dense; } interface fe-0/3/0.0 { mode sparse-dense; } } } policy-options { policy-statement send-direct { from protocol direct; then accept; } policy-statement nonMCvpn { from { protocol bgp; route-filter 20.0.0.0/24 exact; } then reject; } } lab@luke>