0% found this document useful (0 votes)
82 views

5 5 1

The document configures three routers and three switches to establish connectivity. Router R1, R2 and R3 are configured with interfaces, OSPF routing and access control lists to control traffic flow. Switches S1, S2 and S3 are configured with VLAN interfaces to connect to the router interfaces.

Uploaded by

yfv181164
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views

5 5 1

The document configures three routers and three switches to establish connectivity. Router R1, R2 and R3 are configured with interfaces, OSPF routing and access control lists to control traffic flow. Switches S1, S2 and S3 are configured with VLAN interfaces to connect to the router interfaces.

Uploaded by

yfv181164
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 6

5.5.1 R1 hostname R1 ! no ip domain-lookup enable secret class banner motd =Authorized Access Only!= ! interface fa0/0 ip address 192.168.10.

1 255.255.255.0 no shut ! interface fa0/1 ip address 192.168.11.1 255.255.255.0 no shut ! interface s0/0/0 ip address 10.1.1.1 255.255.255.252 clock rate 125000 no shut ! router ospf 1 network 192.168.10.0 0.0.0.255 area 0 network 192.168.11.0 0.0.0.255 area 0 network 10.1.1.0 0.0.0.3 area 0 ! line con 0 logging synchronous password cisco login ! line vty 0 4 password cisco login R2 hostname R2 ! no ip domain-lookup enable secret class banner motd =Authorized Access Only!= ! interface fa0/1 ip address 192.168.20.1 255.255.255.0 no shut ! interface s0/0/0 ip address 10.1.1.2 255.255.255.252 no shut interface s0/0/1 ip address 10.2.2.1 255.255.255.252 clock rate 64000 no shut ! interface Lo0 ip address 209.165.200.225 255.255.255.224 !

router ospf 1 network 10.1.1.0 0.0.0.3 area 0 network 10.2.2.0 0.0.0.3 area 0 network 192.168.20.0 0.0.255.255 area 0 network 209.165.200.224 0.0.0.31 area 0 ! line con 0 logging synchronous password cisco login ! line vty 0 4 password cisco login R3 hostname R3 ! no ip domain-lookup enable secret class banner motd =Authorized Access Only!= ! interface fa0/1 ip add 192.168.30.1 255.255.255.0 no shut ! interface s0/0/1 ip add 10.2.2.2 255.255.255.252 no shut ! router ospf 1 network 10.2.2.0 0.0.0.3 area 0 network 192.168.30.1 0.0.0.255 area 0 ! line con 0 logging synchronous password cisco login ! line vty 0 4 password cisco login S1 hostname S1 ! no ip domain-lookup enable secret class banner motd =Authorized Access Only!= ! line con 0 logging synchronous password cisco login ! line vty 0 4 password cisco login

interface vlan 1 ip address 192.168.10.2 255.255.255.0 no shut ip default-gateway 192.168.10.1 S2 hostname S2 ! no ip domain-lookup enable secret class banner motd =Authorized Access Only!= ! line con 0 logging synchronous password cisco login ! line vty 0 4 password cisco login interface vlan 1 ip address 192.168.11.2 255.255.255.0 no shut ip default-gateway 192.168.11.1 S3 hostname S3 ! no ip domain-lookup enable secret class banner motd =Authorized Access Only!= ! line con 0 logging synchronous password cisco login ! line vty 0 4 password cisco login interface vlan 1 ip add 192.168.30.2 255.255.255.0 no shut ip default-gateway 192.168.30.1 R3 interface serial 0/0/1 ip access-group STND-1 in end copy run start R1 interface serial 0/0/0

ip access-group EXTEND-1 out end copy run start R2 ip access-list standard TASK-5 permit 10.2.2.0 0.0.0.3 permit 192.168.30.0 0.0.0.255 R3 interface serial 0/0/1 no ip access-group STND-1 in interface serial 0/0/1 no ip access-group STND-1 out ip access-group STND-1 in R2 interface serial 0/0/0 ip access-group TASK-5 in R3 interface serial 0/0/1 no ip access-group STND-1 out ip access-group STND-1 in R2 interface serial 0/0/0 ip access-group TASK-5 in interface serial 0/0/0 no ip access-group TASK-5 in end copy run start _____________________________________________________________________ configure terminal hostname R1 ! enable secret class ! no ip domain lookup ! interface FastEthernet0/0 ip address 192.168.10.1 255.255.255.0 no shutdown exit ! interface FastEthernet0/1 ip address 192.168.11.1 255.255.255.0 no shutdown exit ! interface Serial0/0/0 ip address 10.1.1.1 255.255.255.252

ip access-group EXTEND-1 out clock rate 64000 no shutdown ! router ospf 1 network 10.1.1.0 0.0.0.3 area 0 network 192.168.10.0 0.0.0.255 area 0 network 192.168.11.0 0.0.0.255 area 0 ! ip access-list extended EXTEND-1 deny ip 192.168.10.0 0.0.0.255 host 209.165.200.225 permit ip any any ! banner motd =Authorized Access Only!= ! line con 0 password cisco logging synchronous login ! line vty 0 4 password cisco login ________________________________________________________ configure terminal hostname R2 ! enable secret class ! no ip domain lookup ! interface Loopback0 ip address 209.165.200.225 255.255.255.224 ! interface FastEthernet0/1 ip address 192.168.20.1 255.255.255.0 no shutdown exit ! interface Serial0/0/0 ip address 10.1.1.2 255.255.255.252 no shutdown exit ! interface Serial0/0/1 ip address 10.2.2.1 255.255.255.252 clock rate 125000 no shutdown exit ! router ospf 1 network 10.1.1.0 0.0.0.3 area 0 network 10.2.2.0 0.0.0.3 area 0 network 192.168.20.0 0.0.0.255 area 0 network 209.165.200.224 0.0.0.31 area 0 ! ip access-list standard TASK-5 permit 10.2.2.0 0.0.0.3 permit 192.168.30.0 0.0.0.255

! banner motd =Authorized Aceess Only!= ! line con 0 password cisco logging synchronous login ! line vty 0 4 access-class TASK-5 in password cisco login _____________________________________________________________________ configure terminal hostname R3 ! enable secret class ! no ip domain lookup ! interface FastEthernet0/1 ip address 192.168.30.1 255.255.255.0 no shutdown exit ! interface Serial0/0/1 ip address 10.2.2.2 255.255.255.252 ip access-group STND-1 out no shutdown exit ! router ospf 1 network 10.0.0.0 0.255.255.255 area 0 network 192.168.30.0 0.0.0.255 area 0 ! ip access-list standard STND-1 deny 192.168.11.0 0.0.0.255 permit any ! banner motd =Authorized Access Only!= ! line con 0 password cisco logging synchronous login ! line vty 0 4 password cisco login ! end

You might also like