R0
ipv6 unicast-routing
interface GigabitEthernet0/0/1
description Link to LAN 192.168.0.224/27
ip address 192.168.0.225 255.255.255.224
ip ospf 10 area 0
ip access-group RESTRICT_LAN4_ACCESS_TO_FTPSERVER in
ip access-group LAN3_RESTRICT_CONNECTIONS out
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:4::1/64
ipv6 ospf 10 area 0
interface GigabitEthernet0/0/2
description Link to LAN 192.168.0.192/27
media-type sfp
ip address 192.168.0.193 255.255.255.224
ip ospf 10 area 0
ip access-group LAN1_RESTRICT_CONNECTIONS out
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:3::1/64
ipv6 ospf 10 area 0
interface Serial0/1/0
description Link to LAN 192.168.1.36/30
ip address 192.168.1.37 255.255.255.252
ip ospf 10 area 0
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:11::1/64
ipv6 ospf 10 area 0
clock rate 2000000
interface Serial0/1/1
description Link to LAN 192.168.1.40/30
ip address 192.168.1.41 255.255.255.252
ip ospf 10 area 0
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:13::2/64
ipv6 ospf 10 area 0
clock rate 2000000
router ospf 10
ipv6 router ospf 10
router-id 1.1.1.1
log-adjacency-changes
ip classless
ip route 0.0.0.0 0.0.0.0 209.165.200.225
ip access-list standard LAN1_RESTRICT_CONNECTIONS
permit host 192.168.0.4
deny 192.168.0.0 0.0.0.127
permit any
ip access-list standard LAN3_RESTRICT_CONNECTIONS
deny 192.168.0.192 0.0.0.31
permit any
ip access-list extended RESTRICT_LAN4_ACCESS_TO_FTPSERVER
remark RESTRICT LAN4 access_TO_FTPSERVER
deny tcp 192.168.0.224 0.0.0.31 host 192.168.1.11 eq ftp
permit tcp any any
R1
ipv6 unicast-routing
interface GigabitEthernet0/0/0
description Link to LAN 192.168.1.0/27 SERVER ROOM
ip address 192.168.1.1 255.255.255.224
ip ospf 10 area 0
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:5::1/64
ipv6 ospf 10 area 0
interface Serial0/1/0
description Link to LAN 192.168.1.32/30
ip address 192.168.1.34 255.255.255.252
ip ospf 10 area 0
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:12::1/64
ipv6 ospf 10 area 0
interface Serial0/1/1
description Link to LAN 192.168.1.40/30
ip address 192.168.1.42 255.255.255.252
ip ospf 10 area 0
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:13::1/64
ipv6 ospf 10 area 0
interface Serial0/2/1
description Link to LAN 209.165.200.224/30 INTERNET
ip address 209.165.200.225 255.255.255.252
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:44::1/64
router ospf 10
router-id 3.3.3.3
log-adjacency-changes
default-information originate
ipv6 router ospf 10
router-id 3.3.3.3
default-information originate
log-adjacency-changes
ip classless
ip route 0.0.0.0 0.0.0.0 209.165.200.226
ipv6 route ::/0 Serial0/2/1
R2
ipv6 unicast-routing
interface GigabitEthernet0/0/0
description Link to LAN 192.168.1.128/26
ip address 192.168.0.129 255.255.255.192
ip ospf 10 area 0
ip access-group PERMIT_LAN2_PCC_ACCESS_TO_LAN5 in
ip access-group permit_from_LAN5_TO_LAN2 out
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:2::1/64
ipv6 ospf 10 area 0
interface GigabitEthernet0/0/1
description Link to LAN 192.168.0.0/25
ip address 192.168.0.1 255.255.255.128
ip ospf 10 area 0
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:1::1/64
ipv6 ospf 10 area 0
interface Serial0/1/0
description Link to LAN 192.168.1.36/30
ip address 192.168.1.38 255.255.255.252
ip ospf 10 area 0
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:11::2/64
ipv6 ospf 10 area 0
interface Serial0/1/1
description Link to LAN 192.168.1.32/30
ip address 192.168.1.33 255.255.255.252
ip ospf 10 area 0
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:12::2/64
ipv6 ospf 10 area 0
clock rate 2000000
router ospf 10
router-id 2.2.2.2
log-adjacency-changes
passive-interface GigabitEthernet0/0/0
passive-interface GigabitEthernet0/0/1
ipv6 router ospf 10
router-id 2.2.2.2
log-adjacency-changes
ip classless
ip route 0.0.0.0 0.0.0.0 209.165.200.225
ip access-list extended RESTRICT_LAN1_CONNECTIONS_TO_WEBSERVER
remark RESTRICT LAN1 traffic to WEBSERVER
deny tcp 192.168.0.0 0.0.0.127 host 192.168.1.10 eq www
deny tcp 192.168.0.0 0.0.0.127 host 192.168.1.10 eq 443
permit tcp any any
ip access-list extended PERMIT_LAN2_PCC_ACCESS_TO_LAN5
remark permit access from PC-C to LAN 5
permit ip host 192.168.0.130 192.168.1.0 0.0.0.31
ip access-list extended REPLY_PC_C_LAN5
remark permit access from PC_C TO LAN5
permit ip 192.168.1.0 0.0.0.31 host 192.168.0.130
permit icmp any any
permit tcp any any
S4
interface Port-channel1
switchport trunk allowed vlan 1
switchport mode trunk
interface FastEthernet0/1
switchport trunk allowed vlan 1
switchport mode trunk
channel-protocol lacp
channel-group 1 mode active
interface FastEthernet0/2
switchport trunk allowed vlan 1
switchport mode trunk
channel-protocol lacp
channel-group 1 mode active
interface FastEthernet0/3
switchport trunk allowed vlan 1
switchport mode trunk
channel-protocol lacp
channel-group 1 mode active
interface FastEthernet0/4
switchport trunk allowed vlan 1
switchport mode trunk
channel-protocol lacp
channel-group 1 mode active
S5
interface Port-channel1
switchport trunk allowed vlan 1
switchport mode trunk
interface FastEthernet0/1
switchport trunk allowed vlan 1
switchport mode trunk
channel-protocol lacp
channel-group 1 mode active
interface FastEthernet0/2
switchport trunk allowed vlan 1
switchport mode trunk
channel-protocol lacp
channel-group 1 mode active
interface FastEthernet0/3
switchport trunk allowed vlan 1
switchport mode trunk
channel-protocol lacp
channel-group 1 mode active
interface FastEthernet0/4
switchport trunk allowed vlan 1
switchport mode trunk
channel-protocol lacp
channel-group 1 mode active
Address: 192.168.0.224 11000000.10101000.00000000.111 00000
Netmask: 255.255.255.224 = 27 11111111.11111111.11111111.111 00000
Wildcard: 0.0.0.31 00000000.00000000.00000000.000 11111
=>
Network: 192.168.0.224/27 11000000.10101000.00000000.111 00000 (Class C)
Broadcast: 192.168.0.255 11000000.10101000.00000000.111 11111
HostMin: 192.168.0.225 11000000.10101000.00000000.111 00001
HostMax: 192.168.0.254 11000000.10101000.00000000.111 11110
Hosts/Net: 30 (Private Internet)
Address: 192.168.0.192 11000000.10101000.00000000.110 00000
Netmask: 255.255.255.224 = 27 11111111.11111111.11111111.111 00000
Wildcard: 0.0.0.31 00000000.00000000.00000000.000 11111
=>
Network: 192.168.0.192/27 11000000.10101000.00000000.110 00000 (Class C)
Broadcast: 192.168.0.223 11000000.10101000.00000000.110 11111
HostMin: 192.168.0.193 11000000.10101000.00000000.110 00001
HostMax: 192.168.0.222 11000000.10101000.00000000.110 11110
Hosts/Net: 30 (Private Internet)
Address: 192.168.0.128 11000000.10101000.00000000.10 000000
Netmask: 255.255.255.192 = 26 11111111.11111111.11111111.11 000000
Wildcard: 0.0.0.63 00000000.00000000.00000000.00 111111
=>
Network: 192.168.0.128/26 11000000.10101000.00000000.10 000000 (Class C)
Broadcast: 192.168.0.191 11000000.10101000.00000000.10 111111
HostMin: 192.168.0.129 11000000.10101000.00000000.10 000001
HostMax: 192.168.0.190 11000000.10101000.00000000.10 111110
Hosts/Net: 62 (Private Internet)
Address: 192.168.0.0 11000000.10101000.00000000.0 0000000
Netmask: 255.255.255.128 = 25 11111111.11111111.11111111.1 0000000
Wildcard: 0.0.0.127 00000000.00000000.00000000.0 1111111
=>
Network: 192.168.0.0/25 11000000.10101000.00000000.0 0000000 (Class C)
Broadcast: 192.168.0.127 11000000.10101000.00000000.0 1111111
HostMin: 192.168.0.1 11000000.10101000.00000000.0 0000001
HostMax: 192.168.0.126 11000000.10101000.00000000.0 1111110
Hosts/Net: 126 (Private Internet)
Network: 192.168.0.128/25 11000000.10101000.00000000.1 0000000 (Class C)
Broadcast: 192.168.0.255 11000000.10101000.00000000.1 1111111
HostMin: 192.168.0.129 11000000.10101000.00000000.1 0000001
HostMax: 192.168.0.254 11000000.10101000.00000000.1 1111110
Hosts/Net: 126 (Private Internet)
Address: 192.168.1.0 11000000.10101000.00000001.000 00000
Netmask: 255.255.255.224 = 27 11111111.11111111.11111111.111 00000
Wildcard: 0.0.0.31 00000000.00000000.00000000.000 11111
=>
Network: 192.168.1.0/27 11000000.10101000.00000001.000 00000 (Class C)
Broadcast: 192.168.1.31 11000000.10101000.00000001.000 11111
HostMin: 192.168.1.1 11000000.10101000.00000001.000 00001
HostMax: 192.168.1.30 11000000.10101000.00000001.000 11110
Hosts/Net: 30 (Private Internet)
Address: 209.165.200.224 11010001.10100101.11001000.111000 00
Netmask: 255.255.255.252 = 30 11111111.11111111.11111111.111111 00
Wildcard: 0.0.0.3 00000000.00000000.00000000.000000 11
=>
Network: 209.165.200.224/30 11010001.10100101.11001000.111000 00 (Class C)
Broadcast: 209.165.200.227 11010001.10100101.11001000.111000 11
HostMin: 209.165.200.225 11010001.10100101.11001000.111000 01
HostMax: 209.165.200.226 11010001.10100101.11001000.111000 10
Hosts/Net: 2
Address: 192.168.1.40 11000000.10101000.00000001.001010 00
Netmask: 255.255.255.252 = 30 11111111.11111111.11111111.111111 00
Wildcard: 0.0.0.3 00000000.00000000.00000000.000000 11
=>
Network: 192.168.1.40/30 11000000.10101000.00000001.001010 00 (Class C)
Broadcast: 192.168.1.43 11000000.10101000.00000001.001010 11
HostMin: 192.168.1.41 11000000.10101000.00000001.001010 01
HostMax: 192.168.1.42 11000000.10101000.00000001.001010 10
Hosts/Net: 2 (Private Internet)
Network: 192.168.1.44/30 11000000.10101000.00000001.001011 00 (Class C)
Broadcast: 192.168.1.47 11000000.10101000.00000001.001011 11
HostMin: 192.168.1.45 11000000.10101000.00000001.001011 01
HostMax: 192.168.1.46 11000000.10101000.00000001.001011 10
Hosts/Net: 2 (Private Internet)
Address: 192.168.1.36 11000000.10101000.00000001.001001 00
Netmask: 255.255.255.252 = 30 11111111.11111111.11111111.111111 00
Wildcard: 0.0.0.3 00000000.00000000.00000000.000000 11
=>
Network: 192.168.1.36/30 11000000.10101000.00000001.001001 00 (Class C)
Broadcast: 192.168.1.39 11000000.10101000.00000001.001001 11
HostMin: 192.168.1.37 11000000.10101000.00000001.001001 01
HostMax: 192.168.1.38 11000000.10101000.00000001.001001 10
Hosts/Net: 2 (Private Internet)
Address: 192.168.1.32 11000000.10101000.00000001.001000 00
Netmask: 255.255.255.252 = 30 11111111.11111111.11111111.111111 00
Wildcard: 0.0.0.3 00000000.00000000.00000000.000000 11
=>
Network: 192.168.1.32/30 11000000.10101000.00000001.001000 00 (Class C)
Broadcast: 192.168.1.35 11000000.10101000.00000001.001000 11
HostMin: 192.168.1.33 11000000.10101000.00000001.001000 01
HostMax: 192.168.1.34 11000000.10101000.00000001.001000 10
Hosts/Net: 2 (Private Internet)
Address: 192.168.0.0 11000000.10101000.00000000.0 0000000
Netmask: 255.255.255.128 = 25 11111111.11111111.11111111.1 0000000
Wildcard: 0.0.0.127 00000000.00000000.00000000.0 1111111
=>
Network: 192.168.0.0/25 11000000.10101000.00000000.0 0000000 (Class C)
Broadcast: 192.168.0.127 11000000.10101000.00000000.0 1111111
HostMin: 192.168.0.1 11000000.10101000.00000000.0 0000001
HostMax: 192.168.0.126 11000000.10101000.00000000.0 1111110
Hosts/Net: 126 (Private Internet)
Subnets
Netmask: 255.255.255.240 = 28 11111111.11111111.11111111.1111 0000
Wildcard: 0.0.0.15 00000000.00000000.00000000.0000 1111
Network: 192.168.1.0/28 11000000.10101000.00000001.0000 0000 (Class C)
Broadcast: 192.168.1.15 11000000.10101000.00000001.0000 1111
HostMin: 192.168.1.1 11000000.10101000.00000001.0000 0001
HostMax: 192.168.1.14 11000000.10101000.00000001.0000 1110
Hosts/Net: 14 (Private Internet)
Network: 192.168.1.16/28 11000000.10101000.00000001.0001 0000 (Class C)
Broadcast: 192.168.1.31 11000000.10101000.00000001.0001 1111
HostMin: 192.168.1.17 11000000.10101000.00000001.0001 0001
HostMax: 192.168.1.30 11000000.10101000.00000001.0001 1110
Hosts/Net: 14 (Private Internet)
Network: 192.168.1.32/28 11000000.10101000.00000001.0010 0000 (Class C)
Broadcast: 192.168.1.47 11000000.10101000.00000001.0010 1111
HostMin: 192.168.1.33 11000000.10101000.00000001.0010 0001
HostMax: 192.168.1.46 11000000.10101000.00000001.0010 1110
Hosts/Net: 14 (Private Internet)
Network: 192.168.1.48/28 11000000.10101000.00000001.0011 0000 (Class C)
Broadcast: 192.168.1.63 11000000.10101000.00000001.0011 1111
HostMin: 192.168.1.49 11000000.10101000.00000001.0011 0001
HostMax: 192.168.1.62 11000000.10101000.00000001.0011 1110
Hosts/Net: 14 (Private Internet)
Network: 192.168.1.64/28 11000000.10101000.00000001.0100 0000 (Class C)
Broadcast: 192.168.1.79 11000000.10101000.00000001.0100 1111
HostMin: 192.168.1.65 11000000.10101000.00000001.0100 0001
HostMax: 192.168.1.78 11000000.10101000.00000001.0100 1110
Hosts/Net: 14 (Private Internet)
Network: 192.168.1.80/28 11000000.10101000.00000001.0101 0000 (Class C)
Broadcast: 192.168.1.95 11000000.10101000.00000001.0101 1111
HostMin: 192.168.1.81 11000000.10101000.00000001.0101 0001
HostMax: 192.168.1.94 11000000.10101000.00000001.0101 1110
Hosts/Net: 14 (Private Internet)
Network: 192.168.1.96/28 11000000.10101000.00000001.0110 0000 (Class C)
Broadcast: 192.168.1.111 11000000.10101000.00000001.0110 1111
HostMin: 192.168.1.97 11000000.10101000.00000001.0110 0001
HostMax: 192.168.1.110 11000000.10101000.00000001.0110 1110
Hosts/Net: 14 (Private Internet)