问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

帧中继的配置实例

发布网友 发布时间:2022-05-04 20:46

我来回答

2个回答

懂视网 时间:2022-05-05 01:08

以下范例是在frame-relay interface做PQ ----------------------------- interface FastEthernet0 ip address 192.168.1.254 255.255.255.0 ! interface Serial 0 no ip address encapsulation frame-relay priority-group 3 frame-relay lmi-type ansi ! int

以下范例是在frame-relay interface做PQ

-----------------------------

interface FastEthernet0

ip address 192.168.1.254 255.255.255.0

!

interface Serial 0

no ip address

encapsulation frame-relay

priority-group 3

frame-relay lmi-type ansi

!

interface Serial0.101 point-to-point

ip address 192.168.25.133 255.255.255.252

no ip mroute-cache

frame-relay interface-dlci 101

!

access-list 150 permit ip host 192.168.1.1 any

priority-list 1 protocol ip high list 150

priority-list 1 default low

priority-list 1 queue-limit 1000 500 600 800

------------------------------

interface FastEthernet0

ip address 192.168.1.254 255.255.255.0

!

interface Serial 0

no ip address

encapsulation frame-relay

frame-relay traffic-shanp

frame-relay lmi-type ansi

!

interface Serial0.101 point-to-point

ip address 192.168.25.133 255.255.255.252

no ip mroute-cache

frame-relay class PQ

frame-relay interface-dlci 101

!

access-list 150 permit ip host 192.168.1.1 any

priority-list 1 protocol ip high list 150

priority-list 1 default low

priority-list 1 queue-limit 1000 500 600 800

!

map-class frame-relay PQ

frame-relay cir 64000

frame-relay bc 1000

frame-relay adaptive-shaping becn

frame-relay priority-group 1

------------------------------

CBFWQ on frame-relay PVC

------------------------------

class-map match-any AAA

match access-group 150

!

policy-map QoS

class-map AAA

bandwidth 24000

!

interface FastEthernet0

ip address 192.168.1.254 255.255.255.0

!

interface Serial 0

no ip address

encapsulation frame-relay

frame-relay traffic-shanp

frame-relay lmi-type ansi

!

interface Serial0.101 point-to-point

ip address 192.168.25.133 255.255.255.252

no ip mroute-cache

frame-relay class QoS

frame-relay interface-dlci 101

!

access-list 150 permit ip host 192.168.1.1 any

!

map-class frame-relay QoS

frame-relay cir 64000

frame-relay bc 1000

frame-relay adaptive-shaping becn

service-policy output QoS

热心网友 时间:2022-05-04 22:16

a市华为2631的配置为:
jstzfgjj-jgzx#show run
now create configuration…
current configuration

version 1.65
enable password $x']'ir12]q;`*om0,dfdq!!
hostname jstzfgjj-jgzx

interface aux0
async mode interactive
encapsulation ppp

interface ethernet0
speed auto
plex auto
no loopback
ip address 10.10.1.10 255.255.255.0

interface ethernet1
speed auto
plex auto
no loopback
ip address 10.10.2.10 255.255.255.0

interface serial0
clock-select dteclk1
encapsulation frame-relay //类型frame-relay设置串口工作模式
frame-relay lmi-type ansi

interface serial0.1point-to-point
description to_city_a
frame-relay interface-dlci 351
ip address 192.168.5.1 255.255.255.0

interface serial1
encapsulation frame-relay
description this port have many problerm
frame-relay lmi-type ansi

interface serial2
clock-select dteclk1
encapsulation ppp
ip address 192.168.7.1 255.255.255.0

interface serial3
clock-select dteclk1
encapsulation frame-relay
frame-relay lmi-type ansi

interface serial3.1 point-to-point
description to_city_b
frame-relay interface-dlci 352
ip address 192.168.6.1 255.255.255.0

interface bri0
encapsulation ppp
dialer in-band

router rip
network 192.168.0.0
network 10.0.0.0

ip route 0.0.0.0 0.0.0.0 192.168.5.2 preference 60 //可以去掉
ip route 0.0.0.0 0.0.0.0 192.168.6.2 preference 60 //可以去掉
ip route 10.71.214.0 255.255.255.0 192.168.6.2 preference 60
ip route 192.168.0.0 255.255.255.0 192.168.5.2 preference 60

end
b 市cisco3661配置为:
cisco3661#show run
building configuration…
current configuration : 3711 bytes

version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption

hostname cisco3661

boot system tftp c3660-is-mz.121-2.t.bin 192.168.0.253
boot system tftp c3660-is-mz.121-2.t.bin 192.168.0.1
logging buffered 4096 debugging
enable secret 5 $1$lqky$ykkxubcemlyx9jrtoskvt/

username ****** password 0 ******




ip subnet-zero
no ip domain-lookup

partition flash 2 8 8



voice-port 4/0/0
cptone jp

voice-port 4/0/1
cptone jp

voice-port 4/1/0
cptone cn

voice-port 4/1/1
cptone cn


dial-peer voice 11 pots
destination-pattern 80001
port 4/0/0
!
dial-peer voice 12 pots
destination-pattern 80002
port 4/0/1

dial-peer voice 13 pots
destination-pattern 80003
port 4/1/0

dial-peer voice 14 pots
destination-pattern 80004
port 4/1/1

dial-peer voice 30 voip
destination-pattern 83…
req-qos guaranteed-delay
session target ipv4:192.1.1.10

dial-peer voice 90 voip
destination-pattern 89…
req-qos guaranteed-delay
session target ipv4:192.1.1.6

dial-peer voice 80 voip
destination-pattern 88…
req-qos guaranteed-delay
session target ipv4:192.1.1.14

dial-peer voice 60 voip
destination-pattern 86…
req-qos guaranteed-delay
session target ipv4:192.1.1.18

dial-peer voice 70 voip
destination-pattern 87…
req-qos guaranteed-delay
session target ipv4:192.1.1.22

dial-peer voice 50 voip
destination-pattern 85…
req-qos guaranteed-delay
session target ipv4:192.1.1.26



interface fastethernet0/0
ip address 82.192.59.254 255.255.255.0 secondary
ip address 192.168.0.254 255.255.255.0
plex auto
speed auto

interface serial1/0
ip address 152.1.1.2 255.255.255.252
encapsulation ppp
no ip mroute-cache
no fair-queue
serial restart-delay 0

interface serial1/1
description cbce
ip address 192.1.1.25 255.255.255.252
no ip mroute-cache
fair-queue 64 256 36
serial restart-delay 0
ip rsvp bandwidth 48 48

interface serial1/2
description gongliu
ip address 192.1.1.5 255.255.255.252
no ip mroute-cache
fair-queue 64 256 36
serial restart-delay 0
ip rsvp bandwidth 48 48

interface serial1/3
description huocheng
ip address 192.1.1.9 255.255.255.252
no ip mroute-cache
fair-queue 64 256 36
serial restart-delay 0
ip rsvp bandwidth 48 48

interface serial2/0
description xinyuan
ip address 192.1.1.13 255.255.255.252
no ip mroute-cache
fair-queue 64 256 36
serial restart-delay 0
ip rsvp bandwidth 48 48

interface serial2/1
description zhaosu
ip address 192.1.1.17 255.255.255.252
no ip mroute-cache
fair-queue 64 256 36
serial restart-delay 0
ip rsvp bandwidth 48 48

interface serial2/2
description tekesi
ip address 192.1.1.21 255.255.255.252
no ip mroute-cache
fair-queue 64 256 36
serial restart-delay 0
ip rsvp bandwidth 48 48

interface serial2/3
no ip address
encapsulation frame-relay ietf
serial restart-delay 0
frame-relay lmi-type ansi

interface serial2/3.1 point-to-point
description to_jstzfgjj-jgzx
ip address 192.168.5.2 255.255.255.0
frame-relay interface-dlci 351

interface group-async1
ip unnumbered fastethernet0/0
encapsulation ppp
async dynamic address
async mode interactive
peer default ip address pool dialin
ppp authentication chap pap callin

router rip
version 2
network 10.0.0.0
network 82.0.0.0
network 192.1.1.0
network 192.168.0.0

ip local pool dialin 192.168.0.246 192.168.0.253
no ip classless
ip route 10.10.1.0 255.255.255.0 192.168.5.1
ip route 10.10.2.0 255.255.255.0 192.168.5.1
ip route 82.0.0.0 255.0.0.0 serial1/0
ip route 82.192.187.0 255.255.255.0 152.1.1.1
ip route 192.168.0.0 255.255.255.0 192.168.5.1
no ip http server


line con 0
line aux 0
line vty 0 4
password cisco
login

end
c市cisco2500路由器配置:
user#show run
building configuration…
current configuration:

version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers

hostname user

enable secret 5 $1$0//s$rojmqgt3vvj/zuq1tvq32.

username ***** password ******

interface ethernet0
ip address 10.71.214.50 255.255.255.0
!
interface serial0
description to_jstzfgjj-jgzx
no ip address
encapsulation frame-relay ietf
bandwidth 256 //可以不设
frame-relay lmi-type ansi

interface serial0.2 point-to-point
ip address 192.168.6.2 255.255.255.0
frame-relay interface-dlci 352!
interface serial1
no ip address
shutdown<

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
现在波兰的签证率高不高 去波兰如何办签证 去波兰办签证好办理吗 波兰签证好签吗 win7 多重网络 教师资格证普通话要多少级 想考教师资格证普通话必须过几级 qq影视会员SVIP和超级影视VIP的区别在哪里? 一小撮怎么造句 盛行一时怎么造句 杰克丹尼,黑方,芝华士12年,这三种哪种比较好喝?喝的时候是喝纯的还是... 我的世界怎么用命令方块做有名字和无限耐久还有锋利100的剑 我的世界1.8.1如何做无限耐久的木剑 我的世界RPG武器怎么无限耐久,还有射箭? 求接吻技巧,包括手的位置或者动作 接吻时手怎么放? 男女朋友接吻时手怎么放比较自然? 男生接吻时手会做什么,接吻时男生的小动作 接吻时男孩手的动作表示什么意思 接吻时手应该做什么 接吻的时候手应该怎么做? 蒲公英的种子被风吹得到处都是改为比喻句和拟人句? 做梦梦见喜欢的人·和我结婚·是好是坏· 手机斗地主退不出 拟人句:蒲公英的花开长。 空间种田文300万字起。男主。不要YY。小地主。随身空间。随身装着一口泉。看过了。类似小地主的最 蒲公英的花可以张开,合拢。改写成比喻句和拟人句 蒲公英开花了,改为拟人句 有什么软件可以免费看逍遥兵王之暗夜行走小说。 蒲公英盛开了(改成拟人句)? 如何更改记事本名字 给自己的心情记事本取一个好听的名字 新建记事本默认名字如何修改? 社保卡套现会有影响吗 怎么修改记事本的名称 怎样可以更改记事本的名称?(记事本重命名)?? 社保卡套现有什么弊端? 怎么修改记事本标题? 社保可套现嘛? 社保卡套现涉嫌诈骗罪12万判刑是按获利还是按涉嫌12万来算的? 华为手机怎么设置语音报读 社保卡套现买方卖方双方属于违法还是犯罪? 社保卡可以套现吗?违法吗。 社保在异地套现金可以吗 深圳报考人力资源登记证报名方式?每年考试时间和报名时间分别是什么时候? 北京地铁出站口abcdef都代表什么怎样分布的 吉abcdef都代表什么 怎样使毛毛虫面包的保存时间延长? 美赛abcdef分别代表什么 深圳人力资源考试网站可以考家政证吗?