annuler
Affichage des résultats de 
Rechercher plutôt 
Vouliez-vous dire : 
cancel
647
Visites
0
Compliment
7
Réponses

modem isp dhcp connect to g0/1 and received dhcp from isp to g0/0

andohuerta
Level 1
Level 1

Je suis chez un fournisseur d'accès Internet (ISP) qui fournit aussi le service de tv, mon plan est de connecter le modem ISP qui est en DHCP sur le port g0/1 et de connecter un switch qui reçoit directement les adresses DHCP du modem ISP. La raison est que le ISP tv a des adresses multicast que la société refuse de me donner et qui aussi seront plus faciles à configurer donc pour résumer :
Je veux connecter le modem DHCP dans le port g0/1 et envoyer le trafic dans le g0/0 afin que les appareils reçoivent les adresses DHCP du modem ISP,

Routeur ASR1001-x

Merci à tous et j'espère avoir été clair.

Traduction en anglais:

I am with an isp which also gives tv, my plan is to connect the isp modem which is in Dhcp in port g0/1 and connect a switch which directly receives the dhcp addresses of the isp modem, the reason for this is is that the isp tv has multicast addresses that the company refuses to give me and that too will be easier to configure so to summarize:
I want to connect the dhcp modem in the g0/1 port and send the traffic in the g0/0 so that the devices receive the dhcp addresses of the isp modem,

 

Router ASR1001-x


thank you all and I hope I have clarified

7 RÉPONSES 7

balaji.bandi
Hall of Fame
Hall of Fame

sure this is posisble, but what router you looking to confiure ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hi thank you for your reply

Its a cisco asr1001-x thank you

Hi do you have a basic command where i can check that 

On the link you share i dont see it

Thank you

This is basic config :

ip routing
!
interface GigabitEthernet0/1
no shutdown
ip dhcp
!
ip route 0.0.0.0 0.0.0.0 gig0/1 dhcp
!

If you like to do NAT

interface Gig0/0
ip address 10.10.10.1 255.255.255.0  (change this what ever you like)
ip nat inside
ip virtual-reassembly in
duplex auto
no shut
!
!
ip nat inside source list 20 interface Ethernet0/0 overload

access-list 20 permit 10.10.10.0 0.0.0.255

!

end

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

hi this option is not wokring for me:

This is basic config :

ip routing
!
interface GigabitEthernet0/1
no shutdown
ip dhcp
!
ip route 0.0.0.0 0.0.0.0 gig0/1 dhcp
!

If you like to do NAT

 

--------------------------------------------------------------------------------------------

isp modem is connected on port 0/1  and pc on 0/0 but i did not receved any dhcp in the pc from isp modem

thank you for help me again:

 

So you looking router to be act as bridge and PC should get IP address ? what is the need of router here ?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help