Postado originalmente por
fsoaress76
Boa Trade.
Estamos tendo problema pra implementar uma rede PPPOE junto com outra rede que já esta funcionado: HOTSPOT+OSPF tudo via radius.
Porem, quando o cliente pppoe autentica, e o OSPF divulga a rota, alguns minutos depois, o OSPF para de divulgar todas as rotas.
Verificando no OSPF, vi que as interfaces do PPPOE estão sendo levantadas no OSPF como Point-to-Point.
Clientes Hotspot 100% funcionando
Rascunho da rede:
PowerEdige
Loopback: 10.0.0.1/32
ether1: Link Internet
ether6: Hotspot (todos os cliente com ip dinâmico /30)
ether2: OSPF___para____Rb1100_A (via_NBMA)
ether5: OSPF___para____Rb1100_B (via_NBMA)
ether7: OSPF___para____Rb1100_C (via_NBMA)
/routing ospf instance
set [ find default=yes ] name=LIMO_1 redistribute-connected=as-type-1 router-id=10.0.0.1
/routing ospf area range
add area=backbone range=186.y.y.0/20
add area=backbone range=177.y.y.0/20
/routing ospf interface
add interface=LOOPBACK network-type=broadcast
add interface=ether2 network-type=nbma
add interface=ether5 network-type=nbma
add interface=ether7 network-type=nbma
/routing ospf nbma-neighbor
add address=10.x.x.22 comment="Rb_1100_A"
add address=10.x.x.10 comment="Rb_1100_B"
add address=10.x.x.30 comment="Rb_1100_C"
/routing ospf network
add area=backbone comment=Loopback disabled=yes network=10.0.0.1/32
add area=backbone comment="Rb_1100_A" network=186.y.y.144/28
add area=backbone comment="Rb_1100_B" network=186.y.y.96/28
add area=backbone comment="Rb_1100_C" network=186.y.y.112/28
Rb1100_A
Loopback: 10.0.2.5
ether1: 10.x.x.22/30----------- ( fechando OSPF) -------- PowerEdige
ether3: Hotspot (todos os cliente com ip dinâmico /30)
ether4: (pretendemos usar pppoe)
Rb1100_B
Loopback: 10.0.2.6
ether1: 10.x.x.30/30----------- ( fechando OSPF) -------- PowerEdige
ether3: Hotspot (todos os cliente com ip dinâmico /30)
ether4: (pretendemos usar pppoe)
Rb1100_C
Loopback: 10.0.2.7
ether1: 10.x.x.10/30----------- ( fechando OSPF) -------- PowerEdige
ether3: Hotspot (todos os cliente com ip dinâmico /30)
ether3_vlan1: (OSPF para Rb433AH)
ether4: (pretendemos usar pppoe)
Rb433AH
Loopback: 10.0.3.7
ether1_vlan1: ----------- ( fechando OSPF) -------- Rb1100_C
ether2: Hotspot (todos os cliente com ip dinâmico /30)
ether3: (pretendemos usar pppoe)