介绍Cisco 12000系列路由器信元打包技术

来源: 作者: 2007-12-03 出处:pcdog.com

atm  cisco  cisco ios  mpls  qos  
上一页 1 2 3 4 下一页 

   信元打包VP模式配置示例   

  在例2中,PE1设置为信元打包VP模式,而PE2配置与之对称。MNCP为六个信元,MCPT为100us。

  例2

  PEIfish running-config interface ATM 5/0

  Building configuration...

  Current configuration : 263 bytes

  !

  interface ATM5/0

  atm mcpt-timers 50 100 200 三个独立计时器,单位为毫秒

  atm pvp 1 12transport

  cell-packing 6 mcpt-timer 2 MNCP 6和MCPT 100毫秒

  xconnect 203.203.203.203 1

  encapsulation mpls

  end

  信元打包端口模式配置示例

  在例3中,PE1设置为信元打包端口模式,而PE2配置与之对称。MNCP为六个信元,MCPT为100us。

  例3

  PEl#sh running-config interface ATM 510

  Building configuration...

  Current configuration : 238 bytes

  !

  interface ATM5/0

  atm mcpt-timers 50 100 200

  cell-packing 6 mcpt-timer 2

  xconnect 203.203.203.203 1 encapsulation mpls

  end

  例子中的信元打包的验证:

  PEl#sh atm cell-packing

  average average

  circuit local nbr of cells peer

  nbr of cells MCPT

  type MNCP rcvd in one pkt MNCP

  sent in one pkt 46)

  ATM5/0 vc 0/32 6 6

  6 6 100

  PE2#sh atm cell-packing

  average average

  circuit local nbr of cells peer

  nbr of cells MCPT

  type MNCP rcvd in one pkt MNCP

  sent in one pkt (Ps)

  ATM2/2 vc 0/32 6 6

  6 6 100

  show atm cell-packing命令的输出结构总结:

  Circuit type显示信元打包配置为VC模式。

  Local MNCP显示本地配置的MNCP值为6。

  Peer MNCP显示对等配置的MNCP值为6。

  MCPT(us)显示本地配置的MCPT超时时间。

  Average number of cells received in one packet 显示从对等体接收的一个信元包中包含6个信元。

  Average number of cells received in one packet 显示向对等体发送的一个信元包中包含6个信元。


更多内容请看PCdog.com--Cisco IOS技术手册  Cisco交换机  Cisco路由器配置手册专题
上一页 1 2 3 4 下一页 
上一篇:真正了解NT/2000下的空连接
下一篇:Linux基本操作入门指导书(V1.2)-20031203-C