ccna命令的简写

来源:百度知道 编辑:UC知道 时间:2024/07/02 08:10:18
麻烦高人告我常用的路由和交换的配置命令的简写

最好再加上描述就太牛了

不胜感激

那可多了~

Cisco路由配置语句汇总
启动接口,分配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 <——通告标准A,B,C类网——>

router(config-if)# ^z

配置IGRP路由协议:90秒更新一次

router(config)# router igrp AS-Number <—— AS-Number范围1~65535——>

router(config-if)# network Network-Number <——通告标准A,B,C类网——>

router(config-if)# ^z

配置Novell IPX路由协议:Novell RIP 60秒更新一次

router(config)# ipx routing [node address]

router(config)# ipx maximum-paths Paths <——设置负载平衡,范围1~512——>