cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
596
Views
0
Helpful
2
Replies

Routing between 2 peers wich changing addressing.

schwermie
Level 1
Level 1

Hi,

We have a cable plant and on remote locations we have some routers running. I want to be flexable so i would like these routers to advertise there connected / static routes to my core. Now the issue. How can i do that? The link to my core uses DHCP, so i don't know what my remote neighbors address will be.

Thanks for the help.

Regards, Marco

2 Replies 2

Hello Marco,

you could run a routing protocol such as OSPF or EIGRP and redistribute connected routes. Can you post the configuration of your core and one of the hub sites ?

Regards,

GP

Hi GP,

Thanks for your reply, but the issue is that on an interface DHCP is used, so i don't know what address will be used there.

I believe OSPF and EIGRP doesn't run on interfaces not configured with the network statement. An other issue is that i can't manage to the OSPF running on a MC-16E card with uses MPLS-VPN technology.

I managed to get this issue solved by the following:

router rip

version 2

!disables RIP to customer.

passive-interface FastEthernet0/1

passive-interface Loopback0

!Loads all IP information from all interfaces

network 0.0.0.0

!Filers RIP updates

distribute-list 5 out

no auto-summary

On FE0/0 i force v2 updates and use RIP Authentication.

Regards,

Marco

Review Cisco Networking for a $25 gift card