redistribute static
if i have static route to my ISP can I redistribute this static route to my internal routers eigrp or ospf to make the router has a static route exit point to other routers
Comments
-
JavonR Member Posts: 245Not sure if it's the same for EIGRP, but for ospf if you go under the process id the command to advertise a static route is:
default-information originate -
ConstantlyLearning Member Posts: 445You can inject the static route into EIGRP using the 'redistribute' command:
router eigrp 1
redistribute static"There are 3 types of people in this world, those who can count and those who can't" -
Netwurk Member Posts: 1,155 ■■■■■□□□□□I guess the big question is what are you trying to do?
Set up remote access?
If so, you need to set up port forwarding.