1楼:天津ccie培训
router1(config)#key chain weite生成钥匙
链 名称是weite
router1(config-keychain)#key 10配置 key-id
router1(config-keychain-key)#key-string lygwt
密码 是lygwt
router1(config)#int s0/0进 s0/0 接口
router1(config-if)#ip authentication mode eigrp 100 md5
启用认证,加密方式为 md5
router1(config-if)#ip authentication key-chain eigrp 100 weite
使用钥匙链,启用认证
思科路由怎么配置eigrp
2楼:匿名用户
enable:进入特权命令状态
configterminal:进入全局设置状态end:退出全局设置状态
inte***cetypeslot/number:进入端口设置状态exit:退出局部设置状态
hostnamename:设置交换机名
showversion:查看版本及引导信息showrunning-config:查看运行设置showvlan:查看vlan设置
showinte***cetypeslot/number:显示端口信息
pinghostname|ipaddress:网络侦测1、进入特权模式
switch>enable(进入特权模式)switch#
2、进入全局配置与返回模式
switch>enable
switch#configterminal (进入全局配置模式)switch(config)#exit(退回上一级模式)(cisco)路由器动态路由协议命令
cisco eigrp协议怎么配置
3楼:匿名用户
基本配置:
conf t
router eigrp ***
no auto-summary
***work x.x.x.x x.x.x.x
cisco router eigrp 的详细配置(不要copy)
4楼:匿名用户
配置语法:
router(config)#router eigrp autonomous-system(定义eigrp)
router(config-router)#***work ***work-number(选择网络)
router(config-router)#no auto-summary(关闭自动汇总)
router(config-if)#ip summary-address eigrp as ip-address mask(手工
回汇总)
检查命令答:
router#show ip eigrp neighbor
router#show ip eigrp topology
router#show ip route eigrp
router#show ip protocols
router#show ip eigrp traffic
5楼:
en conf t
router eigrp 1
***work x.x.x.x
***work x.x.x.x
exit
6楼:匿名用户
首先通用的是物理层必须先up
然后进入eigrp的配置命令 router eigrp [as]\as 是自制系统号专
然后公告属网段 *** [网段]
或者是公告具体的网络号 *** [网络号] [反掩码]当然不要忘记关闭eigrp的自动汇总 no auto-summary手动汇总的做法 ip summary-address eigrp [as] [汇总ip] [汇总ip掩码] [管理距离]
cisco路由器配置eigrp动态路由
7楼:匿名用户
routera#show run
building configuration...
current configuration : 1114 bytes
!version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!hostname routera
!boot-start-marker
boot-end-marker
!enable password cisco
!no aaa new-model
memory-size iomem 5!!
ip cef
no ip domain lookup!!
! !!
!!!!
!!!!
!!!!
!! !!
!!inte***ce serial0/0
ip address 192.1.1.2 255.255.255.0
serial restart-delay 0
!inte***ce serial0/1
no ip address
shutdown
serial restart-delay 0
!inte***ce serial0/2
no ip address
shutdown
serial restart-delay 0
!inte***ce serial0/3
no ip address
shutdown
serial restart-delay 0
!inte***ce ether***1/0
ip address 194.1.1.1 255.255.255.0
half-duplex
!inte***ce ether***1/1
no ip address
shutdown
half-duplex
!inte***ce ether***1/2
no ip address
shutdown
half-duplex
!inte***ce ether***1/3
no ip address
shutdown
half-duplex
!router eigrp 1
***work 192.1.1.0
***work 194.1.1.0
no auto-summary
!no ip http server
no ip http secure-server!!
!!!control-plane!!
!!!!
!!!!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4!!
endrouterb#show run
building configuration...
current configuration : 951 bytes
!version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!hostname routerb
!boot-start-marker
boot-end-marker
!enable password cisco
!no aaa new-model
memory-size iomem 5!!
ip cef
no ip domain lookup!!
! !!
!!!!
!!!!
!!!!
!! !!
!!inte***ce loopback0
ip address 10.1.1.1 255.255.255.0
!inte***ce serial0/0
ip address 192.1.1.1 255.255.255.0
serial restart-delay 0
!inte***ce serial0/1
ip address 193.1.1.1 255.255.255.0
serial restart-delay 0
!inte***ce serial0/2
no ip address
shutdown
serial restart-delay 0
!inte***ce serial0/3
no ip address
shutdown
serial restart-delay 0
!router eigrp 1
***work 10.1.1.0 0.0.0.255
***work 192.1.1.0
***work 193.1.1.0
no auto-summary
!no ip http server
no ip http secure-server!!
!!!control-plane!!
!!!!
!!!!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4!!
endrouterc#show run
building configuration...
current configuration : 1114 bytes
!version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!hostname routerc
!boot-start-marker
boot-end-marker
!enable password cisco
!no aaa new-model
memory-size iomem 5!!
ip cef
no ip domain lookup!!
! !!
!!!!
!!!!
!!!!
!! !!
!!inte***ce serial0/0
ip address 193.1.1.2 255.255.255.0
serial restart-delay 0
!inte***ce serial0/1
no ip address
shutdown
serial restart-delay 0
!inte***ce serial0/2
no ip address
shutdown
serial restart-delay 0
!inte***ce serial0/3
no ip address
shutdown
serial restart-delay 0
!inte***ce ether***1/0
ip address 194.1.1.2 255.255.255.0
half-duplex
!inte***ce ether***1/1
no ip address
shutdown
half-duplex
!inte***ce ether***1/2
no ip address
shutdown
half-duplex
!inte***ce ether***1/3
no ip address
shutdown
half-duplex
!router eigrp 1
***work 193.1.1.0
***work 194.1.1.0
no auto-summary
!no ip http server
no ip http secure-server!!
!!!control-plane!!
!!!!
!!!!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4!!end
怎么删除思科路由器的这条命令,思科什么命令可以清除路由器上所有的配置
1楼 匿名用户 在全局配置模式下输入no ip access list standard static即可。 思科什么命令可以清除路由器上所有的配置 2楼 沈伟栋 删除配置信息 erase startup con reload 选择y。 思科公司是全球领先的网络解决方案 商。cisco的名字取自sa...
如何备份和回复思科路由器配置文件
1楼 匿名用户 面的资料。看看下面的连接希望对你有所帮助。 参考资料 http wenku baidu view 1cf09deb19e8b8f67c1cb973 html http blog csdn lushujun2011 article details 7442139 如何备份cisco路由...
思科模拟器静态路由怎么配置多个下一跳地址
1楼 匿名用户 多写几条就可以了 这几条会负载均衡 如果想增加优先级就在最后加不同metric值 2楼 匿名用户 九州软件是用于在不同网络环境下快速切换ip地址等网络配置的软件工具。 提供换ip功能,包含静态线路和动态线路选择覆盖全国70多个省500多个城市千万ip地址随意选择静态ip 动态ip地址...