Which three sets of commands are required to enable administrators to connect to a switch on the same LAN via Telnet for configuration and management? (Choose three.) |
| Switch1(config)# interface fa0/1
Switch1(config-if)# ip address 192.168.2.64 255.255.255.192 |
| Switch1(config)# interface fa0/1
Switch1(config-if)# switchport port-security |
| Switch1(config)# interface vlan 1 Switch1(config-if)# ip address 192.168.2.126 255.255.255.192
Switch1(config-if)# no shutdown |
| Switch1(config)# line con 0
Switch1(config-line)# enable password cisco
Switch1(config-line)# login |
| Switch1(config)# line vty 0 15 Switch1(config-line)# password cisco Switch1(config-line)# login |
| Switch1(config)# enable secret class Switch1(config)# exit |