Vstup do zakladni konfigurace:

router> - Po prihlaseni seriovym portem(minicom)
router> enable - Vstup do exekutivniho modu
router# - mod pro diagnostiku
router# configure - Vstup do konfiguracniho modu
router(config)# - mod pro konfiguraci zarizeni
router(config)# no ip domain-lookup
router(config)# banner

Hostname:

router(config) hostname vasehostname

Hesla:

Console

router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)# line con 0
router(config-line)# password yourpassword

nevim

router(config)# line vty 0 4 router(config-line)#

IP adresy rozhrani:

router> enable,
router# configure,
router(config) interface FastEthernet 0/0,
router(config-if) ip address 192.168.1.1 255.255.255.0,
router(config-if) no shutdown,
%LINK-5-CHANGED: Interface FastEthernet 0/0, changed state to up

Poslední změna: 22.05.2008 23:12:40