Rockwell Automation Allen-Bradley Stratix 5900 Manual Del Usuario página 68

Tabla de contenido

Publicidad

Capítulo 4
Configuración del encaminador de servicios Stratix 5900 mediante la interface de línea de comandos (CLI) del IOS de Cisco
68
Switch(config)# line vty 5 15
Switch(config-line)# privilege level 15
Switch(config-line)# login local
Switch(config-line)# transport input telnet
Switch(config-line)# transport output telnet
Switch(config-line)# transport input telnet ssh
Switch(config-line)# transport output telnet
ssh
Switch(config-line)# end
Preste especial atención a cómo cambia el mensaje de comando a medida que
navega por la jerarquía de la CLI del IOS. Observe que los parámetros globales se
configuran en el nivel de configuración global (indicado por el mensaje
'Router(config)#') mientras que los comandos específicos de interface se
introducen después de cambiar a la interface específica (indicada por el mensaje
'Router(config-if )#'). Los parámetros globales y los parámetros de interface se
explican con mayor detalle en
Router> enable - switches to privileged EXEC level
Router# configure terminal
configuration level
Router(config)# enable secret cisco - configures
router with an enable secret (global)
Router(config)# ip route 0.0.0.0 0.0.0.0 20.2.2.3
- configures a static IP route (global)
Router(config)# interface ethernet0
configure the ethernet0 interface
Router(config-if)# ip address 10.1.1.1 255.0.0.0
configures an IP address on ethernet0 (interface)
Router(config-if)# no shutdown - activates
ethernet0 (interface)
Router(config-if)# exit
configuration level
Router(config)# interface serial0 - switches to
configure the serial0 interface
Router(config-if)# ip address 20.2.2.2 255.0.0.0 -
configures an IP address on serial0 (interface)
Router(config-if)# no shutdown - activates serial0
(interface)
Router(config-if)# exit
configuration level
Router(config)# router rip - switches to configure
RIP routing engine
Router(config-router)# network 10.0.0.0 - adds
network 10.0.0.0 to RIP engine (routing engine)
Rockwell Automation Publication 1783-UM005A-ES-P - Septiembre 2013
Mostrar configuraciones en la página
- switches to global
- exits back to global
- exits back to global
72.
- switches to
-

Publicidad

Tabla de contenido
loading

Tabla de contenido