Olá, estou tentando configurar um ODI-DFP-34X-2C2 com link Oi(Vtal) e ONT Huawei(HG8145V5).
Já segui vários tópicos aqui das threads mas sem sucesso até o presente, atualmente estou com as seguintes cfgmib:
device:
pon:
vlan:
Settings:
tentei usar o tutorial do
tripleoxygen onde o mesmo foi feito com Oi(Vtal) e ONT Huawei (HG8245Q2).
Fiz as buscas das VLANs usando os dois mecanismos "
omcicli mib get 84" e "
l2-table get entry address"
omcicli:
Código:
# omcicli mib get 84
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
VlanTagFilterData
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#
l2-table get entry address:
Código:
# i=0
# max=2047
# while [ $i -lt $max ]
> do
> if diag l2-table get entry address $i | grep -q "LUT"; then
> diag l2-table get entry address $i
> fi
> true $(( i++ ))
> done
l2-table get entry address 12
LUT address: 0x000c (1K LUT)
L2 Unicast table:
MACAddress Spa Fid Age Vid State Ext Hash
00:00:00:01:00:02 3 0 1 0 Static 0 SVL
CtagIf Auth DaBlock SaBlock Arp
Dis Dis Dis Dis Dis
RTK.0> command:l2-table get entry address 444
LUT address: 0x01bc (1K LUT)
L2 Unicast table:
MACAddress Spa Fid Age Vid State Ext Hash
78:57:73:C0:03:F0 3 0 1 0 Static 0 SVL
CtagIf Auth DaBlock SaBlock Arp
Dis Dis Dis Dis Dis
RTK.0> command:l2-table get entry address 492
LUT address: 0x01ec (1K LUT)
L2 Unicast table:
MACAddress Spa Fid Age Vid State Ext Hash
74:4D:28:4B:36:17 0 0 7 0 Auto 0 SVL
CtagIf Auth DaBlock SaBlock Arp
Dis Dis Dis Dis Dis
RTK.0> command:# echo "DONE! L2 Table Print Valid"
DONE! L2 Table Print Valid
#
Por fim aparentemente tudo indica que ta "funcionando" mas quando vou requisitar o DHCP no RouteOS não tenho êxito
Código:
/ip dhcp-client print detail
Flags: X - disabled, I - invalid, D - dynamic
0 interface=ether10 add-default-route=yes default-route-distance=1 use-peer-dns=yes use-peer-ntp=yes dhcp-options=hostname,clientid status=searching...
desde já fico grato a qualquer um que possa ajudar!!!