Internal Central Router

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

!

version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.0
ip access-group 120 in
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 192.168.100.30 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/1
ip address 192.168.24.2 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.200.0 255.255.255.0 192.168.24.1
ip route 0.0.0.0 0.0.0.0 192.168.100.10
ip route 0.0.0.0 0.0.0.0 192.168.100.20
ip route 192.168.0.0 255.255.255.0 192.168.24.1
ip route 192.168.0.0 255.255.255.0 192.168.25.1
!
ip flow-export version 9
!
!
access-list 101 permit ip any any
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end

You might also like