正文

经典配置Vlan篇2006-11-09 01:21:00

【评论】 【打印】 【字体: 】 本文链接:http://blog.pfan.cn/lizoulee/20088.html

分享到:

Catalyst 5000 参数源码:实验命令 clear ip permit clear ip route clear vlan clear vtp debug ip packet ing et interface sc0 et ip permit et ip route et vlan et vtp how cam how config how flash how interface how ip permit how ip route how log how mac how module how port how system how users how version how vlan how vtp telnet 配置说明 1.R1 2.R2 3.R3 4.R4 5.R5 6.R6 7.CAT5K R1 Current configuration: ! version 11.2 o service password-encryption ! hostname r1 ! enable password cisco ! ! ! interface Ethernet0 ip address 130.10.7.1 255.255.255.0 o ip directed-broadcast o ip mroute-cache ! interface Serial0 ip address 130.10.1.1 255.255.255.0 encapsulation frame-relay ip ospf network point-to-multipoint ! interface Serial1 ip address 130.10.4.1 255.255.255.0 clockrate 2000000 ! terface BRI0 o ip address o ip directed-broadcast o ip mroute-cache hutdown ! router ospf 10 redistribute connected subnets etwork 130.10.1.0 0.0.0.255 area 0 etwork 130.10.4.0 0.0.0.255 area 1 etwork 130.10.7.0 0.0.0.255 area 2 ! o ip classless ! ! line con 0 ine aux 0 line vty 0 4 assword cisco login ! end R2 Current configuration: ! version 11.2 o service password-encryption o service udp-small-servers o service tcp-small-servers ! hostname R2 ! enable password cisco ! ! ! interface Serial0 ip address 130.10.4.2 255.255.255.0 o fair-queue ! interface Serial1 o ip address hutdown ! interface TokenRing0 ip address 130.10.5.2 255.255.255.0 ring-speed 16 ! router ospf 20 etwork 130.10.5.0 0.0.0.255 area 1 etwork 130.10.4.0 0.0.0.255 area 1 ! o ip classless ! ! line con 0 line aux 0 line vty 0 4 assword cisco login ! end R3 Current configuration: ! version 11.2 o service password-encryption o service udp-small-servers o service tcp-small-servers ! hostname R3 ! enable password cisco ! ! ! interface Serial0 o ip address hutdown o fair-queue ! interface Serial1 o ip address hutdown ! interface TokenRing0 ip address 130.10.5.3 255.255.255.0 ring-speed 16 ! interface TokenRing1 ip address 130.10.6.3 255.255.255.0 ring-speed 16 ! router ospf 30 redistribute connected subnets etwork 130.10.5.0 0.0.0.255 area 1 ! o ip classless ! ! line con 0 line aux 0 line vty 0 4 assword cisco login ! endR5 Current configuration: ! version 11.2 o service password-encryption o service udp-small-servers o service tcp-small-servers ! hostname R5 ! enable password cisco ! ! ! interface Ethernet0 ip address 130.10.3.5 255.255.255.0 o ip directed-broadcast o ip route-cache o ip mroute-cache o mop enabled ! interface Serial0 ip address 130.10.1.5 255.255.255.0 encapsulation frame-relay ip ospf network point-to-multipoint frame-relay map ip 130.10.1.1 100 broadcast frame-relay map ip 130.10.1.6 100 broadcast ! interface Serial1 o ip address hutdown ! router ospf 50 redistribute connected subnets etwork 130.10.1.0 0.0.0.255 area 0 etwork 130.10.3.0 0.0.0.255 area 2 ! o ip classless ! ! line con 0 line aux 0 line vty 0 4 assword cisco login ! endR6 Current configuration: ! version 11.2 o service password-encryption ! hostname R6 ! enable password cisco ! ! ! interface Serial0 ip address 130.10.1.6 255.255.255.0 encapsulation frame-relay ip ospf network point-to-multipoint frame-relay map ip 130.10.1.1 110 broadcast frame-relay map ip 130.10.1.5 110 broadcast ! interface Serial1 o ip address o ip mroute-cache hutdown ! interface TokenRing0 ip address 130.10.2.6 255.255.255.0 ring-speed 16 ! interface BRI0 o ip address hutdown ! router ospf 60 redistribute connected subnets etwork 130.10.1.0 0.0.0.255 area 0 ! o ip classless ! ! line con 0 line aux 0 line vty 0 4 assword cisco login ! end

阅读(1422) | 评论(0)


版权声明:编程爱好者网站为此博客服务提供商,如本文牵涉到版权问题,编程爱好者网站不承担相关责任,如有版权问题请直接与本文作者联系解决。谢谢!

评论

暂无评论
您需要登录后才能评论,请 登录 或者 注册