OLT这样配置可以吗
问题描述:
如果我的onu下1口是业务,2口是ap,地址池VLAN:100:192.168.100.0/24 ,vlan
1,olt上创建业务的地址池,ap的地址池
2,配置olt口:
interface olt 1/1/0/1
port link-type hybird
port hybird vlan 100
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
组网及组网描述:
参考一下这个案例:01-EPON基本配置-新华三集团-H3C
01-H3C_EPON典型配置举例-新华三集团-H3C
暂无
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=43
参考举例。
2小时前回答暂无
您的配置思路大致是正确的,但是有一些细节需要注意:
在OLT上创建业务的地址池和AP的地址池时,您需要指定VLAN ID和网关地址,例如:
ip pool 100 gateway 192.168.100.1 mask 255.255.255.0 ip pool
在OLT上配置ONU端口时,您需要指定ONU类型和SN号,并绑定ONU的业务VLAN和AP VLAN,例如:
interface gpon-olt_1/1/0/1 onu 1 type ZTEG-F6
在ONU上配置上联口时,您需要指定VLAN模式为trunk,并指定允许通过的VLAN ID,例如:
interface gpon-onu_1/1/0/1:1 switchport mode trunk switchport trunk vlan-allowed 100,
在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
以上是我为您找到的一些配置示例,您可以参考一下。如果您想了解更多关于ONU配置VLAN的信息,您可以查看以下链接:
中兴gpon-onu的简单配置 中国电信规范中说明了ONU 的VLAN 功能 PON无源光纤网络中ONU的VLAN功能
希望这些信息能对您有所帮助。如果您还有其他问题,欢迎继续向我提问。
1小时前回答暂无
你正在内容来源:知了社区,OLT这样配置可以吗