tip

华为WLAN指导设计 来源:华为星火计划培训

华为WLAN设计
网优网归 场景规划
方案设计

【资料简介】华为Wlan网络网规网优技术、场景规划与方案设计,从0开始设计到交付,一本完完整整的学习教材,建议从事无线学习的同学学习..

马上观看
zon

华为WLAN专题集锦 专题:华为WLAN

WLAN配置
组网模式解析
组网配置案例

【华为无线】本指南详细介绍每个模版的命令解释及用途,在加上十多种精彩案例分享及解释,再加上网优网归,让你彻底脱盲,不在为无线..

马上观看
zon

家园VBook中心 分类:书籍中心

教材 案例 题库
知识 专业认证
资源价值

【中心简介】家园Vbook书籍中心是以收集和整理互联网上优秀书籍,以最好的知识推荐给你学习,让你在学习的路程上事半功倍,告别枯燥,早..

马上观看
tip

华为HCIE认证之路 分类:华为认证

HCIE学习之路
华为 路由 交换
含金量最大的资料

【学习介绍】在中国拥有一张证书不是梦,冰冻三尺,非一日之寒,要拥有一张认证所具备含金量技术水准那是需要多年的经年积累,本书专为你分享..

马上观看
tip

华三无线专题报告 发布:建哥哥

华三
H3C WLAN AC
无线专题

【资料简介】大好河山、无线风光,主要介绍H3C无线,从基础到高级配置及组网模式配置案例,多达200篇案例配置,从此告别对无线的迷茫..

马上观看
★浏览次数:522 次★  发布日期:2012-08-05
 当前位置:技术资料 > 网络工程 > Cisco > 正文
 
最近更新
    正在更新...
 

CISCO常用配置命令及参数(1)

 
启动接口,分配IP地址:
1. router >

2. router > enable

3. router#

4. router# configure terminal

5. router(config)#

6. router(config)# interface Type Port

7. router(config-if)# no shutdown

8. router(config-if)# ip address IP-Address Subnet-Mask

9. router(config-if)# ^z

配置RIP路由协议:30秒更新一次

1. router(config)# router rip

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

3. router(config-if)# ^z

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

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

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

3. router(config-if)# ^z

配置Novell IPX路由协议:

1. Novell RIP 60秒更新一次

2. router(config)# ipx routing [node address]

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

4. router(config)# interface Type Port

5. router(config-if)# ipx network Network-Number [encapsulation encapsulation-type] [secondary] < -- 通告标准A,B,C类网-- >

6. router(config-if)# ^z

配置DDR:

1. router(config)# dialer-list Group-Number protocol Protocol-Type permit [list ACL-Number]

2. router(config)# interface bri 0

3. router(config-if)# dialer-group Group-Number

4. router(config-if)# dialer map Protocol-Type Next-Hop-Address name Hostname Telphone-Number

5. router(config-if)# ^z

配置ISDN:

1. router(config)# isdn swith-type Swith-Type < -- 配置ISDN交换机类型,中国使用basic-net3-- >

2. router(config-if)# ^z

配置Frame Relay:

1. router(config-if)# encapsulation frame-relay [cisco | ietf ]

2. router(config-if)# frame-relay lmi-type [ansi | cisco | q933a ]

3. router(config-if)# bandwidth kilobits

4. router(config-if)# frame-relay invers-arp [ Protocol ] [dlci ]

5. < -- 配置静态Invers ARP表:

6. router(config)# frame-relay Protocol Protocol-Address DLCI [ Broadcast ] [ ietf | cisco ] [ payload-compress | packet-by-packet ]

7. -- >

8. < -- 设置Keepalive间隔:

9. router(config-if)# keepalive Number

10. -- >

11. < -- 为本地接口指定DLCI:

12. router(config-if)# frame-lelay local-dlci Number

13. -- >

14. < -- 子接口配置:

15. router(config-if)# interface Type Port.Subininterface-Number [ multipoint | point-to-point ]

16. router(config-subif)# ip unnumbered Interface

17. router(config-subif)# frame-lelay local-dlci Number

18. -- >

19. router(config-if)# ^z

配置标准ACL:

1. router(config)# access-list Access-List-Number [ permit | deny ] source [ source-mask ] < -- Access-List-Number 范围:1~99标准ACL;100~199扩展ACL;800~899标准IPX ACL;900~999扩展IPX ACL;1000~1099 IPX SAP ACL;600~699Apple Talk ACL-- >

2. router(config)# interface Type Port

3. router(config-if)# ip access-group Access-List-Number [ in | out ]

4. router(config-if)# ^z

5.

配置扩展ACL:

1. router(config)# access-list Access-List-Number [ permit | deny ] [ Protocol | Protocol-Number ] source source-wildcard [ Source-Port ] destination destination-wildcard [ Destination-Port ] [ established ]

2. router(config)# interface Type Port

3. router(config-if)# ip access-group Access-List-Number [ in | out ]

4. router(config-if)# ^z

5.

配置命名ACL:

1.router(config)# ip access-list [ standard | extended ] ACL-Name

2.router(config [ std- | ext- ] nacl)# [ permit | deny ] [ IP-Access-List-Test-Conditions ]

3.router(config [ std- | ext- ] nacl)# no [ permit | deny ] [ IP-Access-List-Test-Conditions ]
4.router(config [ std- | ext- ] nacl)# ^z
5.router(config)# interface Type Port
6.router(config-if)# ip access-group [ACL-Name | 1~199 ] [ in | out ]
7.router(config-if)# ^z

 
建议使用IE8.0以上版本解析 网络QQ群:30573676 家园群:36740144 Elv home systems. 蜀ICP备20009373号 © All Rights Reserved 2012 - By badulip
×

扫二维码,关注微信公众号