You are on page 1of 1

Router>enable

Router#configure terminal
Router(config)#hostname R1
R1(config)#banner motd #Router Entregable 1#
R1(config)#interface fastEthernet 0/0
R1(config-if)#ip address 192.168.1.126 255.255.255.224
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface fastEthernet 0/1
R1(config-if)#ip adress 192.168.1.158 255.255.255.240
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface fastEthernet 0/1
R1(config-if)#ipv6 address IPV6: 2001:DB8:ACAD:B::1/64
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface fastEthernet 0/0
R1(config-if)#ipv6 address IPV6: 2001:DB8:ACAD:A::1/64
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#enable secret CISCO
R1(config)#service password-encryption
R1(config)#ip domain-name cisco.com
R1(config)#crypto key generate rsa
R1(config)#username netadmin privilege 15 password Cisco_CCNA5
R1(config)#line vty 0 15
R1(config-line)#transport input ssh
R1(config-line)#login local
R1(config-line)#exit
R1(config)#ip ssh version 2

////// este switch es de Administracion


Switch>enable
Switch#configure terminal
Switch(config)#enable secret brandon
Switch(config)#hostname S1
S1(config)#interface vlan 1
S1(config-if)#ip address 192.168.1.157 255.255.255.240
S1(config-if)#no shutdown
S1(config-if)#exit
S1(config)#exit
S1#copy running-config startup-config
S1#show ip interface vlan 1

You might also like