Hello,
is it necessary to set-up a loopback interface for each router in a OSPF scenario?
thx
Thats work... thanks a lot. I will start use loopback ip for radius and also pppoe local ip.There's a field in the RADIUS configuration: Src. Address:
Put the loopback IP into that field.
THEN - you also need to go into your RADIUS server and make sure the router's loopback IP is provisioned as a RADIUS client with the proper RADIUS secret.
As for the earlier comment about Cisco "needing" the loopback IP for OSPF to generate a router-id.... well, Cisco has the command as well.
config t
router ospf 1
router-id 192.0.2.1
!
You could use network=10.10.2.0/24 and then any /30 interface within that /24 block would become active in OSPF.can i use 10.10.2.0/24 instead of 10.10.2.0/30 at /routing ospf network ? cause i will remove every device from bridge step by step and I would like to use 10.10.2.0/24 range. one some routers there is 3-4 device on their ether interfaces and i connect them to each other with /30 ip addresses. so at the /routing ospf network segment, I enter every interface ip to networks like 10.10.2.5/30 , 10.10.2.1/30 , 10.10.2.20/30 so in here is better to use /24 or better to use /30. ?
/ip route
add distance=1 dst-address=172.17.30.0/24 gateway=10.10.2.6 comment=For Bridged Network
add distance=1 dst-address=100.64.30.0/24 gateway=10.10.2.6 comment=For ppoe customers
Add network=10.10.2.40/30 area=backbone to your OSPF on both routers.Is it necessary to add 10.10.2.42/30 on router1 ospf network area
because Its work without on router1 ospf network area
One way to do this would be to use areas.up to here there is no problem. it will going minimize te route table. but what will be the assigned public ip's and static local ip's( some times we need it) on the customer. there are more then one pppoe_server on the network. so need to use dynamic route in here. what can we do in here to minimize routing table ?