version 5.0R3.3; /* */ /* 2547bis L3 VPN Configuration - ivang@juniper.net 7/8/01 */ /* uscce.cfg */ system { host-name uscce; ports { console type vt100; } login { user lab { uid 2000; class superuser; authentication { encrypted-password "$1$y19Mb$1.5v1LbM.g0ecOE2lFLdx0"; # SECRET-DATA } } } services { ftp; telnet; } } interfaces { ge-0/1/0 { unit 0 { family inet { address 10.104.1.2/24; } } } fxp0 { unit 0 { family inet { address 172.19.32.207/24; } } } lo0 { unit 0 { family inet { address 192.168.104.1/32; } } } } routing-options { static { route 0.0.0.0/0 { next-hop 172.19.32.254; retain; no-readvertise; } } autonomous-system 1008; } protocols { bgp { group calren { type external; export reddir; peer-as 10; neighbor 10.108.1.1; } } } policy-options { policy-statement reddir { from { protocol direct; route-filter 192.168.108.0/24 orlonger; } then accept; } }