| 分类: ~~~ HuaWei ~~~ |
POS端口配置
POS(Packet Over SONET/SDH)是一种应用城域网及广域网中的技术,能够用于传输分组数据。S8500系列交换机支持使用SDH(Synchronous Digital Hierachy)和SONET(Synchronous Optical Network)作为物理层协议,将长度可变的数据包直接映射进SDH/SONET同步载荷中,提供了一种高速、可靠、点到点的数据连接。
S8500系列路由交换机提供的POS端口传输速率支持STM-1/OC-3(155.52Mbit/s)、STM-16(2.5Gbit/s)和STM-64(10Gbit/s)。在数据链路层使用PPP协议,在网络层使用IP协议。
POS端口配置包括:
。进入POS端口视图 interface pos
。将POS端口加入/退出VLAN pos access vlan 3
。打开/关闭POS端口 shutdown/undo shutdown
。对POS端口进行描述 description text/undo description
。设置POS端口的帧格式 frame-format{sdh|sonet}/undo frame-format
。设置POS端口的加扰功能 scramble/undo scramble(默认为enable)
。设置POS端口的告警门限值 threshold{sd|sf}value/undo threshold{sd|sf}
。设置POS端口的时钟模式 clock master/clock slave/undo clock
。设置POS端口的状态轮询定时器的轮询时间间隔 timer hold/undo timer hold
。设置POS端口的CRC校验字长度:16比特,32比特(缺省) crc 16/crc 32/undo crc
。设置POS端口的环回方式 loopback internal/loopback external/undo loopback。缺省情况下,禁止对内或对外环回。不能进行同时对内和对外回波。
切换内环、外环的时候必须先删除以前的环回设置,才能设置新的环回
。设置POS端口的开销字节
。设置PPP协商时间 ppp timer negotiate seconds/undo ppp timer negotiate,缺省为3秒
。设置POS端口的最大传输单元 mtu mtu-value,缺省为1500字节
display interface pos [interface-number]
reset counters interface pos [interface-number]
//// switch a ////
vlan 2 //创建VLAN
interface vlan 2 //进入VLAN
ip address 202.38.163.10 255.255.255.0
quit
interface pos 2/1/1
pos access vlan 2
//// switch b ////
vlan 2
interface vlan 2
ip address 202.38.163.11 255.255.255.0
quit
interface pos 3/1/1
pos access vlan 2
clock master
system-view
mirroring-group 1 inbound ethernet3/1/1 mirrored-to ethernet3/1/48
vlan 192 //创建VLAN并进入配置模式
port ethernet 3/1/1 ethernet 3/1/3 ethernet 3/1/5 ethernet 3/1/47
interface vlan-interface 192
ip address 192.168.1.1 255.255.255.0
interface ethernet 3/1/1
ids-acl enable
diaplay ids all

加载中…