DOREAMN 3(B)
____________________________________________________________________ 3 (B)] ACLs ______________________________________________________________________________ Objectives: ▪ Configure, Apply and Verify an Extended Numbered ACL Scenario: o Device on one LAN are allowed to remotely access device in another LAN using SSH protocol o Besides ICMP all traffic from other network is denie ◼ Configure Switch and Router: Step 1: Configure the IP address on switch SWA(config)# int vlan 1 SWA(config-if)# ip address 10.101.117.50 255.255.255.248 SWA(config-if)# no shut SWA(config-if)# ip default-gateway 10.101.117.49 ++++++++++++++++++++ SWB(config)# int vlan 1 SWB(config-if)# ip address 10.101.117.34 255.255.255.240 SWB(config-if)# no shut SWB(config-if)# ip default-gateway 10.101.117.33 +++++++++++++++++++++++ SWC(config)# int vlan 1 SWC(config-if)# ip address 10.101.117.2 255.255.255.224 SWC(config-if)# no shut SWC(config-if)# ip default-gateway 10.101.117.1 +++++++++++++++++++++++++ Step 2...