Гибридная схема предоставления услуг подразумевает предоставление пользователю в рамках одного ONT услуг разного типа – RG услуг и OMCI-bridge услуг. Подробнее понятия routed (RG) и bridged услуг описаны в статье Понятия RG и OMCI услуг.
В рамках данной статьи рассмотрим настройку на ONT услуги Интернет в соответствии с следующими исходными данными:
Таким образом, требуется предоставить пользователю работу сервиса в гибридном режиме (routed+bridged одновременно). Трафик данных услуг будет направляться через разные GEM порты, поэтому настройка потребует формирования двух разных сервисных профилей cross-connect. В соответствии с данной задачей, для настройки потребуется выполнить следующие шаги.
LTP-16N# configure terminal LTP-16N(configure)# profile cross-connect Internet-RG LTP-16N(config)(profile-cross-connect-Internet-RG)# outer vid 1100 LTP-16N(config)(profile-cross-connect-Internet-RG)# user vid 1100 LTP-16N(config)(profile-cross-connect-Internet-RG)# exit LTP-16N(configure)# profile cross-connect Internet-br LTP-16N(config)(profile-cross-connect-Internet-br)# ont-mode bridge LTP-16N(config)(profile-cross-connect-Internet-br)# bridge group 10 LTP-16N(config)(profile-cross-connect-Internet-br)# outer vid 1100 LTP-16N(config)(profile-cross-connect-Internet-br)# user vid 1100 LTP-16N(config)(profile-cross-connect-Internet-br)# exit |
LTP-16N(configure)# profile ports bridge_service LTP-16N(config)(profile-ports-bridge_service)# port 4 bridge group 10 LTP-16N(config)(profile-ports-bridge_service)# exit |
LTP-16N(configure)# interface ont 10/11 LTP-16N(config)(if-ont-10/11)# serial ELTX92000038 LTP-16N(config)(if-ont-10/11)# service 1 profile cross-connect Internet-RG dba dba1 LTP-16N(config)(if-ont-10/11)# service 2 profile cross-connect Internet-br dba dba1 LTP-16N(config)(if-ont-10/11)# profile ports bridge_service LTP-16N(config)(if-ont-10/11)# exit LTP-16N(configure)# do commit LTP-16N(configure)# do save |
Для проверки работы услуг могут использоваться следующие команды.
LTP-16N# show mac interface ont 10/11
Loading MAC table...
MAC port svid cvid uvid ONT gem type
------------------- --------------------- ------ ------ ------ --------- ------- ---------
C4:12:F5:D4:AA:E3 pon-port 10 1100 1100 10/11 445 Dynamic
68:13:E2:3B:F1:B8 pon-port 10 1100 1100 10/11 444 Dynamic
2 MAC entries |
LTP-16N# show interface ont 10/11 data-path
[ONT 10/11] data-path
Service #1:
outer vid 1100
inner vid 0
user vid: 1100
replace: ont-side
bridge_group: 0
t-cont id: 32768Итог
alloc id: 767
gem port: 444
traffic model: N_TO_1
front-port 1 upstream flow: 0
Service #2:
outer vid 1100
inner vid 0
user vid: 1100
replace: ont-side
bridge_group: 10
t-cont id: 32768
alloc id: 767
gem port: 445
traffic model: N_TO_1
front-port 1 upstream flow: 0
Bridge #1:
service profile id: 0
broadcast enable: true
broadcast filters: 1100 0 0 0 0 0 0 0 0 0 0 0
multicast enable: false
multicast filters: 0 0 0 0 0 0 0 0 0 0 0 0
Bridge #2:
service profile id: 10
broadcast enable: true
broadcast filters: 1100 0 0 0 0 0 0 0 0 0 0 0
multicast enable: false
multicast filters: 0 0 0 0 0 0 0 0 0 0 0 0
Port #4:
bridge group: 10
vlan operation #1:
user vid: 1100
replace: ont-side
multicast enable: false
Virtual ethernet interface pointer:
Alloc base #1:
scheme: share-t-cont
alloc ids: 767 |
Данная схема не имеет ограничений по настройке сервисных моделей. В приведенном примере используется конфигурация по умолчанию |