Добавить
Уведомления

How to config Telnet and DHCP on L2 Switch #Telnet #DHCP

Router(Config)# int fa0/0 Router(Config)# ip add 192.168.10.1 255.255.255.0 Router(Config)# no shut Router(Config)# Router(Config)#int loopback 2 Router(Config)#ip add 8.8.8.8 255.0.0.0 Router(Config #write ------------------------------------------------------------------------------------ Switch(Config #int vlan 1 Switch(Config)#ip add 192.168.10.10 255.255.255.0 Switch(Config)#no shut Switch(Config)# Switch(Config)#line vty 0 3 Switch(Config)#login local Switch(Config)#username deepak password 123 Switch(Config)# Switch(Config)#enable secret cisco Switch(Config)#ip dhcp pool A Switch(Config)#network 192.168.10.0 255.255.255.0 Switch(Config)#default 192.168.10.1 Switch(Config)#write

12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

Router(Config)# int fa0/0 Router(Config)# ip add 192.168.10.1 255.255.255.0 Router(Config)# no shut Router(Config)# Router(Config)#int loopback 2 Router(Config)#ip add 8.8.8.8 255.0.0.0 Router(Config #write ------------------------------------------------------------------------------------ Switch(Config #int vlan 1 Switch(Config)#ip add 192.168.10.10 255.255.255.0 Switch(Config)#no shut Switch(Config)# Switch(Config)#line vty 0 3 Switch(Config)#login local Switch(Config)#username deepak password 123 Switch(Config)# Switch(Config)#enable secret cisco Switch(Config)#ip dhcp pool A Switch(Config)#network 192.168.10.0 255.255.255.0 Switch(Config)#default 192.168.10.1 Switch(Config)#write

, чтобы оставлять комментарии