This post was made because I was not present during lab work on campus.
9.3.2.11 Configuring Extended ACLs Scenario 2
Background / Scenario
In this scenario, devices on one LAN are allowed to remotely access devices in another LAN using the Telnet protocol. Besides ICMP, all traffic from other networks is denied.
Command List
access-list 199 permit tcp 10.101.117.32 0.0.0.15 10.101.117.0 0.0.0.31 eq telnet access-list 199 permit icmp any any int g0/2 ip access-group 199 out access-list 199 permit tcp 10.101.117.32 0.0.0.15 10.101.117.0 0.0.0.31 eq telnet access-list 199 permit icmp any any
Incoming Terms
- Configuring Extended Acls Scenario 2