You are on page 1of 2

enable conf t hostname Router1 no ip domain lookup enable secret class line console 0 password cisco login line

vty 0 15 password cisco login banner motd # Acceso Restringido a R1 # int g0/0 description connection to host1 ip add 200.20.16.254 255.255.255.0 duplex auto speed auto no sh int g0/1 description connection to switch ip add 200.20.17.62 255.255.255.192 duplex auto speed auto no sh ________________________________________________________________________________ ___________ configuracin switch enable conf t hostname sw1 enable password cisco line console 0 password cisco login line vty 0 15 password cisco login banner motd # Acceso Restringido a SW1 # ip default-gateway 200.20.17.62 int vlan 99 ip add 200.20.17.61 255.255.255.192 interface range fa0/19 - 24 switchport access vlan 99 no sh int vlan 99 ip add 200.20.17.61 255.255.255.192 interface range fa0/1 switchport access vlan 99 no sh int vlan 2 interface range fa0/2 - 18 switchport access vlan 2

no sh

You might also like