Jump to content
Калькуляторы

Настройка IPoE выдача IP cisco

подскажите, что не так делаю

 

схема

 

inet---- cisco----- коммутатор----- абонент

..............|

..............|

...........биллинг

 

необходимо раздавать с одного порта (vlan) коммутатора абонентам ip по DHCP

с условием их изоляции

DHCP на биллинге

коммутатор DHCP relay

в логах на запрос DHCP приходит "network ISG: no free leases"

 

на прорту с влан 250 все работает.

 

если запускаю DHCP relay на cisco логи чистые

 

 

конфиг

 

interface Loopback1

ip address 172.24.0.1 255.255.255.255

!

 

interface GigabitEthernet0/2

no ip address

shutdown

media-type rj45

speed auto

duplex auto

no negotiation auto

!

interface GigabitEthernet0/3

no ip address

media-type rj45

speed auto

duplex auto

no negotiation auto

!

interface GigabitEthernet0/3.10

encapsulation dot1Q 10

ip address 10.1.0.1 255.255.255.0

ip nat inside

!

interface GigabitEthernet0/3.201

encapsulation dot1Q 201

ip unnumbered Virtual-Template1

ip nat inside

ip flow ingress

ip flow egress

!

interface GigabitEthernet0/3.250

encapsulation dot1Q 250

ip address 10.1.10.1 255.255.255.0

ip nat inside

ip flow ingress

ip flow egress

service-policy type control CTRL_IPOE

ip subscriber routed

initiator unclassified ip-address

!

interface Virtual-Template1

ip unnumbered Loopback1

ip nat inside

peer default ip address pool WIFIGainy

service-policy type control CTRL_IPOE

ip subscriber routed

initiator unclassified ip-address

!

ip local pool WIFIGainy 172.24.0.2 172.24.2.254

Edited by Andrey75

Share this post


Link to post
Share on other sites

+ да хотя бы на том же draw.io ( там есть циско шаблоны) нарисуйте схемы коллективный разум вам поможет

Share this post


Link to post
Share on other sites

тут вам надо определиться кто будет реелить dhcp запросы,

в вашем случае реализовывать надо на циске,

так как радиус атребуты и IGS профили на ней релизованы

релееить можно vlan id, mac, порту

ну и главное чтобы биллинг это всё поддерживал

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.