router(config)# ip host Set-Name [ TCP-Port-Number ] IP-Address [ IP-Address 2 ].。。
router(config)# ^z
定義DNS主機(jī):
router(config)# ip name-server Server-Address [ Server-Address 2 ].。。
router(config)# ^z
禁用DNS:
router(config)# no ip domain-lookup
router(config)# ^z配置水平分割:
router(config-if)# ip split-horizon
router(config-if)# no ip split-horizon
router(config-if)# ^z
配置靜態(tài)路由:
router(config)# ip route IP-Address Subnet-Mask [ Next-Hop-Address | Local-Out-Port ] [Distace ]
<——Distance范圍:1~255,相當(dāng)于優(yōu)先權(quán),越小越好。RIP=120;DSPF=110;IGRP=100;EIGRP=90——>
router(config)# ^z