如果我的onu下1口是业务,2口是ap,地址池vlan:100:192.168.100.0/24 ,vlan200:10.0.0.0/24大体配置思路是不是下面的:
1,olt上创建业务的地址池,ap的地址池
2,配置olt口:
interface olt 1/1/0/1
port link-type hybird
port hybird vlan 100 200 tagged
3,配置oun上联口:
int onu1/1/0/1:1
port link-type trunk
port trunk per vlan ll
4,配置onu的uni口
int onu1/1/0/1:1
uni 1 vlan-mode trunk pvid 100
uni 2 vlan-mode trunk pvid 200 这样对不对呀?
(0)
最佳答案
https://www.h3c.com/cn/Service/Document_Software/Document_Center/Switches/Catalog/S7600/H3C_S7600/Configure/Typical_Configuration_Example/H3C_S7600_CE-R7585P05-6W100/99/?CHID=432082
参考举例。
(0)
暂无评论
您的配置思路大致是正确的,但是有一些细节需要注意:
在OLT上创建业务的地址池和AP的地址池时,您需要指定VLAN ID和网关地址,例如:
ip pool 100 gateway 192.168.100.1 mask 255.255.255.0 ip pool 200 gateway 10.0.0.1 mask 255.255.255.0
在OLT上配置ONU端口时,您需要指定ONU类型和SN号,并绑定ONU的业务VLAN和AP VLAN,例如:
interface gpon-olt_1/1/0/1 onu 1 type ZTEG-F620 sn ZTEGC50EA0FF onu 1 service-port vlan 100 gpon 1/1/0/1 ont 1 gemport 1 multi-service user-vlan 100 tag-transform translate inbound traffic-table index 10 outbound traffic-table index 10 onu 1 service-port vlan 200 gpon 1/1/0/1 ont 1 gemport 2 multi-service user-vlan 200 tag-transform translate inbound traffic-table index 20 outbound traffic-table index 20
在ONU上配置上联口时,您需要指定VLAN模式为trunk,并指定允许通过的VLAN ID,例如:
interface gpon-onu_1/1/0/1:1 switchport mode trunk switchport trunk vlan-allowed 100,200
在ONU上配置UNI口时,您需要指定VLAN模式为trunk,并指定PVID和允许通过的VLAN ID,例如:
interface eth_0/1 switchport mode trunk switchport pvid vlan-id 100 switchport trunk vlan-allowed 100 exit interface eth_0/2 switchport mode trunk switchport pvid vlan-id 200 switchport trunk vlan-allowed 200 exit
以上是我为您找到的一些配置示例,您可以参考一下。如果您想了解更多关于ONU配置VLAN的信息,您可以查看以下链接:
中兴gpon-onu的简单配置 中国电信规范中说明了ONU 的VLAN 功能 PON无源光纤网络中ONU的VLAN功能
希望这些信息能对您有所帮助。如果您还有其他问题,欢迎继续向我提问。😊
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论