20.7.1 Packet Tracer Skills Integration Challenge Answers [upd] ⚡ [ Certified ]

S1(config)# interface vlan 1 S1(config-if)# ip address 209.165.201.2 255.255.255.224 S1(config-if)# no shutdown Use code with caution.

Under line vty 0 4 , use transport input ssh and login local . 2. Switch S1 Configuration Access to configure management access: Hostname: Assign the name from your Addressing Table. 20.7.1 Packet Tracer Skills Integration Challenge Answers

ip dhcp pool VLAN10_POOL network 192.168.10.0 255.255.255.0 default-router 192.168.10.1 dns-server 8.8.8.8 exit ip dhcp pool VLAN20_POOL network 192.168.20.0 255.255.255.0 default-router 192.168.20.1 dns-server 8.8.8.8 exit ip dhcp excluded-address 192.168.10.1 192.168.10.10 ip dhcp excluded-address 192.168.20.1 192.168.20.10 S1(config)# interface vlan 1 S1(config-if)# ip address 209