You are on page 1of 1

techex

Configuracion de IP y ROUTE/GW Conectamos a Switch por consola RS232 Baudrate = 9600 Data bits = 8 Parity = None Stop bit = 1 User: ADMIN Pass: ADMIN Asignar IP de gestion: SMIS# configure terminal SMIS(config)# vlan 1 SMIS(config-vlan)# ports Gi 0/21 untagged SMIS(config-vlan)# exit SMIS(config)# interface vlan 10 SMIS(config-if)#ip address 10.10.10.1 255.255.255.0 SMIS(config-if)# exit SMIS#show ip interface

Departamento tcnico - documentacin -

-------------------------------------------------------------------------Asignar Route / Gateway SMIS# configure terminal SMIS(config)# vlan 1 SMIS(config-vlan)# ports Gi 0/21 untagged SMIS(config-vlan)# exit SMIS(config)# interface vlan 1 SMIS(config-if)# ip address 10.10.10.1 SMIS(config-if)# exit SMIS(config)# ip route 200.200.200.0 255.255.255.0 10.10.10.1 SMIS(config)# end SMIS# show ip route static S 200.200.200.0/24 [1] via 10.10.10.1

http://www.techex.es soporte@techex.es

pgina 1 de 1

You might also like