启动接口,分配IP地址:
router>
router> enable
router#
router# configure terminal
router(config)#
router(config)# interface Type Port
router(config-if)# no shutdown
router(config-if)# ip address IP-Address Subnet-Mask
router(config-if)# ^z
配置RIP路由协议:30秒更新一次
router(config)# router rip
router(config-if)# network Network-Number
router(config-if)# ^z
配置IGRP路由协议:90秒更新一次
router(config)# router igrp AS-Number
router(config-if)# network Network-Number
router(config-if)# ^z
配置Novell IPX路由协议:Novell RIP 60秒更新一次
router(config)# ipx routing [node address]
router(config)# ipx maximum-paths Paths
router(config)# interface Type Port
router(config-if)# ipx network Network-Number [encapsulation encapsulation-type] [secondary]
router(config-if)# ^z
配置DDR:
router(config)# dialer-list Group-Number protocol Protocol-Type permit [list ACL-Number]
router(config)# interface bri 0
router(config-if)# dialer-group Group-Number
router(config-if)# dialer map Protocol-Type Next-Hop-Address name Hostname Telphone-Number
router(config-if)# ^z
配置ISDN:
router(config)# isdn swith-type Swith-Type
router(config-if)# ^z
配置Frame Relay:
router(config-if)# encapsulation frame-relay [ciscoietf ]
router(config-if)# frame-relay lmi-type [ansiciscoq933a ]
router(config-if)# bandwidth kilobits
router(config-if)# frame-relay invers-arp [ Protocol ] [dlci ]
router(config-if)# ^z
配置标准ACL:
router(config)# Access-list Access-List-Number [ permitdeny ] source [ source-mask ]
router(config)# interface Type Port
router(config-if)# ip access-group Access-List-Number [ inout ]
router(config-if)# ^z
配置扩展ACL:
router(config)# access-list Access-List-Number [ permitdeny ] [ ProtocolProtocol-Number ] source source-wildcard [ Source-Port ] destination destination-wildcard [ Destination-Port ] [ established ]
router(config)# interface Type Port
router(config-if)# ip access-group Access-List-Number [ inout ]
router(config-if)# ^z
配置命名ACL:
router(config)# ip access-list [ standardextended ] ACL-Name
router(config [ std-ext- ] nacl)# [ permitdeny ] [ IP-Access-List-Test-Conditions ]
router(config [ std-ext- ] nacl)# no [ permitdeny ] [ IP-Access-List-Test-Conditions ]
router(config [ std-ext- ] nacl)# ^z
router(config)# interface Type Port
router(config-if)# ip access-group [ACL-Name1~199 ] [ inout ]
router(config-if)# ^z
配置DCE时钟:
router# show controllers Type Port
router(confin-if)# clock rate 64000
router(config-if)# ^z
配置PPP协议:
router(config)# username Name passWord Set-Password-Here
router(config)# interface Type Port
router(config-if)# encapsulation ppp
router(config-if)# ppp outhentication [ chapchap pappap chappap ]
router(config-if)# ppp pap sent-username Name password Password
router(config-if)# ^z
PAP单向认证配置实例:
验证方:
router-server(config)# username Client password 12345
router-server(config)# interface serial 0
router-server(config-if)# encapsulation ppp
router-server(config-if)# ppp authentication pap
router-server(config-if)# ^z
被验证方:
router-client(config-if)# encapsulation ppp
router-client(config-if)# ppp pap sent-username Client password 12345
router-client(config-if)# ^z
PAP双向认证配置实例:
路由器 A:
routerA(config)# username B password 12345
routerA(config)# interface serial 0
推荐阅读
- 概念辨析:交换,路由与第三层交换
- 大唐电信ISR系列路由器:搭出电信级的IP城域网方案
- Cisco路由器的安全配置简易方案
- 在路由器上保存超大的配置文件
- 三国杀卡片配置介绍
- 利用Cisco路由器实现VoIP
- ADSL路由器的安全不容忽视
- 怎么看电脑型号配置
- 病毒导致路由器丢失内存
- 使用cisco 2500路由器实现ADSL接入