Enterasys Networks XSR-Series Router User Manual


 
Configuration Guide Page 6 of 55
1.4 IP-RIPv1,v2-routing
XSR-1805#show running-config
!!
! Version 4.0.0.0, Built Mar 26 2003, 19:47:17
!
hostname XSR-1805
!
interface FastEthernet1
description "LAN-Interface1"
ip address 10.10.10.1 255.255.255.0
ip address 40.40.40.1 255.255.255.0 secondary
no shutdown
!
interface FastEthernet2
description "LAN-Interface2"
ip address 20.20.20.1 255.255.255.0
ip address 50.50.50.1 255.255.255.0 secondary
no shutdown
!
interface Loopback0
ip address 192.168.222.1 255.255.255.255
no shutdown
!
ip route 0.0.0.0 0.0.0.0 10.10.10.2
ip route 11.11.11.0 255.255.255.0 10.10.10.254
ip route 21.21.21.0 255.255.255.0 20.20.20.254
ip route 41.41.41.9 255.255.255.255 40.40.40.254
ip route 51.51.51.9 255.255.255.255 50.50.50.254
!
router rip
network 10.10.10.0
network 20.20.20.0
network 40.40.40.0
network 50.50.50.0
redistribute static
!
end
XSR-1805#