快速业务通道

实例讲解广域网路由基础

作者 佚名技术 来源 网络技术 浏览 发布时间 2012-07-01
.97.76.0 255.255.255.224 202.98.0.2

(定义静态路由,通过网关到达对端局域网络,IP为对端广域网IP地址)

Router-A(config)#exit

Router-A#wr m(保存配置)

/****** B网路由器 ******/

Router-B#conf t

Router-B(config)#int e0

Router-B(config-if)#description the LAN port link to my local network(端口说明)

Router-B(config-if)#ip add 202.97.76.1 255.255.255.224

(定义以太网IP地址,子网掩码表示为拥有32个地址的子网)

Router-B(config-if )#no shutdown

Router-B(config-if)#exit

Router-B(config)#int s0

Router-B(config-if)#description the WAN port link to Router-A(端口说明)

Router-B(config-if)#ip add 202.98.0.2 255.255.255.252

Router-B(config-if)#bandwidth 128

Router-B(config-if)#no shutdown

Router-B(config-if)#exit

Router-B(config)#ip route 202.96.199.0 255.255.255.0 202.98.0.1

(定义静态路由,通过网关到达对端局域网络,IP为对端广域网IP地址)

Router-B(config)#exit

Router-B#wr m(保存配置)

配置完成。

这里是A网、B网路由器配置清单。

Router A:

Router-A#sh run

Building Configuration...

Current configuration

version 11.2

service udp-small-servers

service tcp-small-servers

hostname Router-A

enable secret test-a

ip subnet-zero

interface Ethernet0

description the LAN port link to my local network

ip address 202.96.199.1 255.255.255.0

interface Serial0

description the WAN port link to Router-B

ip address 202.98.0.1 255.255.255.252

bandwidth 128

interface Serial1

no ip address

shutdown

ip domain-name xxx.com

ip name-server 202.96.199.2

ip name-server 202.96.199.3

ip classless

ip route 202.97.76.0 255.255.255.224 202.98.0.2

line con 0

line aux 0

line vty 0 4

password telnet-a

login

end

Router-A#

Rouer B:

Router-B#sh run

Building Configuration...

Current configuration

version 11.2

service udp-small-servers

service tcp-small-servers

hostname Router-B

enable secret test-b

ip subnet-zero

interface Ethernet0

description the LAN port link to my local network

ip address 202.97.76.1 255.255.255.224

interface Serial0

description the WAN port link to Router-A

ip address 202.98.0.2 255.255.255.252

bandwidth 128

interface Serial1

no ip address

shutdown

ip domain-name yyy.com

ip name-server 202.96.199.2

ip name-server 202.96.199.3

ip classless

ip route 202.96.199.0 255.255.255.0 202.98.0.1

line con 0

line aux 0

line vty 0 4

password telnet-b

login

end

Router-B#

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号