gsi@R1# save terminal version 6.4R1.6; system { host-name R1; ports { console type vt100; } login { class admin { permissions all; } user gsi { uid 210; class admin; authentication { encrypted-password "$1$VtdTzeTR$.B8F0rmlbzEZhFarI1Woi/"; ## SECRET-DATA } } user lantc { uid 1000; class admin; authentication { encrypted-password "$1$tEJJfCbM$LKqMlWVYqYCh2sxjuz0BV."; ## SECRET-DATA } } } services { telnet { connection-limit 250; } } } interfaces { fe-0/0/0 { description "Control channel"; speed 100m; mtu 1500; link-mode half-duplex; unit 0 { family inet { address 192.168.1.1/24; } family mpls; } } fe-0/0/1 { description "Data channel to R2"; speed 100m; mtu 1500; link-mode half-duplex; unit 0 { family inet { address 10.0.1.1/24; } family mpls; } } fxp0 { unit 0 { family inet { address 172.16.2.1/24; } } } gre { unit 0 { tunnel { source 192.168.1.1; destination 192.168.1.2; } family inet { address 192.168.250.1/24; } family mpls; } } lo0 { unit 0 { family inet { address 192.168.254.1/32; } } } } routing-options { router-id 192.168.254.1; } protocols { rsvp { interface fxp0.0 { disable; } interface gre.0 { disable; } interface all; peer-interface R2; } ospf { traceoptions { file ospf-debug; flag all; } area 0.0.0.0 { interface lo0.0; interface fe-0/0/0.0; interface fxp0.0 { disable; } peer-interface R2; } } link-management { te-link te-fe-0/0/1 { local-address 10.0.1.1; remote-address 10.0.1.2; remote-id 55334; interface fe-0/0/1 { local-address 10.0.1.1; remote-address 10.0.1.2; remote-id 54190; } } peer R2 { address 192.168.254.2; control-channel gre.0; te-link te-fe-0/0/1; } } } Wrote 129 lines of configuration to 'terminal' [edit] gsi@R1#