光纤收发器设置

请注意,这里VLAN999仅作隔离用途,光纤收发器对于传输和用户侧设备来说没有处理VLAN数据

raisecom
raisecom
config terminal
no vlan all
y
create vlan 999 active
interface range gigaethernet 1/1/1-6
switchport mode access
switchport access vlan 999
end
write
y
 

注意复制后替换命令中VLAN999改为实际VLAN号再粘贴到终端窗口

raisecom
raisecom
config terminal
no vlan all
y
create vlan 999 active
interface range gigaethernet 1/1/5-6
switchport mode trunk
switchport trunk allow vlan 999 confirm
exit
interface range gigaethernet 1/1/1-4
switchport mode access
switchport access vlan 999
end
write
y
 
raisecom
raisecom
config terminal
no vlan all
y
create vlan 999 active
interface line 1
switchport mode access
switchport access vlan 999
exit
interface line 2
switchport mode access
switchport access vlan 999
exit
interface c 1
switchport mode access
switchport access vlan 999
exit
interface c 2
switchport mode access
switchport access vlan 999
exit
interface c 3
switchport mode access
switchport access vlan 999
exit
interface c 4
switchport mode access
switchport access vlan 999
end
write
y
 

注意复制后替换命令中VLAN999改为实际VLAN号再粘贴到终端窗口

raisecom
raisecom
config terminal
no vlan all
y
create vlan 999 active
interface line 1
switchport mode trunk
switchport trunk allow vlan 999
switchport trunk allow vlan 999 confirm
exit
interface line 2
switchport mode trunk
switchport trunk allow vlan 999
switchport trunk allow vlan 999 confirm
exit
interface c 1
switchport mode access
switchport access vlan 999
exit
interface c 2
switchport mode access
switchport access vlan 999
exit
interface c 3
switchport mode access
switchport access vlan 999
exit
interface c 4
switchport mode access
switchport access vlan 999
end
write
y
 

创建端口组1并配置端口属性和VLAN信息
去掉端口1/1/51/1/6的端口属性和VLAN信息
将端口1/1/51/1/6加入创建的这个端口组中
最大活跃端口2max-active links 2;最小活跃端口1min-active links 1

interface port-channel 1
switchport mode trunk
switchport trunk allowed vlan 301
y
max-active links 2
min-active links 1
mode lacp
exit


interface gigaethernet 1/1/6
no switchport trunk allowed vlan
no switchport mode
no port backup gigaethernet 1/1/5
no port backup restore-mode restore-delay
no storm-control all
port-channel 1
exit

interface gigaethernet 1/1/5
no switchport trunk allowed vlan
no switchport mode
no storm-control all
port-channel 1
exit

interface port-channel 1
master-port gigaethernet 1/1/6
exit

interface gigaethernet 1/1/1
switchport mode access
switchport access vlan 301
exit

interface gigaethernet 1/1/2
switchport mode access
switchport access vlan 301
exit
write

适用型号:1101S4A等以A结尾

一、给设备配置IP

电脑地址设置192.192.192.100,255.255.255.0网线连接设备4口 将TMP-IP的拨子拨下,此时设备IP为临时IP:192.192.192.192 telnet 192.192.192.192,登录设备,用户名和密码均为小写字母root`.输入如下命令:

enable //进入特权用户模式
password:`root`
configure //进入config模式
no ip address dhcp //禁止dhcp功能
Set OK !
ip address 192.192.4.2 255.255.255.0 //修改设备为当前IP,掩码
Are you sure to change ip address ? `y`
Set IP OK !
遗失对主机的连接

将拨子恢复.电脑IP设置为修改后的设备IP相同网段.ping测设备IP,验证是否修改成功

二、配置业务数据

Telnet空格+IP(给设备分配写好的IP),登录设备,用户名和密码均为小写字母root.输入如下命令:


透传业务光口

enable //进入特权用户模式
password:`root`
configure //进入config模式
vlan dis //禁止VLAN,清空数据
Set OK !
vlan enable //使能VLAN
Set OK !
vlan 701 //创建业务VLAN表1(以701为例 数据业务)
Set OK !
vlan 4000 //创建管理VLAN表.(4000为例)
Set OK !
inte fx //进入5号端口(光口)配置
port link-type trunk //设置为trunk端口模式
Set OK !
port trunk add-vlan 701 //透传业务VLAN1
Set OK !
port trunk add-vlan 4000 //透传管理VLAN
Set OK !
exit

透传业务电口

inte tx1 //进入1号电口配置
port link-type trunk //设置为trunk端口模式
Set OK !
port trunk add-vlan 701 //透传业务VLAN1,带标签
Set OK !
exit

电口落地业务 非透传,用户接电脑可直接使用

inte tx1 //进入1号电口配置
port link-type access //设置为access端口模式
Set OK !
port pvid 701 //落地业务VLAN1,剥离不带标签
Set OK !
exit

管理口落地

inte tx3 //进入3号电口配置
port link-type access //设置为access端口模式
Set OK !
port pvid 4000 //剥离管理VLAN标签,落地管理信息
Set OK !
exit
management-vlan 4000 //设置管理VLAN
Set OK !
write //保存配置
Are you sure to write the configure to flash ? `y`
Write OK !
9. CLI# reboot //设备重启
Are you sure to reboot the device ? `y`
Start to reboot ……
遗失对主机wr 的连接

查看设备信息

进入config模式后用如下命令:
show ver //查看设备IP及版本信息等
show ip //查看IP 掩码 DHCP状态等
show vlan //查看VLAN等数据信息

命令:配置业务vlan

例:100互联网.101语音.14管理VLAN

vlan disable
vlan enable
vlan 100
vlan 101
vlan 14
inte fx
port link-type trunk
port trunk add-vlan 100
port trunk add-vlan 101
port trunk add-vlan 14
exit
inte tx1
port link-type access
port pvid 100
exit
inte tx2
port link-type access
port pvid 101
exit
inte tx3
port link-type access
port pvid 14
exit
management-vlan 14
write

适用型号:1101S4N/11000S4N等以N结尾

登陆设备:电脑网线连接设备NM口.设备初始地址192.192.4.2 电脑地址配置192.192.4.100掩码255.255.255.0 telnet 192.192.4.2登录设备 用户名username:admin 密码 password:admin

enable //进入特权用户模式 password:huahuan.com config //进入config模式 CLI #

  • 修改成普通光收
no ip address dhcp //禁止dhcp功能
Set OK !
no vlan all //删vlan
Set OK !
vlan mode disable //禁止vlan
Set OK !
write config-to curr //保存
are you sure··········· 输入`y`回车,确认保存
  • 作为智能光收用法如下
给设备配置管理IP.此IP由华环厂家督导分配

no ip address dhcp //禁止dhcp功能
Set OK !
ip address 192.192.4.3 255.255.255.0 //修改设备为当前IP(4.3为例督导分配,不监控也可以不配置)和掩码
Are you sure to change ip address ? `y`
Set IP OK !

配置业务数据

vlan mode disable //关闭vlan功能
Set OK !
vlan mode 802.1Q //开启802.1Qvlan功能
Set OK !
no vlan all //删VLAN,清空数据
Set OK !
vlan 701 //创建业务VLAN表1(以701为例 数据业务1)
Set OK !
vlan 702 //创建业务VLAN表2(以702为例 业务2)
Set OK !
vlan 4000 //创建管理VLAN表.(管理vlan以4000为例)
Set OK !
interface fx1 //进入1号光口配置
port link-type trunk //设置为trunk端口模式
Set OK !
port trunk add-vlan 701 //透传业务VLAN1
Set OK !
port trunk add-vlan 702 //透传业务VLAN2
Set OK !
port trunk add-vlan 4000 //透传管理VLAN
Set OK !
exit

用户点光收接交换机,用户交换机写vlan 为trunk口时 光收电口的配置:

inte tx1 //进入1号电口配置
port link-type trunk //设置为trunk端口模式
Set OK !
port trunk add-vlan 701 //透传业务VLAN1,带vlan标签数据
Set OK !
exit

电口落地业务,非透传,用户接电脑可直接使用的情况配置电口

inte tx1 //进入1号电口配置
port link-type access //设置为access端口模式
Set OK !
port pvid 701 //落地业务VLAN1,剥离不带标签
Set OK !
exit

透传业务

inte tx2 //进入2号电口配置
port link-type trunk //设置为trunk端口模式
Set OK !
port trunk add-vlan 702 //透传业务VLAN2
po Set OK !
exit

电口落地业务,非透传

inte tx2 //进入2号电口配置
port link-type access //设置为access端口模式
Set OK !
port pvid 702 //落地业务VLAN2,剥离标签
Set OK !
exit
inte tx3 //进入3号电口配置
port link-type access //设置为access端口模式
Set OK !
port pvid 4000 //剥离管理VLAN标签,落地管理信息
Set OK !
exit
management-vlan 4000 //设置管理VLAN
Set OK !
write config-to curr //保存配置
Are you sure to write the configure to flash ? `y`
Write OK !
  • 查看设备信息
进入`config`模式后用如下命令:
show ver //查看设备IP及版本信息等
show ip //查看IP 掩码 DHCP状态等
show vlan //查看VLAN等数据信息
  • PTN华环监控汇聚口:网元2574 //222`口
管理`vlan:4000`
服务器地址:`192.192.200.200` 掩码 `255.255.0.0`
网管交换机地址:`192.192.200.201` 掩码 `255.255.0.0`
业务vlan:一般由用户分配;用户没有vlan,可增加vlan 10 作为业务vlan进行配置,在汇聚局端交换机解掉标签10.

命令

改设备IP
no ip address dhcp
ip address 192.192.4.20 255.255.255.0
y

配置业务vlan

vlan mode enable
no vlan all
vlan 90
vlan 883
vlan 4000
interface fx1
port link-type trunk
port trunk add-vlan 90
port trunk add-vlan 883
port trunk add-vlan 4000
exit
inte tx1
port link-type access
port pvid 90
exit
inte tx2
port link-type access
port pvid 883
exit
inte tx3
port link-type access
port pvid 4000
exit
management-vlan 4000
write config-to curr
y
  • 适用型号:全光小P或多光口小P,包含端口限速配置,仅供参考~
  • 设备Console串口终端输入 telnet localhost 23 //登录密码 hios
  • 设备NM网管口终端输入telnet 192.168.1.1登录密码 hios
查询命令

show running-config //#全局模式查看
show interface fe1 //#FE1光口查看
show sys config //#管理vlan和带内ip查看
show vlan all //#所有vlan数据查看
show bridge dynamic //#端口及MAC地址上线情况查看

删除命令

no vlan-bath 100 //#删除vlan100

配置项目

hios //#登录密码
en //#进入enable使能权限(全局)
config terminal //#进入交换机配置模式
dhcp disable //#禁止DHCP功能
vlan database //#进入vlan数据库
vlan-batch 500-600/vlan-batch 200,300,3999 //#(管理vlan必须有)创建vlan500-600或200,300,3999(管理不可少)
exit //#exit退出
sys config vlan set inband 3999 7 //#创建3999为管理vlan 优先级为7
sys config ipadd inband 192.192.5.2 255.255.0.0 //#设备配置带内ip地址为192.192.5.2子网255.255.0.0(由督导分配)
sys config defroute inband 192.192.4.1

百兆光口设置

interface fe1 //#进入第一个百兆光口fe1(fe1-fe24共24个百兆光)
switchport mode trunk //#fe1口设置为trunk口
switchport trunk allowed vlan add 100,200,3999 //#fe1口允许100,200,3999的vlan通过
switchport trunk allowed vlan add 500-600 //#fe1口允许500-600vlan段通过 (vlan和vlan段不可写一块)
flowcontrol both on //#fe1口流控使能
rate-limit ingress kbps 2048 burst 2000 //#fe1口出限速2048kbps(2M)突发字节2000KB
rate-limit egress kbps 2048 burst 2000 //#fe1口入限速2048kbps(2M)突发字节2000KB
exit //#exit退出端口
interface fe2 //#进入第二个百兆光口FE2
switchport mode access //#fe2口设置为access口
switchport access vlan 200 //#fe2口剥离200的vlan标签
flowcontrol both on //#fe2口流控使能
rate-limit ingress kbps 2048 burst 2000 //#fe2口出限速2048kbps(2M)突发字节2000KB
rate-limit egress kbps 2048 burst 2000 //#fe2口入限速2048kbps(2M)突发字节2000KB
exit //#exit退出
interface fe3 //#进入第三个百兆光口fe3,
duplex auto/full/half //#fe3口光口配置自适应/全双工/半双工模式
bandwidth 10m/100m/1000m //#fe3口强制10m/100M/1000M
flowcontrol both on //#fe3口流控使能
rate-limit ingress kbps 2048 burst 2000 //#fe3口出限速2048kbps(2M)突发字节2000KB
rate-limit egress kbps 2048 burst 2000 //#fe3口入限速2048kbps(2M)突发字节2000KB
exit //#exit退出端口

千兆光口设置

interface ge1 //#进入第一个千兆光口GE1(GE1-GE2共两个千兆口,光电选用)
switchport mode trunk //#ge1口设置成trunk口
switchport trunk addowed vlan add 100,200,3999 //#ge1口允许100,200,3999的vlan通过
switchport trunk addowed vlan add 500-600 //#ge1口允许500-600vlan段通过
exit //#exit
interface ge2 //#进入第二个千兆口GE1(GE1-GE2共两个千兆口,光电选用)
switchport mode access //#ge2口设置为access口
switchport access vlan 3999 //#ge2口剥离3999的管理标签(可用于验证网管ping网关地址192.192.4.1)
exit //# //#exit
write //#配置保存

瑞斯康达独立信息

speed auto # 自动选择光口速率
duplex auto # 自动选择光口双工
no storm-control all # 关闭风暴控制
no switchport protect # 关闭端口保护

位数:`9600`
数据位:`8`
奇偶校验:``
停止位:`1`
数据流控制:``

瑞斯康达管理VLAN:`4094`
瑞斯康达管理VLAN:`4029`

华环独立信息

位数:`115200`
数据位:`8`
奇偶校验:``
停止位:`1`
数据流控制:``

华环管理VLAN:`3999`
华环管理VLAN:`14`