Tuesday, September 9, 2008

Cisco router-тэй ажиллах

Router#configure terminal
Router(config)#
  • Interface mode
  • Line mode
  • Router mode
  • Subinterface mode
  • Controller mode
Router(config)#hostname Tokyo
Tokyo(config)#
Router(config)#line console 0
Router(config-line)#login
Router(config-line)#password <password >

Router(config)#line vty 0 4
Router(config-line)#login
Router(config-line)#password <password >

enable password and enable secret
Router(config)#enable password <password >
Router(config)#enable secret <password >
Router(config)#service password-encryption

show interfaces
Router#show interfaces serial 0/1
show controllers serial
Router#show controllers serial 0/1
show clock
show hosts
show users
show history
show flash
show version
show arp
show startup-config
show running-config
Router(config)#interface serial 0/0
Router(config-if)#ip address <ip address > <netmask >
clock rate command. The available clock rates in bits per second are 1200, 2400, 9600, 19200, 38400, 56000, 64000, 72000, 125000, 148000, 500000, 800000, 1000000, 1300000, 2000000, or 4000000.
Router(config)#interface serial 0/0
Router(config-if)#clock rate 56000
Router(config-if)#no shutdown
  1. Enter global configuration mode.
  2. Enter interface configuration mode.
  3. Specify the interface address and subnet mask.
  4. Enable the interface.









No comments: