08-09-2010 07:37 AM - edited 03-06-2019 12:23 PM
Hi,
I have 3 Router connected via Serial interface i.e. R1 , R2 and R3 now I want to Network Advertise in unicast from Router R1 to R3 without using following things how I can do pls help me..
neighbor command/ PBR/ Static or Default Route/ Redisribution.
08-09-2010 08:14 AM
Hello Abnhinay,
what about running RIP over a point to point GRE tunnel between R1 and R3?
Hope to help
Giuseppe
08-09-2010 08:30 AM
sir,
sorry in last qus. i forget to mention Tunnel also. we cant use tunneling. any another one..plsss
08-09-2010 09:41 AM
If unicasting is not a contraint between R's, then we could use ip multicast helper-map..-:)
08-10-2010 03:49 AM
Hi,
I got it its working via below steps:
If any query pls revert once..
!
interface Serial0/0
ip address 10.10.10.1 255.255.255.0
ip nat outside
ip virtual-reassembly
serial restart-delay 0
clock rate 64000
!
!
!
!
router rip
version 2
network 1.0.0.0
network 10.0.0.0
!
ip nat outside source static udp 12.12.12.2 520 224.0.0.9 520 extendable
!
!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide