免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1502 | 回复: 0
打印 上一主题 下一主题

CISCO路由器ISIS和BGP混合组网实例(二) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-07-01 10:34 |只看该作者 |倒序浏览
CISCO路由器ISIS和BGP混合组网实例(二)

2、  R2配置和测试

r2#
r2#show run
Building configuration...

Current configuration : 1938 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname r2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
no ip domain lookup
!
ip cef
ip audit po max-events 100
!
!
interface Loopback0
ip address 2.2.2.2 255.255.255.0
ip router isis test
!
interface FastEthernet0/0
ip address 10.10.11.2 255.255.255.0
ip router isis test
duplex full
!
interface Ethernet1/0
no ip address
shutdown
duplex half
!
interface Ethernet1/1
no ip address
shutdown
duplex half
!
interface Ethernet1/2
no ip address
shutdown
duplex half
!
interface Ethernet1/3
no ip address
shutdown
duplex half
!
interface Serial2/0
no ip address
shutdown
serial restart-delay 0
!
interface Serial2/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial2/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial2/3
no ip address
shutdown
serial restart-delay 0
!
interface ATM3/0
no ip address
atm sonet stm-1
no atm ilmi-keepalive
!
interface ATM3/0.1 point-to-point
ip address 10.10.12.1 255.255.255.0
atm pvc 1 3 32 aal5snap oam 10
!
interface GigabitEthernet4/0
no ip address
shutdown
negotiation auto
!
interface FastEthernet5/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet5/1
no ip address
shutdown
duplex auto
speed auto
!
router isis test
net 49.0001.0020.0200.2002.00
!
router bgp 100
no synchronization
bgp log-neighbor-changes
redistribute isis test level-1-2
neighbor 10.10.11.1 remote-as 100
neighbor 10.10.11.1 next-hop-self
neighbor 10.10.12.2 remote-as 20
neighbor 10.10.12.2 next-hop-self
no auto-summary
!
ip classless
no ip http server
no ip http secure-server
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
logging synchronous
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
!
end

r2#   show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route

Gateway of last resort is 10.10.11.1 to network 0.0.0.0

1.0.0.0/24 is subnetted, 1 subnets
i L1    1.1.1.0 [115/20] via 10.10.11.1, FastEthernet0/0
2.0.0.0/24 is subnetted, 1 subnets
C       2.2.2.0 is directly connected, Loopback0
3.0.0.0/24 is subnetted, 1 subnets
i L1    3.3.3.0 [115/30] via 10.10.11.1, FastEthernet0/0
4.0.0.0/24 is subnetted, 1 subnets
B       4.4.4.0 [20/0] via 10.10.12.2, 00:43:02
5.0.0.0/24 is subnetted, 1 subnets
B       5.5.5.0 [200/0] via 10.10.10.2, 00:43:18
6.0.0.0/24 is subnetted, 1 subnets
B       6.6.6.0 [20/0] via 10.10.12.2, 00:41:32
7.0.0.0/24 is subnetted, 1 subnets
B       7.7.7.0 [200/0] via 10.10.10.2, 00:41:02
10.0.0.0/24 is subnetted, 4 subnets
B       10.10.9.0 [200/0] via 10.10.10.2, 00:43:18
i L1    10.10.10.0 [115/20] via 10.10.11.1, FastEthernet0/0
C       10.10.11.0 is directly connected, FastEthernet0/0
C       10.10.12.0 is directly connected, ATM3/0.1
i*L1 0.0.0.0/0 [115/10] via 10.10.11.1, FastEthernet0/0
r2#  ping 1.1.1.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/252/416 ms
r2#ping 3.3.3.3

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/280/392 ms
r2#ping 4.4.4.4

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 4.4.4.4, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 112/270/368 ms
r2#ping 5.5.5.5

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 5.5.5.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 384/420/492 ms


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17811/showart_1982507.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP