1登陆方式 串口方式登陆: 在操作终端直接输入”enter”键,系统提示信息如下: Would you like a CLI(C)or a TL1 login(T) or TL1 normal session(N) ? [N]: c (登入CLI 模式) login: isadmin password: i$@mad-系统默认的密码,会提示登陆者修改密码,如密码已改,直接用改完的密码登陆 Welcome to ISAM Yourpassword is expired ! enter new password:ans#150 提示修改默认密码 re-enter password:ans#150 The new password isaccepted. isadmin># 以下配置以ip:172.16.31.32/24;网关:172.16.31.1;管理vlan:99;管理透传到2口为例 红色数字为变量、绿色部分无需配置 2设备基本配置 板卡配置 创建主控板 创建主控板NTA(NTA默认已创建,可不创建) //创建NTB(备板) configure equipment slot nt-a planned-type fant-f configure equipment slot nt-b planned-type fant-f 打开主控板主备倒换(当有NTB需配置) configure equipment protection-group 1 admin-status unlock 配置槽位序列 cli/TL1(使能够兼容c命令和T命令) configure system security profile admin slot-numbering type-based configure system port-num-in-proto type-based 配置背板和LT板接口速率为10g(现在7360默认都是使用背板10g速率) configure system max-lt-link-speed link-speed ten-gb 保存配置数据 admin save 配置完背板速率以后必须要重启 admin equipment reboot-isam with-self-test 3管理地址(OAM)配置 配置管理地址及掩码 新建一个iHUB内部的IES虚拟路由器 给此IES虚拟路由器定义一个管理端口 configure service ies 2 customer 1 create configure service ies 2 interface "OAM" create 配置管理的网关 给此管理端口配置一个IP,以作为7360的管理IP(24位掩码指255.255.255.0) configure service ies 2 interface "OAM" address 172.16.18.71/25 configure router static-route 0.0.0.0/0 next-hop 172.16.18.1 配置管理vlan 把VLAN99定义为管理VLAN 打开IES虚拟路由器 在iHUB上创建管理VLAN 722 打开管理VLAN 722 绑定上联光口到管理VLAN (把管理vlan透传到1口) 下边一条指令可避免相同VLAN下语音用户无法互通 configure service ies 2 interface "OAM" sap nt:vp:1:722create configure service ies 2 noshutdown configure service vpls 3 customer 1 v-vpls vlan 722 create configure service vpls 3 no shutdown configure service vpls 3 sapnt-a:xfp:1:722 create configure system user-user-hairpin 4打开上联端口并绑定到管理VLAN 打开上联光口 configure port nt-a:xfp:1 no shutdown configure port nt-a:xfp:2 no shutdown 设置上联口速率为强制1000兆(上联口和交换机上的口都必须设为强制千兆速率,否则上联端口起不来) configure port nt-a:xfp:1 ethernet speed 1000 configure port nt-a:xfp:2 ethernet speed 1000 注解:假如使用NT板卡上的以太网口作为带外网管,则执行 打开以太网口 configure port nt-a:eth:0 no shutdown 绑定以太网口到管理VLAN (此处0代表设置以太网口为UNTAG模式) configure service vpls 3 sap nt-a:eth:2:0 create 或者设置以太网口为VLAN99TAG 模式 configure service vpls 3 sap nt-a:eth:2:722 create 打开网管管理功能(使网管能监控到此olt) configure system security snmp community public host-address0.0.0.0/0 context nt privilege read-write configure system security snmp community ihub host-address 0.0.0.0/0context ihub privilege read-write 配置速率profile configureqos profiles bandwidth 11 excessive-info-rate 100000 committed-info-rate 0 assured-info-rate0 delay-tolerance 8 配置qos,如同只用一个qos全部值可以给0,qos编号从11开始,11之前为系统默认qos configureqos profiles ingress-qos 11 dot1-p0-tc 0 dot1-p1-tc 0 dot1-p2-tc 0 dot1-p3-tc 0dot1-p4-tc 0 dot1-p5-tc 0 dot1-p6-tc 0 dot1-p7-tc 0 打开PON板 configure equipment slot lt:1/1/[1…8] planned-type nglt-a configure equipment slot lt:1/1/1 planned-type nglt-a configureequipment slot lt:1/1/2 planned-type nglt-a configureequipment slot lt:1/1/3 planned-type nglt-a configureequipment slot lt:1/1/4 planned-type nglt-a configureequipment slot lt:1/1/5 planned-type nglt-a configure equipment slot lt:1/1/6planned-type nglt-a configureequipment slot lt:1/1/7 planned-type nglt-a configureequipment slot lt:1/1/8 planned-type nglt-a 开启pon口 configure pon interface 1/1/1/[1…8] fec-dn disable admin-state up configurepon interface 1/1/4/1 fec-dn disable admin-state up configurepon interface 1/1/4/2 fec-dn disable admin-state up configurepon interface 1/1/4/3 fec-dn disable admin-state up configurepon interface 1/1/4/4 fec-dn disable admin-state up configurepon interface 1/1/4/5 fec-dn disable admin-state up configurepon interface 1/1/4/6 fec-dn disable admin-state up configurepon interface 1/1/4/7 fec-dn disable admin-state up configurepon interface 1/1/4/8 fec-dn disable admin-state up configurepon interface 1/1/3/1 fec-dn disable admin-state up configurepon interface 1/1/3/2 fec-dn disable admin-state up configurepon interface 1/1/3/3 fec-dn disable admin-state up configurepon interface 1/1/3/4 fec-dn disable admin-state up configurepon interface 1/1/3/5 fec-dn disable admin-state up configurepon interface 1/1/3/6 fec-dn disable admin-state up configurepon interface 1/1/3/7 fec-dn disable admin-state up configurepon interface 1/1/3/8 fec-dn disable admin-state up configurepon interface 1/1/2/1 fec-dn disable admin-state up configurepon interface 1/1/2/2 fec-dn disable admin-state up configurepon interface 1/1/2/3 fec-dn disable admin-state up configurepon interface 1/1/2/4 fec-dn disable admin-state up configurepon interface 1/1/2/5 fec-dn disable admin-state up configurepon interface 1/1/2/6 fec-dn disable admin-state up configurepon interface 1/1/2/7 fec-dn disable admin-state up configurepon interface 1/1/2/8 fec-dn disable admin-state up configure pon interface 1/1/1/1 fec-dn disable admin-state up configure pon interface 1/1/1/2 fec-dn disable admin-state up configure pon interface 1/1/1/3 fec-dn disable admin-state up configure pon interface 1/1/1/4 fec-dn disable admin-state up configure pon interface 1/1/1/5 fec-dn disable admin-state up configure pon interface 1/1/1/6 fec-dn disable admin-state up configure pon interface 1/1/1/7 fec-dn disable admin-state up configure pon interface 1/1/1/8 fec-dn disable admin-state up configure qos profiles ingress-qos 12 dot1-p0-tc 0 dot1-p1-tc 0 dot1-p2-tc 0 dot1-p3-tc 0 dot1-p4-tc 0 dot1-p5-tc 0 dot1-p6-tc 0 dot1-p7-tc 0 configure qos profiles bandwidth 12 excessive-info-rate 100000 committed-info-rate 0 assured-info-rate 0 delay-tolerance 32 语音vlan: configure vlan id 11secure-forwarding mode residential-bridge configure vlan id 11broadcast-frames configure vlan id 11in-qos-prof-name name:11 configure service vpls 11customer 1 v-vpls vlan 11 create configure service vpls 11sap nt-a:xfp:1:11 create configure service vpls 11sap lt:1/1/1:11 create configure service vpls 11sap lt:1/1/2:11 create configure service vpls 11sap lt:1/1/3:11 create configure service vpls 11sap lt:1/1/4:11 create configure service vpls 11sap lt:1/1/5:11 create configure service vpls 11sap lt:1/1/6:11 create configure service vpls 11sap lt:1/1/7:11 create configure service vpls 11sap lt:1/1/8:11 create configure service vpls 11user-user-com configure service vpls 11no shutdown 创建宽带vlan: configure vlan id stacked:1882:0 mode layer2-terminated in-qos-prof-name name:12 configure vlan id stacked:1882:[500...4000] mode cross-connect in-qos-prof-namename:12 configure service vpls 1882 customer 1 v-vpls vlan 1882create configure service vpls 1882 sap nt-a:xfp:1:1882create configure service vpls 1882 sap lt:1/1/1:1882create configure service vpls 1882 sap lt:1/1/2:1882create configure service vpls 1882 sap lt:1/1/3:1882create configure service vpls 1882 sap lt:1/1/4:1882create configure service vpls 1882 sap lt:1/1/5:1882create configure service vpls 1882 sap lt:1/1/6:1882create configure service vpls 1882 sap lt:1/1/7:1882create configure service vpls 1882 sap lt:1/1/8:1882create configure service vpls 1882 no shutdown exitall adminsave 常用查询语句: 学MAC地址: show service fdb-mac 查询ip地址及掩码 show router interface 查询网关 show router static-route
|