iPoE Cisco router

Hebt u opmerkingen, klachten, steunbetuigingen voor Proximus (Belgacom)? Dan kan u deze hier kwijt.
fluxi
Starter
Starter
Berichten: 4
Lid geworden op: 15 mei 2024, 18:51
Bedankt: 1 keer

Bericht

Hoi,
Ben vandaag overgeschakeld naar fiber. Mijn BBOX3 is vervangen door een Internet Box v1bis.

Achter de Proximus infrastructuur heb ik mijn eigen router hangen zodat ik volledig beheer heb over mijn eigen netwerk.
Ik had na mijn BBOX3 een Cisco router (C1161) die een PPPoE connectie maakte zodat ik een public IP op de Cisco had adhv PPPoE passthrough op de BBOX3
Nu heb ik dezelfde setup behalve BBOX3 is vervangen door een Internet Box.


Ik heb via MyProximus me Internet Box aangepast zodat er network bridge mogelijk is op de LAN1 poort en het mac-address 1234.5689.0abc van me Cisco router (WAN poort) ingegeven.
Ik heb me PPPoE config weggegooid uit de Cisco en de WAN interface (Gi0/0/0) als dhcp ingesteld.

Ik kan echter geen IPv4 adres verkrijgen (DHCP). Ik heb echter wel een IPv6 address!
Dat is de config van de WAN poort van me Cisco:

Code: Selecteer alles

bru1-hro-001#sh run int Gi0/0/0
Building configuration...

Current configuration : 283 bytes
!
interface GigabitEthernet0/0/0
 description Gi0/0/0 Proximus Internet Box v1bis1
 mac-address 1234.5689.0abc
 ip address dhcp
 negotiation auto
 ipv6 dhcp client pd PROXIMUS_PREFIXDEL rapid-commit
 ipv6 dhcp client request vendor
 ipv6 address autoconfig default
 ipv6 enable
end

Code: Selecteer alles

bru1-hro-001#sh int Gi0/0/0
GigabitEthernet0/0/0 is up, line protocol is up
  Hardware is C1161-2x1GE, address is 1234.5689.0abc (bia ec01.d53a.7200)
  Description: Gi0/0/0 Proximus Internet Box v1bis1
  Internet address will be negotiated using DHCP

Code: Selecteer alles

bru1-hro-001#sh ip int brief
Interface              IP-Address      OK? Method Status                Protocol
GigabitEthernet0/0/0   unassigned      YES DHCP   up                    up
GigabitEthernet0/0/1   unassigned      YES NVRAM  administratively down down
GigabitEthernet0/1/0   unassigned      YES unset  administratively down down
GigabitEthernet0/1/1   unassigned      YES unset  administratively down down
GigabitEthernet0/1/2   unassigned      YES unset  administratively down down
GigabitEthernet0/1/3   unassigned      YES unset  administratively down down
GigabitEthernet0/1/4   unassigned      YES unset  administratively down down
GigabitEthernet0/1/5   unassigned      YES unset  administratively down down
GigabitEthernet0/1/6   unassigned      YES unset  administratively down down
GigabitEthernet0/1/7   unassigned      YES unset  up                    up
Tunnel0                unassigned      YES unset  up                    down
Vlan1                  unassigned      YES unset  administratively down down
Vlan2                  10.0.0.1        YES NVRAM  up                    up
Vlan11                 10.0.2.7        YES NVRAM  up                    up

Code: Selecteer alles

bru1-hro-001#sh ipv6 int brief
GigabitEthernet0/0/0   [up/up]
    FE80::1034:56FF:FE89:ABC
    2A02:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:ABC
GigabitEthernet0/0/1   [administratively down/down]
    unassigned
GigabitEthernet0/1/0   [administratively down/down]
    unassigned
GigabitEthernet0/1/1   [administratively down/down]
    unassigned
GigabitEthernet0/1/2   [administratively down/down]
    unassigned
GigabitEthernet0/1/3   [administratively down/down]
    unassigned
GigabitEthernet0/1/4   [administratively down/down]
    unassigned
GigabitEthernet0/1/5   [administratively down/down]
    unassigned
GigabitEthernet0/1/6   [administratively down/down]
    unassigned
GigabitEthernet0/1/7   [up/up]
    unassigned
Vlan1                  [administratively down/down]
    unassigned
Vlan2                  [up/up]
    FE80::EE01:D5FF:FE3A:7274
Vlan11                 [up/up]
    FE80::EE01:D5FF:FE3A:7274
Google DNS kan ik pingen over ipv6

Code: Selecteer alles

bru1-hro-001#ping ipv6 2001:4860:4860::8888
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:4860:4860::8888, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/13/16 ms
en wordt gerouteerd over het Proximus netwerk.

Code: Selecteer alles

bru1-hro-001#traceroute ipv6 2001:4860:4860::8888
Type escape sequence to abort.
Tracing the route to (2001:4860:4860::8888)

  1  *  *  *
  2  *  *  *
  3 ae-76-106.ibrstr6.isp.proximus.be (2A02:A000:1:FFF0::1) 4 msec 8 msec 4 msec
  4 ae-2-1000.ibrstr5.isp.proximus.be (2A02:A000:1:FFF9::) 8 msec 4 msec
    ae-1-1000.ibrstr5.isp.proximus.be (2A02:A000:1:FFF1::) 8 msec
  5 2A02:A000:1:FFFB::2 8 msec 8 msec 12 msec
  6 2001:4860:0:1::471B 12 msec
    2001:4860:0:1::8AEB 16 msec
    2001:4860:0:1::61CB 16 msec
  7 2001:4860:0:1::5193 12 msec
    2001:4860:0:1::25D9 12 msec *
  8 (2001:4860:4860::8888) 16 msec 16 msec 12 msec
bru1-hro-001#
Moet ik nog specifieke (DHCP/iPoE) instructies ingeven om een IPv4 adres te verkrijgen? Graag advies

Groeten,

Fluxi

[MOD] poging gedaan om jouw eigen commentaar af te splisten van de Cisco schermen
Gebruikersavatar
silentkiller
Premium Member
Premium Member
Berichten: 491
Lid geworden op: 24 jun 2008, 13:36
Locatie: Limburg
Uitgedeelde bedankjes: 35 keer
Bedankt: 71 keer
Recent bedankt: 2 keer

Bericht

philippe_d
Moderator
Moderator
Berichten: 17873
Lid geworden op: 28 apr 2008, 09:22
Locatie: Waregem
Uitgedeelde bedankjes: 878 keer
Bedankt: 3376 keer
Recent bedankt: 45 keer

Bericht

silentkiller schreef: 15 mei 2024, 19:45 @philippe_d to the rescue
Je overschat mij hoor, van bovenstaande begrijp ik niets :cry:
fluxi schreef: 15 mei 2024, 19:32 Moet ik nog specifieke (DHCP/iPoE) instructies ingeven om een IPv4 adres te verkrijgen? Graag advies
Mijn advies bij problemen zou zijn, om eerst te proberen zonder de bridge functie, dan weet je of de Cisco instellingen correct zijn:
  • Ga naar "My Proximus" > Modeminstellingen en verwijder het MAC adres in de bridge.
  • sluit de Cisco aan op de Internet Box op een andere poort (LAN2).
  • herstart de Internet Box en/of de Cisco. Nu krijgt de Cisco op zijn WAN poort (via DHCP) een IP adres van de Internet Box (vb 192.168.129.0) en een IPv6 /64 adres.
    check of je internet hebt (dan ben je zeker dat de Cisco WAN instellingen correct staan).
  • Ga nu terug naar My Proximus > Modeminstellingen:
    Onder verbonden gebruikers zie je nu de Cisco router met zijn intern IP adres (192.168.129.xxx) en zijn WAN MAC adres.
    Dit is het enige en correcte MAC adres dat je moet gebruiken.
    Vul nu dit MAC adres in bij de bridge (copy/paste).
  • sluit de Cisco nu terug aan op de Internet Box op poort LAN1/bridge.
  • herstart de Internet Box en/of de Cisco. Nu krijgt de Cisco op zijn WAN poort (via DHCP) een publiek IPv4 adres, een IPv6 /64 adres en een IPv6 /56 prefix (via DHCPv6/PD.
De 2 belangrijkste punten zijn dus:
  1. instellingen voor IPv4 (DHCP) moeten correct zijn, dat kan je best al testen zonder de bridge.
  2. het correct MAC adres moet ingegeven worden (zoals je ziet in "Verbonden gebruikers").
VoIP: WeePee (vaste nummers geporteerd), Sipgate.de, Sipgate.co.uk, MegaVoip (uitgaand België).
Provider: Proximus Fiber Essential (50/4 mbps down/up).
Modem/Router: Fritz!Box 5590 Fiber, OS 8.00, Fritz!FSP GPON aangesloten op Proximus ONTP.
Telefoon centrale: Euracom 181 achter FritzBox So.
TV: Telenet CI+, Fritz!DVB-C.
Gebruikersavatar
silentkiller
Premium Member
Premium Member
Berichten: 491
Lid geworden op: 24 jun 2008, 13:36
Locatie: Limburg
Uitgedeelde bedankjes: 35 keer
Bedankt: 71 keer
Recent bedankt: 2 keer

Bericht

Philippe, cfr. de post naar waar ik refereerde

TS is overgeschakeld op fiber dus ik zou denken:
Heb je Fiber (Proximus, Mobile Vikings)?
koppel je InternetBox af (niet nodig).
verbind jouw eigen router met de ONT.
stel de WAN poort van jouw eigen router in op VLAN ID 20.
stel de internetverbinding in op DHCP - geen logon vereist.
philippe_d
Moderator
Moderator
Berichten: 17873
Lid geworden op: 28 apr 2008, 09:22
Locatie: Waregem
Uitgedeelde bedankjes: 878 keer
Bedankt: 3376 keer
Recent bedankt: 45 keer

Bericht

silentkiller schreef: 16 mei 2024, 08:15 Heb je Fiber (Proximus, Mobile Vikings)?
koppel je InternetBox af (niet nodig).
verbind jouw eigen router met de ONT.
Dat is inderdaad de volgende stap.
Maar ik zou er eerst voor zorgen dat de vorige stap werkt ... vooralleer een bijkomende complexitiet (VLAN) toe te voegen :-)
VoIP: WeePee (vaste nummers geporteerd), Sipgate.de, Sipgate.co.uk, MegaVoip (uitgaand België).
Provider: Proximus Fiber Essential (50/4 mbps down/up).
Modem/Router: Fritz!Box 5590 Fiber, OS 8.00, Fritz!FSP GPON aangesloten op Proximus ONTP.
Telefoon centrale: Euracom 181 achter FritzBox So.
TV: Telenet CI+, Fritz!DVB-C.
fluxi
Starter
Starter
Berichten: 4
Lid geworden op: 15 mei 2024, 18:51
Bedankt: 1 keer

Bericht

philippe_d schreef: 16 mei 2024, 07:49 Mijn advies bij problemen zou zijn, om eerst te proberen zonder de bridge functie, dan weet je of de Cisco instellingen correct zijn:

Ga naar "My Proximus" > Modeminstellingen en verwijder het MAC adres in de bridge.
sluit de Cisco aan op de Internet Box op een andere poort (LAN2).
herstart de Internet Box en/of de Cisco. Nu krijgt de Cisco op zijn WAN poort (via DHCP) een IP adres van de Internet Box (vb 192.168.129.0) en een IPv6 /64 adres.
check of je internet hebt (dan ben je zeker dat de Cisco WAN instellingen correct staan).
Ga nu terug naar My Proximus > Modeminstellingen:
Onder verbonden gebruikers zie je nu de Cisco router met zijn intern IP adres (192.168.129.x) en zijn WAN MAC adres.
Dit is het enige en correcte MAC adres dat je moet gebruiken.
Vul nu dit MAC adres in bij de bridge (copy/paste).
sluit de Cisco nu terug aan op de Internet Box op poort LAN1/bridge.
herstart de Internet Box en/of de Cisco. Nu krijgt de Cisco op zijn WAN poort (via DHCP) een publiek IPv4 adres, een IPv6 /64 adres en een IPv6 /56 prefix (via DHCPv6/PD.

De 2 belangrijkste punten zijn dus:

instellingen voor IPv4 (DHCP) moeten correct zijn, dat kan je best al testen zonder de bridge.
het correct MAC adres moet ingegeven worden (zoals je ziet in "Verbonden gebruikers").
Hoi,

Ter info: ik heb Proximus.

Heb bovenstaande stappen uitgevoerd.

STAP 1

Bridge functie afzetten en MAC verwijderen.
Internet Box en Cisco reboot.
Cisco WAN poort verbonden met LAN3 van Internet Box:

Daar krijg ik private IPv4 en /64 IPv6 adres:

Code: Selecteer alles

bru1-hro-001#sh run int Gi0/0/0
Building configuration...

Current configuration : 283 bytes
!
interface GigabitEthernet0/0/0
 description Gi0/0/0 Proximus Internet Box v1bis1
 ip address dhcp
 negotiation auto
 ipv6 dhcp client pd PROXIMUS_PREFIXDEL rapid-commit
 ipv6 dhcp client request vendor
 ipv6 address autoconfig default
 ipv6 enable
end


bru1-hro-001#sh int Gi0/0/0
GigabitEthernet0/0/0 is up, line protocol is up
  Hardware is C1161-2x1GE, address is ec01.d53a.7200 (bia ec01.d53a.7200)
  Description: Gi0/0/0 Proximus Internet Box v1bis1
  Internet address is 192.168.129.13/23


bru1-hro-001#sh ip int brief
Interface              IP-Address      OK? Method Status                Protocol
GigabitEthernet0/0/0   192.168.129.13  YES DHCP   up                    up
GigabitEthernet0/0/1   unassigned      YES NVRAM  administratively down down
GigabitEthernet0/1/0   unassigned      YES unset  administratively down down
GigabitEthernet0/1/1   unassigned      YES unset  administratively down down
GigabitEthernet0/1/2   unassigned      YES unset  administratively down down
GigabitEthernet0/1/3   unassigned      YES unset  administratively down down
GigabitEthernet0/1/4   unassigned      YES unset  administratively down down
GigabitEthernet0/1/5   unassigned      YES unset  administratively down down
GigabitEthernet0/1/6   unassigned      YES unset  administratively down down
GigabitEthernet0/1/7   unassigned      YES unset  up                    up
Vlan1                  unassigned      YES unset  administratively down down
Vlan2                  10.0.0.1        YES NVRAM  up                    up
Vlan11                 10.0.2.7        YES NVRAM  up                    up


bru1-hro-001#sh ipv6 int brief
GigabitEthernet0/0/0   [up/up]
    FE80::EE01:D5FF:FE3A:7200
    2A02:A03F:E0E9:3F01:EE01:D5FF:FE3A:7200
GigabitEthernet0/0/1   [administratively down/down]
    unassigned
GigabitEthernet0/1/0   [administratively down/down]
    unassigned
GigabitEthernet0/1/1   [administratively down/down]
    unassigned
GigabitEthernet0/1/2   [administratively down/down]
    unassigned
GigabitEthernet0/1/3   [administratively down/down]
    unassigned
GigabitEthernet0/1/4   [administratively down/down]
    unassigned
GigabitEthernet0/1/5   [administratively down/down]
    unassigned
GigabitEthernet0/1/6   [administratively down/down]
    unassigned
GigabitEthernet0/1/7   [up/up]
    unassigned
Vlan1                  [administratively down/down]
    unassigned
Vlan2                  [up/up]
    FE80::EE01:D5FF:FE3A:7274
Vlan11                 [up/up]
    FE80::EE01:D5FF:FE3A:7274


bru1-hro-001#sh ipv6 general-prefix
IPv6 Prefix PROXIMUS_PREFIXDEL, acquired via DHCP PD


bru1-hro-001#sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, m - OMP
       n - NAT, Ni - NAT inside, No - NAT outside, Nd - NAT DIA
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       H - NHRP, G - NHRP registered, g - NHRP registration summary
       o - ODR, P - periodic downloaded static route, l - LISP
       a - application route
       + - replicated route, % - next hop override, p - overrides from PfR
       & - replicated local route overrides by connected

Gateway of last resort is 192.168.128.1 to network 0.0.0.0

S*    0.0.0.0/0 [254/0] via 192.168.128.1
      10.0.0.0/8 is variably subnetted, 5 subnets, 3 masks
C        10.0.0.0/29 is directly connected, Vlan2
L        10.0.0.1/32 is directly connected, Vlan2
S        10.0.1.0/28 [1/0] via 10.0.0.2
C        10.0.2.0/28 is directly connected, Vlan11
L        10.0.2.7/32 is directly connected, Vlan11
      172.16.0.0/26 is subnetted, 1 subnets
S        172.16.0.0 [1/0] via 10.0.0.2
      192.168.0.0/27 is subnetted, 2 subnets
S        192.168.0.0 [1/0] via 10.0.0.2
S        192.168.0.32 [1/0] via 10.0.0.2
S     192.168.1.0/24 [1/0] via 10.0.0.2
      192.168.2.0/29 is subnetted, 1 subnets
S        192.168.2.0 [1/0] via 10.0.0.2
C     192.168.128.0/23 is directly connected, GigabitEthernet0/0/0
      192.168.129.0/32 is subnetted, 1 subnets
L        192.168.129.12 is directly connected, GigabitEthernet0/0/0
      192.168.255.0/28 is subnetted, 2 subnets
S        192.168.255.0 [1/0] via 10.0.0.2
S        192.168.255.16 [1/0] via 10.0.0.2


bru1-hro-001#sh ipv6 route
IPv6 Routing Table - default - 14 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
       B - BGP, R - RIP, H - NHRP, I1 - ISIS L1
       I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP
       EX - EIGRP external, ND - ND Default, NDp - ND Prefix, DCE - Destination
       NDr - Redirect, O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1
       OE2 - OSPF ext 2, ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
       a - Application, m - OMP
ND  ::/0 [2/0]
     via FE80::3AE1:F4FF:FE79:6E42, GigabitEthernet0/0/0
NDp 2A02:A03F:E0E9:3F01::/64 [2/0]
     via GigabitEthernet0/0/0, directly connected
L   2A02:A03F:E0E9:3F01:EE01:D5FF:FE3A:7200/128 [0/0]
     via GigabitEthernet0/0/0, receive
L   FF00::/8 [0/0]
     via Null0, receive


bru1-hro-001#ping ip 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/8/12 ms


bru1-hro-001#traceroute ip 8.8.8.8
Type escape sequence to abort.
Tracing the route to 8.8.8.8
VRF info: (vrf in name/id, vrf out name/id)
  1 192.168.128.1 0 msec 0 msec 4 msec
  2 10.24.193.12 0 msec 4 msec 0 msec
  3  *  *  *
  4 ae-76-100.ibrstr6.isp.proximus.be (91.183.242.146) 4 msec 4 msec 8 msec
  5 ae-2-1000.ibrstr5.isp.proximus.be (91.183.246.116) 4 msec
    ae-1-1000.ibrstr5.isp.proximus.be (91.183.246.86) 8 msec
    ae-2-1000.ibrstr5.isp.proximus.be (91.183.246.116) 8 msec
  6 91.183.245.122 8 msec 8 msec 12 msec
  7 74.125.242.177 8 msec
    74.125.242.139 12 msec
    74.125.242.177 12 msec
  8 108.170.227.9 8 msec
    142.251.48.177 12 msec
    142.250.224.131 12 msec
  9 8.8.8.8 8 msec 8 msec 8 msec


bru1-hro-001#ping ipv6 2001:4860:4860::8888
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:4860:4860::8888, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/14/16 ms


bru1-hro-001#traceroute ipv6 2001:4860:4860::8888
Type escape sequence to abort.
Tracing the route to 2001:4860:4860::8888

  1 2A02:A03F:E0E9:3F01:3AE1:F4FF:FE79:6E42 0 msec 0 msec 4 msec
  2  *  *  *
  3  *  *  *
  4 ae-76-106.ibrstr6.isp.proximus.be (2A02:A000:1:FFF0::1) 8 msec 8 msec 8 msec
  5 ae-1-1000.ibrstr5.isp.proximus.be (2A02:A000:1:FFF1::) 4 msec 8 msec
    ae-2-1000.ibrstr5.isp.proximus.be (2A02:A000:1:FFF9::) 4 msec
  6 2A02:A000:1:FFFB::2 12 msec 12 msec 8 msec
  7 2001:4860:0:1::471B 16 msec 16 msec 12 msec
  8 2001:4860:0:1::221F 12 msec
    2001:4860:0:1::3007 32 msec
    2001:4860:0:1::718F 12 msec
  9 2001:4860:4860::8888 16 msec 16 msec 16 msec
Stap 2

Bridge functie aanzetten en MAC toevoegen (origineel mac, dus geen mac address aanpassing gedaan).
Internet Box en Cisco reboot.
Cisco WAN poort verbonden met LAN1 van Internet Box:

Daar krijg ik GEEN public IPv4, wel /64 IPv6 adres en /56 prefix:

Code: Selecteer alles

bru1-hro-001#sh run int Gi0/0/0
Building configuration...

Current configuration : 255 bytes
!
interface GigabitEthernet0/0/0
 description Gi0/0/0 Proximus Internet Box v1bis1
 ip address dhcp
 negotiation auto
 ipv6 dhcp client pd PROXIMUS_PREFIXDEL rapid-commit
 ipv6 dhcp client request vendor
 ipv6 address autoconfig default
 ipv6 enable
end


bru1-hro-001#sh int Gi0/0/0
GigabitEthernet0/0/0 is up, line protocol is up
  Hardware is C1161-2x1GE, address is ec01.d53a.7200 (bia ec01.d53a.7200)
  Description: Gi0/0/0 Proximus Internet Box v1bis1
  Internet address will be negotiated using DHCP


bru1-hro-001#sh ip int brief
Interface              IP-Address      OK? Method Status                Protocol
GigabitEthernet0/0/0   unassigned      YES DHCP   up                    up
GigabitEthernet0/0/1   unassigned      YES NVRAM  administratively down down
GigabitEthernet0/1/0   unassigned      YES unset  administratively down down
GigabitEthernet0/1/1   unassigned      YES unset  administratively down down
GigabitEthernet0/1/2   unassigned      YES unset  administratively down down
GigabitEthernet0/1/3   unassigned      YES unset  administratively down down
GigabitEthernet0/1/4   unassigned      YES unset  administratively down down
GigabitEthernet0/1/5   unassigned      YES unset  administratively down down
GigabitEthernet0/1/6   unassigned      YES unset  administratively down down
GigabitEthernet0/1/7   unassigned      YES unset  up                    up
Tunnel0                unassigned      YES unset  up                    down
Vlan1                  unassigned      YES unset  administratively down down
Vlan2                  10.0.0.1        YES NVRAM  up                    up
Vlan11                 10.0.2.7        YES NVRAM  up                    up


bru1-hro-001#sh ipv6 int brief
GigabitEthernet0/0/0   [up/up]
    FE80::EE01:D5FF:FE3A:7200
    2A02:A03F:EFE2:F031:EE01:D5FF:FE3A:7200
GigabitEthernet0/0/1   [administratively down/down]
    unassigned
GigabitEthernet0/1/0   [administratively down/down]
    unassigned
GigabitEthernet0/1/1   [administratively down/down]
    unassigned
GigabitEthernet0/1/2   [administratively down/down]
    unassigned
GigabitEthernet0/1/3   [administratively down/down]
    unassigned
GigabitEthernet0/1/4   [administratively down/down]
    unassigned
GigabitEthernet0/1/5   [administratively down/down]
    unassigned
GigabitEthernet0/1/6   [administratively down/down]
    unassigned
GigabitEthernet0/1/7   [up/up]
    unassigned
Vlan1                  [administratively down/down]
    unassigned
Vlan2                  [up/up]
    FE80::EE01:D5FF:FE3A:7274
Vlan11                 [up/up]
    FE80::EE01:D5FF:FE3A:7274


bru1-hro-001#sh ipv6 general-prefix
IPv6 Prefix PROXIMUS_PREFIXDEL, acquired via DHCP PD
  2A02:A03F:F0EE:FF00::/56 Valid lifetime 85953, preferred lifetime 71553


bru1-hro-001#sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, m - OMP
       n - NAT, Ni - NAT inside, No - NAT outside, Nd - NAT DIA
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       H - NHRP, G - NHRP registered, g - NHRP registration summary
       o - ODR, P - periodic downloaded static route, l - LISP
       a - application route
       + - replicated route, % - next hop override, p - overrides from PfR
       & - replicated local route overrides by connected

Gateway of last resort is not set

      10.0.0.0/8 is variably subnetted, 5 subnets, 3 masks
C        10.0.0.0/29 is directly connected, Vlan2
L        10.0.0.1/32 is directly connected, Vlan2
S        10.0.1.0/28 [1/0] via 10.0.0.2
C        10.0.2.0/28 is directly connected, Vlan11
L        10.0.2.7/32 is directly connected, Vlan11
      172.16.0.0/26 is subnetted, 1 subnets
S        172.16.0.0 [1/0] via 10.0.0.2
      192.168.0.0/27 is subnetted, 2 subnets
S        192.168.0.0 [1/0] via 10.0.0.2
S        192.168.0.32 [1/0] via 10.0.0.2
S     192.168.1.0/24 [1/0] via 10.0.0.2
      192.168.2.0/29 is subnetted, 1 subnets
S        192.168.2.0 [1/0] via 10.0.0.2
      192.168.255.0/28 is subnetted, 2 subnets
S        192.168.255.0 [1/0] via 10.0.0.2
S        192.168.255.16 [1/0] via 10.0.0.2


bru1-hro-001#sh ipv6 route
IPv6 Routing Table - default - 15 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
       B - BGP, R - RIP, H - NHRP, I1 - ISIS L1
       I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP
       EX - EIGRP external, ND - ND Default, NDp - ND Prefix, DCE - Destination
       NDr - Redirect, O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1
       OE2 - OSPF ext 2, ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
       a - Application, m - OMP
ND  ::/0 [2/0]
     via FE80::22E0:9CFF:FE29:1001, GigabitEthernet0/0/0
NDp 2A02:A03F:EFE2:F031::/64 [2/0]
     via GigabitEthernet0/0/0, directly connected
L   2A02:A03F:EFE2:F031:EE01:D5FF:FE3A:7200/128 [0/0]
     via GigabitEthernet0/0/0, receive
S   2A02:A03F:F0EE:FF00::/56 [1/0]
     via Null0, directly connected
L   FF00::/8 [0/0]
     via Null0, receive


bru1-hro-001#ping ip 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)


bru1-hro-001#traceroute ip 8.8.8.8
Type escape sequence to abort.
Tracing the route to 8.8.8.8
VRF info: (vrf in name/id, vrf out name/id)
  1  *  *  *
  2  *  *  *
  3  *  *  *
  4  *  *  *
  5  *  *  *


bru1-hro-001#ping ipv6 2001:4860:4860::8888
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:4860:4860::8888, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/13/16 ms


bru1-hro-001#traceroute ipv6 2001:4860:4860::8888
Type escape sequence to abort.
Tracing the route to 2001:4860:4860::8888

  1  *  *  *
  2  *  *  *
  3 ae-76-106.ibrstr6.isp.proximus.be (2A02:A000:1:FFF0::1) 8 msec 8 msec 4 msec
  4 ae-1-1000.ibrstr5.isp.proximus.be (2A02:A000:1:FFF1::) 4 msec 4 msec 8 msec
  5 2A02:A000:1:FFFB::2 8 msec 8 msec 8 msec
  6 2001:4860:0:1::8ACD 16 msec *
    2001:4860:0:1::8AEB 12 msec
  7 2001:4860:0:1::221F 16 msec
    2001:4860:0:1::611B 12 msec *
  8 2001:4860:4860::8888 16 msec 12 msec 16 msec
Zou het kunnen zijn dat je nog maar 1 IPv4 kan krijgen bij Proximus ipv 2 IPv4 adressen? Dus dat Internet Box IPv4 krijg en dat de Cisco dan geen meer krijgt?

Ik zal straks eens testen met de Cisco rechtstreek op de ONT te koppelen met zijn WAN poort (en taggen in VLAN20).

Groeten,

Fluxi

Toegevoegd na 1 uur 19 minuten 39 seconden:
Hoi,

Als ik de Cisco WAN rechtstreeks op de ONT koppel, dan krijg ik public IPv4 en IPv6

Code: Selecteer alles

bru1-hro-001#sh run int Gi0/0/0
Building configuration...

Current configuration : 71 bytes
!
interface GigabitEthernet0/0/0
 no ip address
 negotiation auto
end


bru1-hro-001#sh run int Gi0/0/0.20
Building configuration...

Current configuration : 283 bytes
!
interface GigabitEthernet0/0/0.20
 description Gi0/0/0.20 Proximus ONT
 encapsulation dot1Q 20
 ip address dhcp
 ip nat outside
 ipv6 dhcp client pd PROXIMUS_PREFIXDEL rapid-commit
 ipv6 dhcp client request vendor
 ipv6 address autoconfig default
 ipv6 enable
end


bru1-hro-001#sh int Gi0/0/0
GigabitEthernet0/0/0 is up, line protocol is up
  Hardware is C1161-2x1GE, address is ec01.d53a.7200 (bia ec01.d53a.7200)
  MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation 802.1Q Virtual LAN, Vlan ID  1., loopback not set
  Keepalive not supported
  Full Duplex, 1000Mbps, link type is auto, media type is RJ45
  output flow-control is off, input flow-control is off
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input 00:00:08, output 00:00:08, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/375/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  5 minute input rate 133000 bits/sec, 40 packets/sec
  5 minute output rate 26000 bits/sec, 31 packets/sec
     25045 packets input, 9859353 bytes, 0 no buffer
     Received 2 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     0 watchdog, 5 multicast, 0 pause input
     25007 packets output, 2920713 bytes, 0 underruns
     Output 79 broadcasts (0 IP multicasts)
     0 output errors, 0 collisions, 4 interface resets
     0 unknown protocol drops
     0 babbles, 0 late collision, 0 deferred
     4 lost carrier, 0 no carrier, 0 pause output
     0 output buffer failures, 0 output buffers swapped out


bru1-hro-001#sh int Gi0/0/0.20
GigabitEthernet0/0/0.20 is up, line protocol is up
  Hardware is C1161-2x1GE, address is ec01.d53a.7200 (bia ec01.d53a.7200)
  Description: Gi0/0/0.20 Proximus ONT
  Internet address is 109.???.???.???/20
  MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation 802.1Q Virtual LAN, Vlan ID  20.
  ARP type: ARPA, ARP Timeout 04:00:00
  Keepalive not supported
  Last clearing of "show interface" counters never
  
	 	 
bru1-hro-001#sh ip int brief
Interface              IP-Address      OK? Method Status                Protocol
GigabitEthernet0/0/0   unassigned      YES TFTP   up                    up
Gi0/0/0.20             109.???.???.??? YES DHCP   up                    up
GigabitEthernet0/0/1   unassigned      YES NVRAM  administratively down down
GigabitEthernet0/1/0   unassigned      YES unset  administratively down down
GigabitEthernet0/1/1   unassigned      YES unset  administratively down down
GigabitEthernet0/1/2   unassigned      YES unset  administratively down down
GigabitEthernet0/1/3   unassigned      YES unset  administratively down down
GigabitEthernet0/1/4   unassigned      YES unset  administratively down down
GigabitEthernet0/1/5   unassigned      YES unset  administratively down down
GigabitEthernet0/1/6   unassigned      YES unset  administratively down down
GigabitEthernet0/1/7   unassigned      YES unset  up                    up
Tunnel0                unassigned      YES unset  up                    down
Vlan1                  unassigned      YES unset  administratively down down
Vlan2                  10.0.0.1        YES manual up                    up
Vlan11                 10.0.2.7        YES manual up                    up


bru1-hro-001#sh ipv6 int brief
GigabitEthernet0/0/0   [up/up]
    unassigned
Gi0/0/0.20             [up/up]
    FE80::EE01:D5FF:FE3A:7200
    2A02:????:????:????:????:????:????:????
GigabitEthernet0/0/1   [administratively down/down]
    unassigned
GigabitEthernet0/1/0   [administratively down/down]
    unassigned
GigabitEthernet0/1/1   [administratively down/down]
    unassigned
GigabitEthernet0/1/2   [administratively down/down]
    unassigned
GigabitEthernet0/1/3   [administratively down/down]
    unassigned
GigabitEthernet0/1/4   [administratively down/down]
    unassigned
GigabitEthernet0/1/5   [administratively down/down]
    unassigned
GigabitEthernet0/1/6   [administratively down/down]
    unassigned
GigabitEthernet0/1/7   [up/up]
    unassigned
Vlan1                  [administratively down/down]
    unassigned
Vlan2                  [up/up]
    FE80::EE01:D5FF:FE3A:7274
Vlan11                 [up/up]
    FE80::EE01:D5FF:FE3A:7274
	
	
bru1-hro-001#sh ipv6 general-prefix
IPv6 Prefix PROXIMUS_PREFIXDEL, acquired via DHCP PD
  2A02:????:????:????::/56 Valid lifetime 86317, preferred lifetime 71917
bru1-hro-001#sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, m - OMP
       n - NAT, Ni - NAT inside, No - NAT outside, Nd - NAT DIA
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       H - NHRP, G - NHRP registered, g - NHRP registration summary
       o - ODR, P - periodic downloaded static route, l - LISP
       a - application route
       + - replicated route, % - next hop override, p - overrides from PfR
       & - replicated local route overrides by connected

Gateway of last resort is 109.???.???.1 to network 0.0.0.0

S*    0.0.0.0/0 [254/0] via 109.???.???.1
      10.0.0.0/8 is variably subnetted, 6 subnets, 3 masks
C        10.0.0.0/29 is directly connected, Vlan2
L        10.0.0.1/32 is directly connected, Vlan2
S        10.0.1.0/28 [1/0] via 10.0.0.2
C        10.0.2.0/28 is directly connected, Vlan11
L        10.0.2.7/32 is directly connected, Vlan11
S        10.24.193.12/32 [254/0] via 109.134.192.1, GigabitEthernet0/0/0.20
      109.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C        109.???.???.0/20 is directly connected, GigabitEthernet0/0/0.20
L        109.???.???.???/32 is directly connected, GigabitEthernet0/0/0.20
      172.16.0.0/26 is subnetted, 1 subnets
S        172.16.0.0 [1/0] via 10.0.0.2
      192.168.0.0/27 is subnetted, 2 subnets
S        192.168.0.0 [1/0] via 10.0.0.2
S        192.168.0.32 [1/0] via 10.0.0.2
S     192.168.1.0/24 [1/0] via 10.0.0.2
      192.168.2.0/29 is subnetted, 1 subnets
S        192.168.2.0 [1/0] via 10.0.0.2
      192.168.255.0/28 is subnetted, 2 subnets
S        192.168.255.0 [1/0] via 10.0.0.2
S        192.168.255.16 [1/0] via 10.0.0.2
bru1-hro-001#sh ipv6 route
IPv6 Routing Table - default - 16 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
       B - BGP, R - RIP, H - NHRP, I1 - ISIS L1
       I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP
       EX - EIGRP external, ND - ND Default, NDp - ND Prefix, DCE - Destination
       NDr - Redirect, O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1
       OE2 - OSPF ext 2, ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
       a - Application, m - OMP
ND  ::/0 [2/0]
     via FE80::22E0:9CFF:FE29:1001, GigabitEthernet0/0/0.20
NDp 2A02:????:????:????::/64 [2/0]
     via GigabitEthernet0/0/0.20, directly connected
L   2A02:????:????:????:????:????:????:????/128 [0/0]
     via GigabitEthernet0/0/0.20, receive
S   2A02:????:????:????::/56 [1/0]
     via Null0, directly connected
S   2A02:????:????:????::/56 [1/0]
     via Null0, directly connected
L   FF00::/8 [0/0]
     via Null0, receive
	 
	 
bru1-hro-001#ping ip 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/8/8 ms


bru1-hro-001#traceroute ip 8.8.8.8
Type escape sequence to abort.
Tracing the route to 8.8.8.8
VRF info: (vrf in name/id, vrf out name/id)
  1 10.24.193.12 4 msec 4 msec 0 msec
  2  *  *  *
  3 ae-76-100.ibrstr6.isp.proximus.be (91.183.242.146) 4 msec 4 msec 4 msec
  4 ae-2-1000.ibrstr5.isp.proximus.be (91.183.246.116) 8 msec
    ae-1-1000.ibrstr5.isp.proximus.be (91.183.246.86) 4 msec
    ae-2-1000.ibrstr5.isp.proximus.be (91.183.246.116) 4 msec
  5 91.183.245.122 8 msec 8 msec 8 msec
  6 74.125.242.177 8 msec 8 msec
    74.125.243.73 8 msec
  7 108.170.227.9 12 msec
    216.239.49.13 8 msec
    142.251.48.175 8 msec
  8 8.8.8.8 4 msec 8 msec 8 msec
  
  
bru1-hro-001#ping ipv6 2001:4860:4860::8888
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:4860:4860::8888, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/12/16 ms


bru1-hro-001#traceroute ipv6 2001:4860:4860::8888
Type escape sequence to abort.
Tracing the route to 2001:4860:4860::8888

  1  *  *  *
  2  *  *  *
  3 ae-76-106.ibrstr6.isp.proximus.be (2A02:A000:1:FFF0::1) 4 msec 8 msec 4 msec
  4 ae-2-1000.ibrstr5.isp.proximus.be (2A02:A000:1:FFF9::) 4 msec 4 msec 4 msec
  5 2A02:A000:1:FFFB::2 8 msec 8 msec 8 msec
  6 2001:4860:0:1::471B 16 msec *
    2001:4860:0:1::8ACD 16 msec
  7 2001:4860:0:1::5A87 12 msec
    2001:4860:0:1::E35 12 msec
    2001:4860:0:1::7191 12 msec
  8 2001:4860:4860::8888 16 msec 16 msec 12 msec
De vraag is nu waarom ik rechtstreeks op ONT een public IPv4 krijg en via Internet Box (bridge LAN1) niet (maar wel telkens een public IPv6 met /56 prefix) ....
Ik veronderstel dat Proximus maar 1 IPv4 uitdeeld per connectie maar wel meerdere IPv6 adressen? Weet iemand hier meer over?

PS: de reden waarom ik de Internet Box er wil tussen plaatsen is voor support en test redenen, als er iets met internet is, weet ik direct of het aan mijn Cisco ligt of algemeen (als ik op Internet Box koppel).

Groeten,

Fluxi

Toegevoegd na 15 minuten 58 seconden:
Ter info debug dhcp detail op Cisco op internet box zonder vlan tagging en met vlan tagging. Cisco op ONT met vlan tagging.

Debug dhcp detail op Internet Box (LAN1) en WAN Cisco zonder VLAN tagging:

Code: Selecteer alles

000119: *May 16 18:04:31.334 UTC: DHCP: SDiscover attempt # 3 for entry:
000120: *May 16 18:04:31.335 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
000121: *May 16 18:04:31.335 UTC: Temp  sub net mask: 0.0.0.0
000122: *May 16 18:04:31.335 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000123: *May 16 18:04:31.336 UTC:    DHCP transaction id: BB98FE3D
000124: *May 16 18:04:31.336 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000125: *May 16 18:04:31.336 UTC:    Next timer fires after: 00:00:04
000126: *May 16 18:04:31.336 UTC:    Retry count: 3   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0
000127: *May 16 18:04:31.336 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000128: *May 16 18:04:31.336 UTC:                        373230302D4769302F302F30
000129: *May 16 18:04:31.336 UTC:    Hostname: bru1-hro-001
000130: *May 16 18:04:31.336 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000131: *May 16 18:04:31.336 UTC: DHCP: Scan: Option vendor class Identifier 124
000132: *May 16 18:04:31.336 UTC: Enterprise ID 9
000133: *May 16 18:04:31.336 UTC: vendor-class-data-len 8
000134: *May 16 18:04:31.337 UTC: data: C1161-8P
000135: *May 16 18:04:31.337 UTC: DHCP: SDiscover: sending 336 byte length DHCP packet
000136: *May 16 18:04:31.337 UTC: DHCP: SDiscover 336 bytes
000137: *May 16 18:04:31.337 UTC:             B'cast on GigabitEthernet0/0/0 interface from 0.0.0.0
000138: *May 16 18:04:35.343 UTC: DHCP: QScan: Timed out Selecting state
000139: *May 16 18:04:39.227 UTC: DHCP: Disable Platform FIA
000140: *May 16 18:04:39.230 UTC: RAC: DHCP stopped on interface GigabitEthernet0/0/0
000141: *May 16 18:04:41.252 UTC: %LINK-5-CHANGED: Interface GigabitEthernet0/0/0, changed state to administratively down
000142: *May 16 18:04:41.592 UTC: DHCP: DHCP client process started: 10
000143: *May 16 18:04:41.597 UTC: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to down
000144: *May 16 18:04:41.608 UTC: DHCP: Waiting for 5 seconds on interface GigabitEthernet0/0/0 to come up
000145: *May 16 18:04:43.061 UTC: %SYS-5-CONFIG_I: Configured from console by noc on vty1 (2001:470:7C6C:30:1::13)
000146: *May 16 18:04:46.610 UTC: RAC: Starting DHCP discover on GigabitEthernet0/0/0
000147: *May 16 18:04:46.610 UTC: DHCP: Try 1 to acquire address for GigabitEthernet0/0/0
000148: *May 16 18:04:46.622 UTC: DHCP: No configured Client-Identifier
000149: *May 16 18:04:46.622 UTC: DHCP: allocate request
000150: *May 16 18:04:46.622 UTC: DHCP: zapping entry in DHC_PURGING state for Gi0/0/0
000151: *May 16 18:04:46.622 UTC: DHCP: deleting entry FFFF51EAC920 0.0.0.0 from list
000152: *May 16 18:04:46.622 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
000153: *May 16 18:04:46.622 UTC: Temp  sub net mask: 0.0.0.0
000154: *May 16 18:04:46.622 UTC:    DHCP Lease server: 0.0.0.0, state: 11 Purging
000155: *May 16 18:04:46.622 UTC:    DHCP transaction id: BB98FE3D
000156: *May 16 18:04:46.622 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000157: *May 16 18:04:46.623 UTC:    Next timer fires after: 00:00:20
000158: *May 16 18:04:46.623 UTC:    Retry count: 0   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0
000159: *May 16 18:04:46.623 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000160: *May 16 18:04:46.623 UTC:                        373230302D4769302F302F30
000161: *May 16 18:04:46.623 UTC:    Hostname: bru1-hro-001
000162: *May 16 18:04:46.623 UTC: DHCP: new entry. add to queue, interface GigabitEthernet0/0/0
000163: *May 16 18:04:46.623 UTC: DHCP: MAC address specified as  0000.0000.0000 (0 0). Xid is C33DF721
000164: *May 16 18:04:46.623 UTC: DHCP: SDiscover attempt # 1 for entry:
000165: *May 16 18:04:46.623 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
000166: *May 16 18:04:46.623 UTC: Temp  sub net mask: 0.0.0.0
000167: *May 16 18:04:46.623 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000168: *May 16 18:04:46.623 UTC:    DHCP transaction id: C33DF721
000169: *May 16 18:04:46.623 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000170: *May 16 18:04:46.623 UTC:    Next timer fires after: 00:00:04
000171: *May 16 18:04:46.623 UTC:    Retry count: 1   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0
000172: *May 16 18:04:46.623 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000173: *May 16 18:04:46.623 UTC:                        373230302D4769302F302F30
000174: *May 16 18:04:46.623 UTC:    Hostname: bru1-hro-001
000175: *May 16 18:04:46.623 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000176: *May 16 18:04:46.624 UTC: DHCP: Scan: Option vendor class Identifier 124
000177: *May 16 18:04:46.624 UTC: Enterprise ID 9
000178: *May 16 18:04:46.624 UTC: vendor-class-data-len 8
000179: *May 16 18:04:46.624 UTC: data: C1161-8P
000180: *May 16 18:04:46.624 UTC: DHCP: SDiscover: sending 336 byte length DHCP packet
000181: *May 16 18:04:46.624 UTC: DHCP: SDiscover 336 bytes
000182: *May 16 18:04:46.624 UTC:             B'cast on GigabitEthernet0/0/0 interface from 0.0.0.0
000183: *May 16 18:04:47.234 UTC: %LINK-3-UPDOWN: Interface GigabitEthernet0/0/0, changed state to up
000184: *May 16 18:04:48.233 UTC: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to up
000185: *May 16 18:04:49.325 UTC: %SEC-6-IPACCESSLOGP: list ACL_PBR_IPv4_VLAN11 denied udp 10.0.0.1(17262) -> 172.16.0.11(53), 1 packet
000186: *May 16 18:04:50.341 UTC: DHCP: SDiscover attempt # 2 for entry:
000187: *May 16 18:04:50.341 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
000188: *May 16 18:04:50.341 UTC: Temp  sub net mask: 0.0.0.0
000189: *May 16 18:04:50.341 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000190: *May 16 18:04:50.341 UTC:    DHCP transaction id: C33DF721
000191: *May 16 18:04:50.341 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000192: *May 16 18:04:50.341 UTC:    Next timer fires after: 00:00:04
000193: *May 16 18:04:50.341 UTC:    Retry count: 2   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0
000194: *May 16 18:04:50.341 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000195: *May 16 18:04:50.341 UTC:                        373230302D4769302F302F30
000196: *May 16 18:04:50.342 UTC:    Hostname: bru1-hro-001
000197: *May 16 18:04:50.342 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000198: *May 16 18:04:50.342 UTC: DHCP: Scan: Option vendor class Identifier 124
000199: *May 16 18:04:50.342 UTC: Enterprise ID 9
000200: *May 16 18:04:50.342 UTC: vendor-class-data-len 8
000201: *May 16 18:04:50.342 UTC: data: C1161-8P
000202: *May 16 18:04:50.342 UTC: DHCP: SDiscover: sending 336 byte length DHCP packet
000203: *May 16 18:04:50.342 UTC: DHCP: SDiscover 336 bytes
000204: *May 16 18:04:50.342 UTC:             B'cast on GigabitEthernet0/0/0 interface from 0.0.0.0
000205: *May 16 18:04:53.325 UTC: %SEC-6-IPACCESSLOGP: list ACL_PBR_IPv4_VLAN11 denied udp 10.0.0.1(11125) -> 172.16.0.11(53), 1 packet
000206: *May 16 18:04:54.342 UTC: DHCP: SDiscover attempt # 3 for entry:
000207: *May 16 18:04:54.342 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
000208: *May 16 18:04:54.342 UTC: Temp  sub net mask: 0.0.0.0
000209: *May 16 18:04:54.343 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000210: *May 16 18:04:54.343 UTC:    DHCP transaction id: C33DF721
000211: *May 16 18:04:54.343 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000212: *May 16 18:04:54.343 UTC:    Next timer fires after: 00:00:04
000213: *May 16 18:04:54.343 UTC:    Retry count: 3   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0
000214: *May 16 18:04:54.343 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000215: *May 16 18:04:54.343 UTC:                        373230302D4769302F302F30
000216: *May 16 18:04:54.343 UTC:    Hostname: bru1-hro-001
000217: *May 16 18:04:54.343 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000218: *May 16 18:04:54.343 UTC: DHCP: Scan: Option vendor class Identifier 124
000219: *May 16 18:04:54.343 UTC: Enterprise ID 9
000220: *May 16 18:04:54.343 UTC: vendor-class-data-len 8
000221: *May 16 18:04:54.343 UTC: data: C1161-8P
000222: *May 16 18:04:54.343 UTC: DHCP: SDiscover: sending 336 byte length DHCP packet
000223: *May 16 18:04:54.343 UTC: DHCP: SDiscover 336 bytes
000224: *May 16 18:04:54.344 UTC:             B'cast on GigabitEthernet0/0/0 interface from 0.0.0.0
000225: *May 16 18:04:57.326 UTC: %SEC-6-IPACCESSLOGP: list ACL_PBR_IPv4_VLAN11 denied udp 10.0.0.1(19912) -> 84.200.69.80(53), 1 packet
000226: *May 16 18:04:58.341 UTC: DHCP: QScan: Timed out Selecting state
000227: *May 16 18:05:01.326 UTC: %SEC-6-IPACCESSLOGP: list ACL_PBR_IPv4_VLAN11 denied udp 10.0.0.1(8962) -> 84.200.69.80(53), 1 packet
000228: *May 16 18:05:03.440 UTC: %SEC-6-IPACCESSLOGP: list ACL_PBR_IPv4_VLAN11 permitted udp 10.0.2.7(161) -> 172.16.0.11(45290), 1 packet
000229: *May 16 18:05:04.751 UTC: %SEC-6-IPACCESSLOGP: list ACL_PBR_IPv4_VLAN11 permitted udp 10.0.2.7(161) -> 172.16.0.11(54851), 1 packet
000230: *May 16 18:05:05.763 UTC: %SEC-6-IPACCESSLOGP: list ACL_PBR_IPv4_VLAN11 permitted udp 10.0.2.7(161) -> 172.16.0.11(49843), 1 packet %Unknown DHCP problem.. No allocation possible
000231: *May 16 18:05:07.104 UTC: DHCP: Waiting for 5 seconds on interface GigabitEthernet0/0/0
000232: *May 16 18:05:12.105 UTC: DHCP: Try 2 to acquire address for GigabitEthernet0/0/0
000233: *May 16 18:05:12.110 UTC: DHCP: No configured Client-Identifier
000234: *May 16 18:05:12.110 UTC: DHCP: allocate request
000235: *May 16 18:05:12.110 UTC: DHCP: zapping entry in DHC_PURGING state for Gi0/0/0
000236: *May 16 18:05:12.110 UTC: DHCP: deleting entry FFFF518C94D8 0.0.0.0 from list
000237: *May 16 18:05:12.110 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
000238: *May 16 18:05:12.110 UTC: Temp  sub net mask: 0.0.0.0
000239: *May 16 18:05:12.110 UTC:    DHCP Lease server: 0.0.0.0, state: 11 Purging
000240: *May 16 18:05:12.110 UTC:    DHCP transaction id: C33DF721
000241: *May 16 18:05:12.110 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000242: *May 16 18:05:12.110 UTC:    Next timer fires after: 00:00:26
000243: *May 16 18:05:12.110 UTC:    Retry count: 0   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0
000244: *May 16 18:05:12.110 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000245: *May 16 18:05:12.110 UTC:                        373230302D4769302F302F30
000246: *May 16 18:05:12.110 UTC:    Hostname: bru1-hro-001
000247: *May 16 18:05:12.110 UTC: DHCP: new entry. add to queue, interface GigabitEthernet0/0/0
000248: *May 16 18:05:12.110 UTC: DHCP: MAC address specified as  0000.0000.0000 (0 0). Xid is C33DF722
000249: *May 16 18:05:12.110 UTC: DHCP: SDiscover attempt # 1 for entry:
000250: *May 16 18:05:12.110 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
000251: *May 16 18:05:12.110 UTC: Temp  sub net mask: 0.0.0.0
000252: *May 16 18:05:12.110 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000253: *May 16 18:05:12.110 UTC:    DHCP transaction id: C33DF722
000254: *May 16 18:05:12.110 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000255: *May 16 18:05:12.110 UTC:    Next timer fires after: 00:00:04
000256: *May 16 18:05:12.111 UTC:    Retry count: 1   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0
000257: *May 16 18:05:12.111 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000258: *May 16 18:05:12.111 UTC:                        373230302D4769302F302F30
000259: *May 16 18:05:12.111 UTC:    Hostname: bru1-hro-001
000260: *May 16 18:05:12.111 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000261: *May 16 18:05:12.111 UTC: DHCP: Scan: Option vendor class Identifier 124
000262: *May 16 18:05:12.111 UTC: Enterprise ID 9
000263: *May 16 18:05:12.111 UTC: vendor-class-data-len 8
000264: *May 16 18:05:12.111 UTC: data: C1161-8P
000265: *May 16 18:05:12.111 UTC: DHCP: SDiscover: sending 336 byte length DHCP packet
000266: *May 16 18:05:12.111 UTC: DHCP: SDiscover 336 bytes
000267: *May 16 18:05:12.111 UTC: %SEC-6-IPACCESSLOGP: list ACL_PBR_IPv4_VLAN11 denied udp 0.0.0.0(68) -> 255.255.255.255(67), 1 packet
000268: *May 16 18:05:12.112 UTC:             B'cast on GigabitEthernet0/0/0 interface from 0.0.0.0
000269: *May 16 18:05:15.345 UTC: DHCP: SDiscover attempt # 2 for entry:
000270: *May 16 18:05:15.345 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
000271: *May 16 18:05:15.345 UTC: Temp  sub net mask: 0.0.0.0
000272: *May 16 18:05:15.345 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000273: *May 16 18:05:15.345 UTC:    DHCP transaction id: C33DF722
000274: *May 16 18:05:15.345 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000275: *May 16 18:05:15.345 UTC:    Next timer fires after: 00:00:04
000276: *May 16 18:05:15.345 UTC:    Retry count: 2   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0
000277: *May 16 18:05:15.345 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000278: *May 16 18:05:15.345 UTC:                        373230302D4769302F302F30
000279: *May 16 18:05:15.345 UTC:    Hostname: bru1-hro-001
000280: *May 16 18:05:15.345 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000281: *May 16 18:05:15.345 UTC: DHCP: Scan: Option vendor class Identifier 124
000282: *May 16 18:05:15.345 UTC: Enterprise ID 9
000283: *May 16 18:05:15.345 UTC: vendor-class-data-len 8
000284: *May 16 18:05:15.346 UTC: data: C1161-8P
000285: *May 16 18:05:15.346 UTC: DHCP: SDiscover: sending 336 byte length DHCP packet
000286: *May 16 18:05:15.346 UTC: DHCP: SDiscover 336 bytes
000287: *May 16 18:05:15.346 UTC:             B'cast on GigabitEthernet0/0/0 interface from 0.0.0.0
000288: *May 16 18:05:19.345 UTC: DHCP: SDiscover attempt # 3 for entry:
000289: *May 16 18:05:19.345 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
000290: *May 16 18:05:19.345 UTC: Temp  sub net mask: 0.0.0.0
000291: *May 16 18:05:19.345 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000292: *May 16 18:05:19.345 UTC:    DHCP transaction id: C33DF722
000293: *May 16 18:05:19.345 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000294: *May 16 18:05:19.345 UTC:    Next timer fires after: 00:00:04
000295: *May 16 18:05:19.345 UTC:    Retry count: 3   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0
000296: *May 16 18:05:19.345 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000297: *May 16 18:05:19.345 UTC:                        373230302D4769302F302F30
000298: *May 16 18:05:19.345 UTC:    Hostname: bru1-hro-001
000299: *May 16 18:05:19.345 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000300: *May 16 18:05:19.345 UTC: DHCP: Scan: Option vendor class Identifier 124
000301: *May 16 18:05:19.345 UTC: Enterprise ID 9
000302: *May 16 18:05:19.345 UTC: vendor-class-data-len 8
000303: *May 16 18:05:19.346 UTC: data: C1161-8P
000304: *May 16 18:05:19.346 UTC: DHCP: SDiscover: sending 336 byte length DHCP packet
000305: *May 16 18:05:19.346 UTC: DHCP: SDiscover 336 bytes
000306: *May 16 18:05:19.346 UTC:             B'cast on GigabitEthernet0/0/0 interface from 0.0.0.0
000307: *May 16 18:05:23.326 UTC: %SEC-6-IPACCESSLOGP: list ACL_PBR_IPv4_VLAN11 denied udp 10.0.0.1(45563) -> 10.0.1.5(53), 1 packet
000308: *May 16 18:05:23.345 UTC: DHCP: QScan: Timed out Selecting state
000309: *May 16 18:05:23.533 UTC: %SEC-6-IPACCESSLOGRL: access-list logging rate-limited or missed 130 packets
000310: *May 16 18:05:27.325 UTC: %SEC-6-IPACCESSLOGP: list ACL_PBR_IPv4_VLAN11 denied udp 10.0.0.1(27957) -> 10.0.1.5(53), 1 packet
000311: *May 16 18:05:32.325 UTC: %SEC-6-IPACCESSLOGP: list ACL_PBR_IPv4_VLAN11 denied udp 10.0.0.1(50440) -> 172.16.0.11(53), 1 packet %Unknown DHCP problem.. No allocation possible
000312: *May 16 18:05:32.593 UTC: DHCP: Waiting for 10 seconds on interface GigabitEthernet0/0/0
000313: *May 16 18:05:34.326 UTC: %SEC-6-IPACCESSLOGP: list ACL_PBR_IPv4_VLAN11 denied udp 10.0.0.1(6980) -> 84.200.69.80(53), 1 packet
000314: *May 16 18:05:37.325 UTC: %SEC-6-IPACCESSLOGP: list ACL_PBR_IPv4_VLAN11 denied udp 10.0.0.1(28455) -> 10.0.1.5(53), 1 packet
000315: *May 16 18:05:42.594 UTC: DHCP: Try 3 to acquire address for GigabitEthernet0/0/0
000316: *May 16 18:05:42.597 UTC: DHCP: No configured Client-Identifier
000317: *May 16 18:05:42.597 UTC: DHCP: allocate request
000318: *May 16 18:05:42.597 UTC: DHCP: zapping entry in DHC_PURGING state for Gi0/0/0
000319: *May 16 18:05:42.597 UTC: DHCP: deleting entry FFFF51E66D40 0.0.0.0 from list
000320: *May 16 18:05:42.597 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
000321: *May 16 18:05:42.597 UTC: Temp  sub net mask: 0.0.0.0
000322: *May 16 18:05:42.597 UTC:    DHCP Lease server: 0.0.0.0, state: 11 Purging
000323: *May 16 18:05:42.597 UTC:    DHCP transaction id: C33DF722
000324: *May 16 18:05:42.597 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000325: *May 16 18:05:42.597 UTC:    Next timer fires after: 00:00:21
000326: *May 16 18:05:42.597 UTC:    Retry count: 0   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0
000327: *May 16 18:05:42.597 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000328: *May 16 18:05:42.598 UTC:                        373230302D4769302F302F30
000329: *May 16 18:05:42.598 UTC:    Hostname: bru1-hro-001
000330: *May 16 18:05:42.598 UTC: DHCP: new entry. add to queue, interface GigabitEthernet0/0/0
000331: *May 16 18:05:42.598 UTC: DHCP: MAC address specified as  0000.0000.0000 (0 0). Xid is C33DF723
000332: *May 16 18:05:42.598 UTC: DHCP: SDiscover attempt # 1 for entry:
000333: *May 16 18:05:42.598 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
000334: *May 16 18:05:42.598 UTC: Temp  sub net mask: 0.0.0.0
000335: *May 16 18:05:42.598 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000336: *May 16 18:05:42.598 UTC:    DHCP transaction id: C33DF723
000337: *May 16 18:05:42.598 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000338: *May 16 18:05:42.598 UTC:    Next timer fires after: 00:00:04
000339: *May 16 18:05:42.598 UTC:    Retry count: 1   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0
000340: *May 16 18:05:42.598 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000341: *May 16 18:05:42.598 UTC:                        373230302D4769302F302F30
000342: *May 16 18:05:42.598 UTC:    Hostname: bru1-hro-001
000343: *May 16 18:05:42.598 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000344: *May 16 18:05:42.598 UTC: DHCP: Scan: Option vendor class Identifier 124
000345: *May 16 18:05:42.598 UTC: Enterprise ID 9
000346: *May 16 18:05:42.598 UTC: vendor-class-data-len 8
000347: *May 16 18:05:42.599 UTC: data: C1161-8P
000348: *May 16 18:05:42.599 UTC: DHCP: SDiscover: sending 336 byte length DHCP packet
000349: *May 16 18:05:42.599 UTC: DHCP: SDiscover 336 bytes
000350: *May 16 18:05:42.599 UTC:             B'cast on GigabitEthernet0/0/0 interface from 0.0.0.0
000351: *May 16 18:05:46.349 UTC: DHCP: SDiscover attempt # 2 for entry:
000352: *May 16 18:05:46.349 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
000353: *May 16 18:05:46.349 UTC: Temp  sub net mask: 0.0.0.0
000354: *May 16 18:05:46.349 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000355: *May 16 18:05:46.349 UTC:    DHCP transaction id: C33DF723
000356: *May 16 18:05:46.349 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000357: *May 16 18:05:46.349 UTC:    Next timer fires after: 00:00:04
000358: *May 16 18:05:46.349 UTC:    Retry count: 2   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0
000359: *May 16 18:05:46.349 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000360: *May 16 18:05:46.349 UTC:                        373230302D4769302F302F30
000361: *May 16 18:05:46.350 UTC:    Hostname: bru1-hro-001
000362: *May 16 18:05:46.350 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000363: *May 16 18:05:46.350 UTC: DHCP: Scan: Option vendor class Identifier 124
000364: *May 16 18:05:46.350 UTC: Enterprise ID 9
000365: *May 16 18:05:46.350 UTC: vendor-class-data-len 8
000366: *May 16 18:05:46.350 UTC: data: C1161-8P
000367: *May 16 18:05:46.350 UTC: DHCP: SDiscover: sending 336 byte length DHCP packet
000368: *May 16 18:05:46.350 UTC: DHCP: SDiscover 336 bytes
000369: *May 16 18:05:46.350 UTC:             B'cast on GigabitEthernet0/0/0 interface from 0.0.0.0
000370: *May 16 18:05:50.353 UTC: DHCP: SDiscover attempt # 3 for entry:
000371: *May 16 18:05:50.353 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
000372: *May 16 18:05:50.353 UTC: Temp  sub net mask: 0.0.0.0
000373: *May 16 18:05:50.353 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000374: *May 16 18:05:50.353 UTC:    DHCP transaction id: C33DF723
000375: *May 16 18:05:50.353 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000376: *May 16 18:05:50.353 UTC:    Next timer fires after: 00:00:04
000377: *May 16 18:05:50.353 UTC:    Retry count: 3   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0
000378: *May 16 18:05:50.353 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000379: *May 16 18:05:50.353 UTC:                        373230302D4769302F302F30
000380: *May 16 18:05:50.354 UTC:    Hostname: bru1-hro-001
000381: *May 16 18:05:50.354 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000382: *May 16 18:05:50.354 UTC: DHCP: Scan: Option vendor class Identifier 124
000383: *May 16 18:05:50.354 UTC: Enterprise ID 9
000384: *May 16 18:05:50.354 UTC: vendor-class-data-len 8
000385: *May 16 18:05:50.354 UTC: data: C1161-8P
000386: *May 16 18:05:50.354 UTC: DHCP: SDiscover: sending 336 byte length DHCP packet
000387: *May 16 18:05:50.354 UTC: DHCP: SDiscover 336 bytes
000388: *May 16 18:05:50.354 UTC:             B'cast on GigabitEthernet0/0/0 interface from 0.0.0.0
000389: *May 16 18:05:50.735 UTC: %SMART_LIC-3-COMM_FAILED: Communications failure with the Cisco Smart License Utility (CSLU) : Unable to resolve server hostname/domain name
000390: *May 16 18:05:54.352 UTC: DHCP: QScan: Timed out Selecting state%Unknown DHCP problem.. No allocation possible
000391: *May 16 18:06:03.104 UTC: DHCP: Waiting for 15 seconds on interface GigabitEthernet0/0/0

Debug dhcp detail op Internet Box (LAN1) en WAN Cisco op VLAN 20:

Code: Selecteer alles

000161: *May 16 18:37:35.400 UTC: %LINK-3-UPDOWN: Interface GigabitEthernet0/0/0, changed state to up
000162: *May 16 18:37:36.402 UTC: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to up%Unknown DHCP problem.. No allocation possible
000163: *May 16 18:38:23.599 UTC: DHCP: Waiting for 10 seconds on interface GigabitEthernet0/0/0.20
000164: *May 16 18:38:33.597 UTC: DHCP: Try 3 to acquire address for GigabitEthernet0/0/0.20
000165: *May 16 18:38:33.599 UTC: DHCP: No configured Client-Identifier
000166: *May 16 18:38:33.599 UTC: DHCP: allocate request
000167: *May 16 18:38:33.599 UTC: DHCP: zapping entry in DHC_PURGING state for Gi0/0/0.20
000168: *May 16 18:38:33.600 UTC: DHCP: deleting entry FFFF64A4F4D8 0.0.0.0 from list
000169: *May 16 18:38:33.602 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0.20
000170: *May 16 18:38:33.602 UTC: Temp  sub net mask: 0.0.0.0
000171: *May 16 18:38:33.602 UTC:    DHCP Lease server: 0.0.0.0, state: 11 Purging
000172: *May 16 18:38:33.602 UTC:    DHCP transaction id: 18339731
000173: *May 16 18:38:33.602 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000174: *May 16 18:38:33.602 UTC:    Next timer fires after: 00:00:21
000175: *May 16 18:38:33.602 UTC:    Retry count: 0   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000176: *May 16 18:38:33.602 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000177: *May 16 18:38:33.602 UTC:                        373230302D4769302F302F302E3230
000178: *May 16 18:38:33.603 UTC:    Hostname: bru1-hro-001
000179: *May 16 18:38:33.603 UTC: DHCP: new entry. add to queue, interface GigabitEthernet0/0/0.20
000180: *May 16 18:38:33.603 UTC: DHCP: MAC address specified as  0000.0000.0000 (0 0). Xid is 18339732
000181: *May 16 18:38:33.603 UTC: DHCP: SDiscover attempt # 1 for entry:
000182: *May 16 18:38:33.603 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0.20
000183: *May 16 18:38:33.603 UTC: Temp  sub net mask: 0.0.0.0
000184: *May 16 18:38:33.603 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000185: *May 16 18:38:33.603 UTC:    DHCP transaction id: 18339732
000186: *May 16 18:38:33.603 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000187: *May 16 18:38:33.603 UTC:    Next timer fires after: 00:00:04
000188: *May 16 18:38:33.603 UTC:    Retry count: 1   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000189: *May 16 18:38:33.603 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000190: *May 16 18:38:33.603 UTC:                        373230302D4769302F302F302E3230
000191: *May 16 18:38:33.603 UTC:    Hostname: bru1-hro-001
000192: *May 16 18:38:33.603 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000193: *May 16 18:38:33.603 UTC: DHCP: Scan: Option vendor class Identifier 124
000194: *May 16 18:38:33.603 UTC: Enterprise ID 9
000195: *May 16 18:38:33.603 UTC: vendor-class-data-len 8
000196: *May 16 18:38:33.603 UTC: data: C1161-8P
000197: *May 16 18:38:33.603 UTC: DHCP: SDiscover: sending 339 byte length DHCP packet
000198: *May 16 18:38:33.603 UTC: DHCP: SDiscover 339 bytes
000199: *May 16 18:38:33.604 UTC:             B'cast on GigabitEthernet0/0/0.20 interface from 0.0.0.0
000200: *May 16 18:38:37.189 UTC: DHCP: SDiscover attempt # 2 for entry:
000201: *May 16 18:38:37.189 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0.20
000202: *May 16 18:38:37.189 UTC: Temp  sub net mask: 0.0.0.0
000203: *May 16 18:38:37.189 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000204: *May 16 18:38:37.189 UTC:    DHCP transaction id: 18339732
000205: *May 16 18:38:37.189 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000206: *May 16 18:38:37.189 UTC:    Next timer fires after: 00:00:04
000207: *May 16 18:38:37.189 UTC:    Retry count: 2   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000208: *May 16 18:38:37.189 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000209: *May 16 18:38:37.189 UTC:                        373230302D4769302F302F302E3230
000210: *May 16 18:38:37.190 UTC:    Hostname: bru1-hro-001
000211: *May 16 18:38:37.190 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000212: *May 16 18:38:37.190 UTC: DHCP: Scan: Option vendor class Identifier 124
000213: *May 16 18:38:37.190 UTC: Enterprise ID 9
000214: *May 16 18:38:37.190 UTC: vendor-class-data-len 8
000215: *May 16 18:38:37.190 UTC: data: C1161-8P
000216: *May 16 18:38:37.190 UTC: DHCP: SDiscover: sending 339 byte length DHCP packet
000217: *May 16 18:38:37.190 UTC: DHCP: SDiscover 339 bytes
000218: *May 16 18:38:37.190 UTC:             B'cast on GigabitEthernet0/0/0.20 interface from 0.0.0.0
000219: *May 16 18:38:41.189 UTC: DHCP: SDiscover attempt # 3 for entry:
000220: *May 16 18:38:41.189 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0.20
000221: *May 16 18:38:41.189 UTC: Temp  sub net mask: 0.0.0.0
000222: *May 16 18:38:41.189 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000223: *May 16 18:38:41.189 UTC:    DHCP transaction id: 18339732
000224: *May 16 18:38:41.189 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000225: *May 16 18:38:41.189 UTC:    Next timer fires after: 00:00:04
000226: *May 16 18:38:41.189 UTC:    Retry count: 3   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000227: *May 16 18:38:41.189 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000228: *May 16 18:38:41.189 UTC:                        373230302D4769302F302F302E3230
000229: *May 16 18:38:41.189 UTC:    Hostname: bru1-hro-001
000230: *May 16 18:38:41.189 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000231: *May 16 18:38:41.189 UTC: DHCP: Scan: Option vendor class Identifier 124
000232: *May 16 18:38:41.189 UTC: Enterprise ID 9
000233: *May 16 18:38:41.189 UTC: vendor-class-data-len 8
000234: *May 16 18:38:41.189 UTC: data: C1161-8P
000235: *May 16 18:38:41.189 UTC: DHCP: SDiscover: sending 339 byte length DHCP packet
000236: *May 16 18:38:41.189 UTC: DHCP: SDiscover 339 bytes
000237: *May 16 18:38:41.190 UTC:             B'cast on GigabitEthernet0/0/0.20 interface from 0.0.0.0
000238: *May 16 18:38:45.189 UTC: DHCP: QScan: Timed out Selecting state
000239: *May 16 18:38:51.747 UTC: DHCP: Disable Platform FIA
000240: *May 16 18:38:51.747 UTC: RAC: DHCP stopped on interface GigabitEthernet0/0/0.20
000241: *May 16 18:38:53.644 UTC: DHCP: DHCP client process started: 10
000242: *May 16 18:38:53.646 UTC: RAC: Starting DHCP discover on GigabitEthernet0/0/0.20
000243: *May 16 18:38:53.646 UTC: DHCP: Try 1 to acquire address for GigabitEthernet0/0/0.20
000244: *May 16 18:38:53.649 UTC: DHCP: No configured Client-Identifier
000245: *May 16 18:38:53.649 UTC: DHCP: allocate request
000246: *May 16 18:38:53.649 UTC: DHCP: zapping entry in DHC_PURGING state for Gi0/0/0.20
000247: *May 16 18:38:53.649 UTC: DHCP: deleting entry FFFF64A4F4D8 0.0.0.0 from list
000248: *May 16 18:38:53.649 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0.20
000249: *May 16 18:38:53.649 UTC: Temp  sub net mask: 0.0.0.0
000250: *May 16 18:38:53.649 UTC:    DHCP Lease server: 0.0.0.0, state: 11 Purging
000251: *May 16 18:38:53.649 UTC:    DHCP transaction id: 18339732
000252: *May 16 18:38:53.650 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000253: *May 16 18:38:53.650 UTC:    Next timer fires after: 00:00:23
000254: *May 16 18:38:53.650 UTC:    Retry count: 0   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000255: *May 16 18:38:53.650 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000256: *May 16 18:38:53.650 UTC:                        373230302D4769302F302F302E3230
000257: *May 16 18:38:53.650 UTC:    Hostname: bru1-hro-001
000258: *May 16 18:38:53.650 UTC: DHCP: new entry. add to queue, interface GigabitEthernet0/0/0.20
000259: *May 16 18:38:53.650 UTC: DHCP: MAC address specified as  0000.0000.0000 (0 0). Xid is 2F06181C
000260: *May 16 18:38:53.650 UTC: DHCP: SDiscover attempt # 1 for entry:
000261: *May 16 18:38:53.650 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0.20
000262: *May 16 18:38:53.650 UTC: Temp  sub net mask: 0.0.0.0
000263: *May 16 18:38:53.650 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000264: *May 16 18:38:53.650 UTC:    DHCP transaction id: 2F06181C
000265: *May 16 18:38:53.650 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000266: *May 16 18:38:53.650 UTC:    Next timer fires after: 00:00:04
000267: *May 16 18:38:53.650 UTC:    Retry count: 1   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000268: *May 16 18:38:53.650 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000269: *May 16 18:38:53.650 UTC:                        373230302D4769302F302F302E3230
000270: *May 16 18:38:53.651 UTC:    Hostname: bru1-hro-001
000271: *May 16 18:38:53.651 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000272: *May 16 18:38:53.651 UTC: DHCP: Scan: Option vendor class Identifier 124
000273: *May 16 18:38:53.651 UTC: Enterprise ID 9
000274: *May 16 18:38:53.651 UTC: vendor-class-data-len 8
000275: *May 16 18:38:53.651 UTC: data: C1161-8P
000276: *May 16 18:38:53.651 UTC: DHCP: SDiscover: sending 339 byte length DHCP packet
000277: *May 16 18:38:53.651 UTC: DHCP: SDiscover 339 bytes
000278: *May 16 18:38:53.651 UTC:             B'cast on GigabitEthernet0/0/0.20 interface from 0.0.0.0
000279: *May 16 18:38:57.189 UTC: DHCP: SDiscover attempt # 2 for entry:
000280: *May 16 18:38:57.189 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0.20
000281: *May 16 18:38:57.189 UTC: Temp  sub net mask: 0.0.0.0
000282: *May 16 18:38:57.189 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000283: *May 16 18:38:57.189 UTC:    DHCP transaction id: 2F06181C
000284: *May 16 18:38:57.189 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000285: *May 16 18:38:57.189 UTC:    Next timer fires after: 00:00:04
000286: *May 16 18:38:57.189 UTC:    Retry count: 2   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000287: *May 16 18:38:57.189 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000288: *May 16 18:38:57.189 UTC:                        373230302D4769302F302F302E3230
000289: *May 16 18:38:57.189 UTC:    Hostname: bru1-hro-001
000290: *May 16 18:38:57.189 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000291: *May 16 18:38:57.190 UTC: DHCP: Scan: Option vendor class Identifier 124
000292: *May 16 18:38:57.190 UTC: Enterprise ID 9
000293: *May 16 18:38:57.190 UTC: vendor-class-data-len 8
000294: *May 16 18:38:57.190 UTC: data: C1161-8P
000295: *May 16 18:38:57.190 UTC: DHCP: SDiscover: sending 339 byte length DHCP packet
000296: *May 16 18:38:57.190 UTC: DHCP: SDiscover 339 bytes
000297: *May 16 18:38:57.190 UTC:             B'cast on GigabitEthernet0/0/0.20 interface from 0.0.0.0
000298: *May 16 18:39:01.189 UTC: DHCP: SDiscover attempt # 3 for entry:
000299: *May 16 18:39:01.189 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0.20
000300: *May 16 18:39:01.189 UTC: Temp  sub net mask: 0.0.0.0
000301: *May 16 18:39:01.189 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000302: *May 16 18:39:01.189 UTC:    DHCP transaction id: 2F06181C
000303: *May 16 18:39:01.189 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000304: *May 16 18:39:01.189 UTC:    Next timer fires after: 00:00:04
000305: *May 16 18:39:01.189 UTC:    Retry count: 3   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000306: *May 16 18:39:01.189 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000307: *May 16 18:39:01.189 UTC:                        373230302D4769302F302F302E3230
000308: *May 16 18:39:01.189 UTC:    Hostname: bru1-hro-001
000309: *May 16 18:39:01.189 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000310: *May 16 18:39:01.189 UTC: DHCP: Scan: Option vendor class Identifier 124
000311: *May 16 18:39:01.189 UTC: Enterprise ID 9
000312: *May 16 18:39:01.189 UTC: vendor-class-data-len 8
000313: *May 16 18:39:01.189 UTC: data: C1161-8P
000314: *May 16 18:39:01.189 UTC: DHCP: SDiscover: sending 339 byte length DHCP packet
000315: *May 16 18:39:01.189 UTC: DHCP: SDiscover 339 bytes
000316: *May 16 18:39:01.190 UTC:             B'cast on GigabitEthernet0/0/0.20 interface from 0.0.0.0
000317: *May 16 18:39:05.189 UTC: DHCP: QScan: Timed out Selecting state%Unknown DHCP problem.. No allocation possible
000318: *May 16 18:39:14.129 UTC: DHCP: Waiting for 5 seconds on interface GigabitEthernet0/0/0.20
000319: *May 16 18:39:19.129 UTC: DHCP: Try 2 to acquire address for GigabitEthernet0/0/0.20
000320: *May 16 18:39:19.131 UTC: DHCP: No configured Client-Identifier
000321: *May 16 18:39:19.131 UTC: DHCP: allocate request
000322: *May 16 18:39:19.131 UTC: DHCP: zapping entry in DHC_PURGING state for Gi0/0/0.20
000323: *May 16 18:39:19.131 UTC: DHCP: deleting entry FFFF6478F850 0.0.0.0 from list
000324: *May 16 18:39:19.131 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0.20
000325: *May 16 18:39:19.131 UTC: Temp  sub net mask: 0.0.0.0
000326: *May 16 18:39:19.131 UTC:    DHCP Lease server: 0.0.0.0, state: 11 Purging
000327: *May 16 18:39:19.131 UTC:    DHCP transaction id: 2F06181C
000328: *May 16 18:39:19.131 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000329: *May 16 18:39:19.131 UTC:    Next timer fires after: 00:00:26
000330: *May 16 18:39:19.131 UTC:    Retry count: 0   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000331: *May 16 18:39:19.131 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000332: *May 16 18:39:19.132 UTC:                        373230302D4769302F302F302E3230
000333: *May 16 18:39:19.132 UTC:    Hostname: bru1-hro-001
000334: *May 16 18:39:19.132 UTC: DHCP: new entry. add to queue, interface GigabitEthernet0/0/0.20
000335: *May 16 18:39:19.132 UTC: DHCP: MAC address specified as  0000.0000.0000 (0 0). Xid is 2F06181D
000336: *May 16 18:39:19.132 UTC: DHCP: SDiscover attempt # 1 for entry:
000337: *May 16 18:39:19.132 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0.20
000338: *May 16 18:39:19.132 UTC: Temp  sub net mask: 0.0.0.0
000339: *May 16 18:39:19.132 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000340: *May 16 18:39:19.132 UTC:    DHCP transaction id: 2F06181D
000341: *May 16 18:39:19.132 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000342: *May 16 18:39:19.132 UTC:    Next timer fires after: 00:00:04
000343: *May 16 18:39:19.132 UTC:    Retry count: 1   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000344: *May 16 18:39:19.132 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000345: *May 16 18:39:19.132 UTC:                        373230302D4769302F302F302E3230
000346: *May 16 18:39:19.133 UTC:    Hostname: bru1-hro-001
000347: *May 16 18:39:19.133 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000348: *May 16 18:39:19.133 UTC: DHCP: Scan: Option vendor class Identifier 124
000349: *May 16 18:39:19.133 UTC: Enterprise ID 9
000350: *May 16 18:39:19.133 UTC: vendor-class-data-len 8
000351: *May 16 18:39:19.133 UTC: data: C1161-8P
000352: *May 16 18:39:19.133 UTC: DHCP: SDiscover: sending 339 byte length DHCP packet
000353: *May 16 18:39:19.133 UTC: DHCP: SDiscover 339 bytes
000354: *May 16 18:39:19.133 UTC:             B'cast on GigabitEthernet0/0/0.20 interface from 0.0.0.0
000355: *May 16 18:39:22.188 UTC: DHCP: SDiscover attempt # 2 for entry:
000356: *May 16 18:39:22.188 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0.20
000357: *May 16 18:39:22.188 UTC: Temp  sub net mask: 0.0.0.0
000358: *May 16 18:39:22.189 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000359: *May 16 18:39:22.189 UTC:    DHCP transaction id: 2F06181D
000360: *May 16 18:39:22.189 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000361: *May 16 18:39:22.189 UTC:    Next timer fires after: 00:00:04
000362: *May 16 18:39:22.189 UTC:    Retry count: 2   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000363: *May 16 18:39:22.189 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000364: *May 16 18:39:22.189 UTC:                        373230302D4769302F302F302E3230
000365: *May 16 18:39:22.189 UTC:    Hostname: bru1-hro-001
000366: *May 16 18:39:22.189 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000367: *May 16 18:39:22.189 UTC: DHCP: Scan: Option vendor class Identifier 124
000368: *May 16 18:39:22.189 UTC: Enterprise ID 9
000369: *May 16 18:39:22.189 UTC: vendor-class-data-len 8
000370: *May 16 18:39:22.189 UTC: data: C1161-8P
000371: *May 16 18:39:22.189 UTC: DHCP: SDiscover: sending 339 byte length DHCP packet
000372: *May 16 18:39:22.189 UTC: DHCP: SDiscover 339 bytes
000373: *May 16 18:39:22.190 UTC:             B'cast on GigabitEthernet0/0/0.20 interface from 0.0.0.0
000374: *May 16 18:39:26.190 UTC: DHCP: SDiscover attempt # 3 for entry:
000375: *May 16 18:39:26.190 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0.20
000376: *May 16 18:39:26.190 UTC: Temp  sub net mask: 0.0.0.0
000377: *May 16 18:39:26.190 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000378: *May 16 18:39:26.190 UTC:    DHCP transaction id: 2F06181D
000379: *May 16 18:39:26.190 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000380: *May 16 18:39:26.190 UTC:    Next timer fires after: 00:00:04
000381: *May 16 18:39:26.190 UTC:    Retry count: 3   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000382: *May 16 18:39:26.190 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000383: *May 16 18:39:26.190 UTC:                        373230302D4769302F302F302E3230
000384: *May 16 18:39:26.190 UTC:    Hostname: bru1-hro-001
000385: *May 16 18:39:26.190 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000386: *May 16 18:39:26.190 UTC: DHCP: Scan: Option vendor class Identifier 124
000387: *May 16 18:39:26.190 UTC: Enterprise ID 9
000388: *May 16 18:39:26.190 UTC: vendor-class-data-len 8
000389: *May 16 18:39:26.191 UTC: data: C1161-8P
000390: *May 16 18:39:26.191 UTC: DHCP: SDiscover: sending 339 byte length DHCP packet
000391: *May 16 18:39:26.191 UTC: DHCP: SDiscover 339 bytes
000392: *May 16 18:39:26.191 UTC:             B'cast on GigabitEthernet0/0/0.20 interface from 0.0.0.0
000393: *May 16 18:39:30.189 UTC: DHCP: QScan: Timed out Selecting state%Unknown DHCP problem.. No allocation possible
000394: *May 16 18:39:39.612 UTC: DHCP: Waiting for 10 seconds on interface GigabitEthernet0/0/0.20
000395: *May 16 18:39:45.404 UTC: %LINK-3-UPDOWN: Interface GigabitEthernet0/0/0, changed state to down
000396: *May 16 18:39:45.410 UTC: DHCP: Disable Platform FIA
000397: *May 16 18:39:45.410 UTC: RAC: DHCP stopped on interface GigabitEthernet0/0/0.20
000398: *May 16 18:39:46.405 UTC: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to down

Debug dhcp detail met WAN Cisco op VLAN20 rechtstreeks op ONT:

Code: Selecteer alles

000398: *May 16 18:39:46.405 UTC: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to down
000399: *May 16 18:39:57.393 UTC: %LINK-3-UPDOWN: Interface GigabitEthernet0/0/0, changed state to up
000400: *May 16 18:39:57.401 UTC: DHCP: DHCP client process started: 10
000401: *May 16 18:39:57.403 UTC: RAC: Starting DHCP discover on GigabitEthernet0/0/0.20
000402: *May 16 18:39:57.403 UTC: DHCP: Try 1 to acquire address for GigabitEthernet0/0/0.20
000403: *May 16 18:39:57.408 UTC: DHCP: No configured Client-Identifier
000404: *May 16 18:39:57.409 UTC: DHCP: allocate request
000405: *May 16 18:39:57.409 UTC: DHCP: zapping entry in DHC_PURGING state for Gi0/0/0.20
000406: *May 16 18:39:57.409 UTC: DHCP: deleting entry FFFF6478F850 0.0.0.0 from list
000407: *May 16 18:39:57.409 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0.20
000408: *May 16 18:39:57.409 UTC: Temp  sub net mask: 0.0.0.0
000409: *May 16 18:39:57.409 UTC:    DHCP Lease server: 0.0.0.0, state: 11 Purging
000410: *May 16 18:39:57.409 UTC:    DHCP transaction id: 2F06181D
000411: *May 16 18:39:57.409 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000412: *May 16 18:39:57.409 UTC:    Next timer fires after: 00:00:13
000413: *May 16 18:39:57.409 UTC:    Retry count: 0   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000414: *May 16 18:39:57.409 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000415: *May 16 18:39:57.409 UTC:                        373230302D4769302F302F302E3230
000416: *May 16 18:39:57.409 UTC:    Hostname: bru1-hro-001
000417: *May 16 18:39:57.410 UTC: DHCP: new entry. add to queue, interface GigabitEthernet0/0/0.20
000418: *May 16 18:39:57.410 UTC: DHCP: MAC address specified as  0000.0000.0000 (0 0). Xid is A97A8961
000419: *May 16 18:39:57.410 UTC: DHCP: SDiscover attempt # 1 for entry:
000420: *May 16 18:39:57.410 UTC: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0.20
000421: *May 16 18:39:57.410 UTC: Temp  sub net mask: 0.0.0.0
000422: *May 16 18:39:57.410 UTC:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
000423: *May 16 18:39:57.410 UTC:    DHCP transaction id: A97A8961
000424: *May 16 18:39:57.410 UTC:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
000425: *May 16 18:39:57.410 UTC:    Next timer fires after: 00:00:04
000426: *May 16 18:39:57.410 UTC:    Retry count: 1   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000427: *May 16 18:39:57.410 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000428: *May 16 18:39:57.410 UTC:                        373230302D4769302F302F302E3230
000429: *May 16 18:39:57.410 UTC:    Hostname: bru1-hro-001
000430: *May 16 18:39:57.410 UTC: DHCP: SDiscover placed class-id option: 636973636F706E70
000431: *May 16 18:39:57.410 UTC: DHCP: Scan: Option vendor class Identifier 124
000432: *May 16 18:39:57.410 UTC: Enterprise ID 9
000433: *May 16 18:39:57.410 UTC: vendor-class-data-len 8
000434: *May 16 18:39:57.410 UTC: data: C1161-8P
000435: *May 16 18:39:57.410 UTC: DHCP: SDiscover: sending 339 byte length DHCP packet
000436: *May 16 18:39:57.410 UTC: DHCP: SDiscover 339 bytes
000437: *May 16 18:39:57.411 UTC:             B'cast on GigabitEthernet0/0/0.20 interface from 0.0.0.0
000438: *May 16 18:39:57.421 UTC: DHCP: Received a BOOTREP pkt
000439: *May 16 18:39:57.421 UTC: DHCP: Scan: Message type: DHCP Offer
000440: *May 16 18:39:57.421 UTC: DHCP: Scan: Server ID Option: 10.24.193.12 = A18C10C
000441: *May 16 18:39:57.421 UTC: DHCP: Scan: Lease Time: 3600
000442: *May 16 18:39:57.421 UTC: DHCP: Scan: Subnet Address Option: 255.255.240.0
000443: *May 16 18:39:57.421 UTC: DHCP: Scan: Router Option: 109.???.???.1
000444: *May 16 18:39:57.421 UTC: DHCP: Scan: Vendor specific option 43: 04025253
000445: *May 16 18:39:57.421 UTC: DHCP: Scan: DNS Name Server Option: 195.238.2.22, 195.238.2.21
000446: *May 16 18:39:57.421 UTC: DHCP: Scan: option 230 len 6 not importable
000447: *May 16 18:39:57.421 UTC: DHCP: rcvd pkt source: 10.24.193.12,  destination:  255.255.255.255
000448: *May 16 18:39:57.421 UTC:    UDP  sport: 43,  dport: 44,  length: 308
000449: *May 16 18:39:57.422 UTC:    DHCP op: 2, htype: 1, hlen: 6, hops: 0
000450: *May 16 18:39:57.422 UTC:    DHCP server identifier: 10.24.193.12
000451: *May 16 18:39:57.422 UTC:         xid: A97A8961, secs: 0, flags: 8000
000452: *May 16 18:39:57.422 UTC:         client: 0.0.0.0, your: 109.???.???.???
000453: *May 16 18:39:57.422 UTC:         srvr:   0.0.0.0, gw: 10.24.193.12
000454: *May 16 18:39:57.422 UTC:         options block length: 60

000455: *May 16 18:39:57.422 UTC: DHCP Offer Message   Offered Address: 109.???.???.???
000456: *May 16 18:39:57.422 UTC: DHCP: Lease Seconds: 3600
000457: *May 16 18:39:57.422 UTC: DHCP: Server ID Option: 10.24.193.12
000458: *May 16 18:39:57.422 UTC: DHCP: offer received from 10.24.193.12
000459: *May 16 18:39:57.422 UTC: DHCP: SRequest attempt # 1 for entry:
000460: *May 16 18:39:57.422 UTC: Temp IP addr: 109.???.???.???  for peer on Interface: GigabitEthernet0/0/0.20
000461: *May 16 18:39:57.422 UTC: Temp  sub net mask: 255.255.240.0
000462: *May 16 18:39:57.422 UTC:    DHCP Lease server: 10.24.193.12, state: 4 Requesting
000463: *May 16 18:39:57.422 UTC:    DHCP transaction id: A97A8961
000464: *May 16 18:39:57.422 UTC:    Lease: 3600 secs,  Renewal: 0 secs,  Rebind: 0 secs
000465: *May 16 18:39:57.422 UTC:    Next timer fires after: 00:00:03
000466: *May 16 18:39:57.422 UTC:    Retry count: 1   Client-ID: cisco-ec01.d53a.7200-Gi0/0/0.20
000467: *May 16 18:39:57.422 UTC:    Client-ID hex dump: 636973636F2D656330312E643533612E
000468: *May 16 18:39:57.422 UTC:                        373230302D4769302F302F302E3230
000469: *May 16 18:39:57.422 UTC:    Hostname: bru1-hro-001
000470: *May 16 18:39:57.422 UTC: DHCP: SRequest- Server ID option: 10.24.193.12
000471: *May 16 18:39:57.422 UTC: DHCP: SRequest- Requested IP addr option: 109.???.???.???
000472: *May 16 18:39:57.422 UTC: DHCP: SRequest placed lease len option: 3600
000473: *May 16 18:39:57.422 UTC: DHCP: SRequest placed class-id option: 636973636F706E70
000474: *May 16 18:39:57.423 UTC: DHCP: Scan: Option vendor class Identifier 124
000475: *May 16 18:39:57.423 UTC: Enterprise ID 9
000476: *May 16 18:39:57.423 UTC: vendor-class-data-len 8
000477: *May 16 18:39:57.423 UTC: data: C1161-8P
000478: *May 16 18:39:57.423 UTC: DHCP: SRequest: 357 bytes
000479: *May 16 18:39:57.423 UTC: DHCP: SRequest: 357 bytes
000480: *May 16 18:39:57.423 UTC:             B'cast on GigabitEthernet0/0/0.20 interface from 0.0.0.0
000481: *May 16 18:39:57.442 UTC: DHCP: Received a BOOTREP pkt
000482: *May 16 18:39:57.442 UTC: DHCP: Scan: Message type: DHCP Ack
000483: *May 16 18:39:57.442 UTC: DHCP: Scan: Server ID Option: 10.24.193.12 = A18C10C
000484: *May 16 18:39:57.442 UTC: DHCP: Scan: Lease Time: 3600
000485: *May 16 18:39:57.442 UTC: DHCP: Scan: Subnet Address Option: 255.255.240.0
000486: *May 16 18:39:57.442 UTC: DHCP: Scan: Router Option: 109.???.???.???
000487: *May 16 18:39:57.442 UTC: DHCP: Scan: Vendor specific option 43: 04025253
000488: *May 16 18:39:57.442 UTC: DHCP: Scan: DNS Name Server Option: 195.238.2.22, 195.238.2.21
000489: *May 16 18:39:57.442 UTC: DHCP: Scan: option 230 len 6 not importable
000490: *May 16 18:39:57.442 UTC: DHCP: rcvd pkt source: 10.24.193.12,  destination:  255.255.255.255
000491: *May 16 18:39:57.442 UTC:    UDP  sport: 43,  dport: 44,  length: 308
000492: *May 16 18:39:57.442 UTC:    DHCP op: 2, htype: 1, hlen: 6, hops: 0
000493: *May 16 18:39:57.442 UTC:    DHCP server identifier: 10.24.193.12
000494: *May 16 18:39:57.442 UTC:         xid: A97A8961, secs: 0, flags: 8000
000495: *May 16 18:39:57.442 UTC:         client: 0.0.0.0, your: 109.???.???.???
000496: *May 16 18:39:57.442 UTC:         srvr:   0.0.0.0, gw: 10.24.193.12
000497: *May 16 18:39:57.442 UTC:         options block length: 60

000498: *May 16 18:39:57.442 UTC: DHCP Ack Message
000499: *May 16 18:39:57.442 UTC: DHCP: Lease Seconds: 3600
000500: *May 16 18:39:57.442 UTC: DHCP: Server ID Option: 10.24.193.12
000501: *May 16 18:39:58.393 UTC: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0/0, changed state to up
000502: *May 16 18:40:00.440 UTC: DHCP: Offered Address has no conflicts
000503: *May 16 18:40:00.443 UTC: DHCP: Releasing ipl options:
000504: *May 16 18:40:00.443 UTC: DHCP: Applying DHCP options:
000505: *May 16 18:40:00.443 UTC:   Setting default_gateway to 109.???.???.???
000506: *May 16 18:40:00.443 UTC:   Adding default route 109.???.???.???
000507: *May 16 18:40:01.441 UTC:   Adding route to DHCP server 10.24.193.12 via GigabitEthernet0/0/0.20 109.???.???.???
000508: *May 16 18:40:01.441 UTC:   Adding DNS server address 195.238.2.22
000509: *May 16 18:40:01.441 UTC:  Failed to ADD DNS server address

000510: *May 16 18:40:01.442 UTC:   Adding DNS server address 195.238.2.21
000511: *May 16 18:40:01.442 UTC:  Failed to ADD DNS server address

000512: *May 16 18:40:01.442 UTC: DHCPC: Notifying other components about option 43
000513: *May 16 18:40:01.445 UTC: %PNP-6-PNP_DHCP_NON_PNP_OPTION_NOTIFIED: DHCP non-PnP option (^D^BRS) on interface (GigabitEthernet0/0/0.20) notified (1/3) by (pid=609, pname=DHCP Client, time=18:40:01 UTC Thu May 16 2024)
000514: *May 16 18:40:01.445 UTC: DHCP: Sending notification of ASSIGNMENT:
000515: *May 16 18:40:01.445 UTC:   Address 109.???.???.??? mask 255.255.240.0
000516: *May 16 18:40:01.445 UTC: DHCP Client Pooling: ***Allocated IP address: 109.???.???.???
000517: *May 16 18:40:01.445 UTC: DHCP: ACK: Disable Platform FIA
000518: *May 16 18:40:01.505 UTC: Allocated IP address = 109.???.???.???  255.255.240.0

000519: *May 16 18:40:01.505 UTC: %DHCP-6-ADDRESS_ASSIGN: Interface GigabitEthernet0/0/0.20 assigned DHCP address 109.???.???.???, mask 255.255.240.0, hostname bru1-hro-001

000520: *May 16 18:40:07.445 UTC: DHCP: Client socket is closed
000521: *May 16 18:40:09.074 UTC: %SYS-5-CONFIG_I: Configured from console by xxxxxxx on vty0
philippe_d
Moderator
Moderator
Berichten: 17873
Lid geworden op: 28 apr 2008, 09:22
Locatie: Waregem
Uitgedeelde bedankjes: 878 keer
Bedankt: 3376 keer
Recent bedankt: 45 keer

Bericht

fluxi schreef: 16 mei 2024, 17:27 De vraag is nu waarom ik rechtstreeks op ONT een public IPv4 krijg en via Internet Box (bridge LAN1) niet (maar wel telkens een public IPv6 met /56 prefix) ....
Ik veronderstel dat Proximus maar 1 IPv4 uitdeelt per connectie maar wel meerdere IPv6 adressen? Weet iemand hier meer over?
Normaal niet, want anders zou zo'n bridge functie bij niemand werken, toch?
fluxi schreef: 16 mei 2024, 17:27 STAP 1

Bridge functie afzetten en MAC verwijderen.
Internet Box en Cisco reboot.
Cisco WAN poort verbonden met LAN3 van Internet Box:

Daar krijg ik private IPv4 en /64 IPv6 adres:
Dat is al goed. Maar heb je na deze stap 1 op "My Proximus" het MAC adres opgevraagd dat behoort tot LAN IP 192.168.129.13?
Is dat het MAC adres dat jij hebt opgegeven in de bridge?
VoIP: WeePee (vaste nummers geporteerd), Sipgate.de, Sipgate.co.uk, MegaVoip (uitgaand België).
Provider: Proximus Fiber Essential (50/4 mbps down/up).
Modem/Router: Fritz!Box 5590 Fiber, OS 8.00, Fritz!FSP GPON aangesloten op Proximus ONTP.
Telefoon centrale: Euracom 181 achter FritzBox So.
TV: Telenet CI+, Fritz!DVB-C.
Steven007
Starter
Starter
Berichten: 16
Lid geworden op: 09 jul 2023, 09:23
Uitgedeelde bedankjes: 1 keer
Bedankt: 4 keer

Bericht

Ik heb net hetzelfde voor met mijn tplink router. Rechtstreeks via Vlan 20 tagged op de ONT ontvang ik een ip4 adres en werkt alles naar behoren. Via de bridge van de internetbox met het Mac adres van de wan poort van mijn router ontvang ik ook geen IP-adres. Geen vlan config nodig.Het bizarre is
wanneer ik mijn pc aansluit op Lan1 bridge met het Mac adres van mijn computer ontvang ik wel een ip4 adres op mijn computer. Geen vlan config.
Ik gebruik die internetbox niet meer. Vind ik ook niet nodig :-D

Op zeker ogenblik van het vele proberen was mijn internetbox gecrashed. Een reset lukte zelfs niet meer, ook niet door Mobile Vikings zelf. De configuratie van Proximus is identiek. Het heeft bijna een week gekost voordat Mobile Vikings mijn internetbox terug aan de praat kreeg. Dit door middel van mijn hele account te resetten uit hun systeem en terug te activeren.

Je zou ook een domme switch tussen de ONT en je router en de internetbox kunnen plaatsen. Dan ontvangt zowel je eigen router als de internetbox een public ip4 adres
fluxi
Starter
Starter
Berichten: 4
Lid geworden op: 15 mei 2024, 18:51
Bedankt: 1 keer

Bericht

Hoi,
Normaal niet, want anders zou zo'n bridge functie bij niemand werken, toch?
Ik zat gewoon te denken, op IPv4 krijg ik geen IP. op IPv6 werkt het zoals het moet (krijg /64 en krijg /56 prefix)
Dat is al goed. Maar heb je na deze stap 1 op "My Proximus" het MAC adres opgevraagd dat behoort tot LAN IP 192.168.129.13?
Is dat het MAC adres dat jij hebt opgegeven in de bridge?
Screenshot MyProximus.JPG
Ik heb het aangepast mac-address (12:34:56:89:0a:bc) op de WAN poort uit de router verwijderd adhv de opmerking
Ik zag dat het echte mac-addres (ec:01:d5:3a:72:00) op de WAN poort staan die gekoppeld was met 192.168.129.13.
Heb dit mac-address ingegeven op de bridge.
Screenshot Bridge.JPG
Je hebt niet voldoende permissies om de bijlagen van dit bericht te bekijken.
fluxi
Starter
Starter
Berichten: 4
Lid geworden op: 15 mei 2024, 18:51
Bedankt: 1 keer

Bericht

Hoi,

Ik heb mijn Cisco aan mijn ONT gehangen (vlan 20 tagging) dus Internet Box eruit gehaald.
Nog problemen met TV Box (Android TV) live TV maar komt wel in orde (iets met IGMP routing). Opnames bekijken gaat wel vlot zonder IGMP.

In me zoektocht toevallig hier op beland ... Technische specs van Proximus waar vermoedelijk veel mensen al opgezocht hebben.

https://www.proximus.be/support/nl/id_s ... uiken.html

Als mijn config compleet met Proximus TV post ik hier alles.

Groeten,

Fluxi