广域网接口配置.docx

上传人:b****6 文档编号:7207657 上传时间:2023-01-21 格式:DOCX 页数:7 大小:78.55KB
下载 相关 举报
广域网接口配置.docx_第1页
第1页 / 共7页
广域网接口配置.docx_第2页
第2页 / 共7页
广域网接口配置.docx_第3页
第3页 / 共7页
广域网接口配置.docx_第4页
第4页 / 共7页
广域网接口配置.docx_第5页
第5页 / 共7页
点击查看更多>>
下载资源
资源描述

广域网接口配置.docx

《广域网接口配置.docx》由会员分享,可在线阅读,更多相关《广域网接口配置.docx(7页珍藏版)》请在冰豆网上搜索。

广域网接口配置.docx

广域网接口配置

广域网接口配置

FSIP的设置

Cisco4500配备了一块快速同步卡,为E1/G.703标准,可以直接接中继线,但是它不是那种信道化的标准。

配置只要按以下步骤:

gy-4500-01#configter

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

gy-4500-01(config)#ints0

gy-4500-01(config-if)#noshutdown

gy-4500-01(config-if)#ipadd202.98.196.69255.255.255.252

gy-4500-01(config-if)#timeslot1-31

gy-4500-01(config-if)#ts16

gy-4500-01(config-if)#end

gy-4500-01#write

按照以上的基本上可以完成配置,可以视情况加上以下参数:

gy-4500-01#confter

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

gy-4500-01(config)#ints0

gy-4500-01(config-if)#bandwidth2048;将带宽设为2M

gy-4500-01(config-if)#clocksourceline;时钟源来自中继线

gy-4500-01(config-if)#end

gy-4500-01#write

EndwithCNTL/Z.

gy-7513-01(config)#controllere14/0键入controllere1,4/0为槽号

gy-7513-01(config-controller)#channel-group1timeslot1-2

现在就相当于把第1,2个时隙映射成一个同步口,它的速率为2*64k=128k,用

showrun的命令可以见到以下信息:

gy-7513-01#shrun

Buildingconfiguration...

Currentconfiguration:

!

version11.2

!

hostnamegy-7513-01

!

enablesecret5$1$I8En$2vVrbsGngBedjDsJb6SRc0

enablepasswordguiyang

!

ipsubnet-zero

x25routing

!

controllerE14/0

channel-group1timeslots1-2

!

controllerE14/1

!

interfaceSerial4/0:

1

noipaddress

noipmroute-cache

!

这时,就可以将serial4/0:

1当一个标准的同步口来配置

 

X.25接入的配置

Cisco的路由器支持X.25的接入,包括终端接入方式,点对点接入,多对点接入。

终端接入

gy-7513-01#confter

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

gy-7513-01(config)#ints8/0

gy-7513-01(config-if)#noshutdown

gy-7513-01(config-if)#noipadd

gy-7513-01(config-if)#encapsulationx25

gy-7513-01(config-if)#bandwidth64

gy-7513-01(config-if)#x25add78905678

gy-7513-01(config-if)#x25htc16

gy-7513-01(config-if)#x25idle8

gy-7513-01(config-if)#x25nvc8

gy-7513-01(config-if)#exit

gy-7513-01(config)#translatex2578905678tcp202.98.196.9

gy-7513-01(config)#exit

gy-7513-01#

以上78905678为X.25端口的地址,而202.98.196.1为要直接登录的主机的地址

还可以视是否接DTU加入以下参数:

gy-7513-01#confter

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

gy-7513-01(config)#ints8/0

gy-7513-01(config-if)#clockrate64000

gy-7513-01(config-if)#end

gy-7513-01#

这样用户用X.25拨号接通X.25的这个端口后,就可以直接登录到主机上

点对点的接入

两个路由器之间可以用X.25网相连,只要按以下步骤配置即可:

路由器A的配置:

gy-7513-01#confter

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

gy-7513-01(config)#ints8/0

gy-7513-01(config-if)#ipadd202.98.196.65255.255.255.224

gy-7513-01(config-if)#encapsulationx25

gy-7513-01(config-if)#x25add12345678

gy-7513-01(config-if)#bandwidth64

gy-7513-01(config-if)#x25htc16

gy-7513-01(config-if)#x25idle5

gy-7513-01(config-if)#x25nvc8

gy-7513-01(config-if)#x25mapip202.98.196.6623456789broadcast

gy-7513-01(config-if)#x25mapip202.98.196.6512345678broadcast

gy-7513-01(config-if)#end

gy-7513-01#

以上12345678为本路由器所接的X.25的端口号,而23456789为对端路由器所接的X.25的端口号

还可以视是否接DTU加入以下参数:

gy-7513-01#confter

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

gy-7513-01(config)#ints8/0

gy-7513-01(config-if)#clockrate64000

gy-7513-01(config-if)#end

gy-7513-01#

路由器B的配置

gy-2511-01#confter

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

gy-2511-01(config)#ints0

gy-2511-01(config-if)#ipadd202.98.196.66255.255.255.224

gy-2511-01(config-if)#encapsulationx25

gy-2511-01(config-if)#x25add23456789

gy-2511-01(config-if)#bandwidth64

gy-2511-01(config-if)#x25htc16

gy-2511-01(config-if)#x25idle5

gy-2511-01(config-if)#x25nvc8

gy-2511-01(config-if)#x25mapip202.98.196.6623456789broadcast

gy-2511-01(config-if)#x25mapip202.98.196.6512345678broadcast

gy-2511-01(config-if)#end

gy-2511-01#

以上12345678为本路由器所接的X.25的端口号,而23456789为对端路由器所接的X.25的端口号

还可以视是否接DTU加入以下参数:

gy-2511-01#confter

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

gy-2511-01(config)#ints0

gy-2511-01(config-if)#clockrate64000

gy-2511-01(config-if)#end

gy-2511-01#

多对点的接入

X.25接入的优胜之处就在于支持多对点的接入,多对点的接入路由器的设置跟点对点的设置是完全一样的。

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 高中教育 > 初中教育

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1