root@m5-31> show configuration version 6.0R2.3; system { host-name m5-31; root-authentication { encrypted-password "$1$uMqOa/Fd$izMPSndxi7yih/1OArGyb/"; # SECRET-DATA } login { user centaur { uid 2000; class super-user; authentication { encrypted-password "$1$sRWjqhEf$l26PNz8UpcdA2mwx9tHin1"; # SECRET-DATA } } user ws { full-name Workshop; uid 2002; class super-user; authentication { encrypted-password "$1$rspvOL6O$ECjcr5mNsYo9mPrDM/8ZE."; # SECRET-DATA } } } services { ssh; telnet; } syslog { user * { any emergency; } file messages { any notice; authorization info; } } } interfaces { fe-0/0/0 { unit 0 { family inet { address 132.160.132.33/24; } } } fe-0/0/1 { unit 0 { family inet { address 132.160.132.65/29; } } } fe-0/0/2 { unit 0 { family inet { address 132.160.103.20/22; } } } fe-0/0/3 { unit 0 { family inet { address 129.24.100.97/29; } } } fxp0 { disable; unit 0 { family inet { address 192.168.1.173/24; } } } lo0 { mtu 9180; unit 0 { family inet { mtu 9166; address 10.50.255.2/32; } } } } routing-options { static { route 0.0.0.0/0 { next-hop 132.160.100.1; retain; install; readvertise; } } } protocols { ospf { export ORIG-DEF; area 0.0.0.0 { interface fe-0/0/1.0; interface fe-0/0/2.0; interface fe-0/0/3.0; } } } policy-options { policy-statement ORIG-DEF { from protocol static; then accept; } } root@m5-31>