ciao a tutti,
fra i tanti problemi che ho,uno è questo:
sono alle prese con un area 0 ospf.tutto funziona correttamente,tranne che se cerco di redistribuire una statica da un router,questa non viene vista dagli altri router.
entro con il comando router ospf 100
poi redistribute static.
cosa sbaglio???
grazie a tutto il forum
aghibear
problema con ospf
Moderatore: Federico.Lagni
-
- n00b
- Messaggi: 24
- Iscritto il: mar 07 nov , 2006 12:42 pm
- Località: Roma
interface Ethernet0
ip address 172.16.3.3 255.255.255.0
ip ospf cost 15
!
interface Serial0
ip address 172.16.2.3 255.255.255.0
!
router ospf 7
redistribute static subnets
network 172.16.2.0 0.0.0.255 area 0
!
ip route 200.200.200.0 255.255.255.0 172.16.3.8
Guarda se ti può essere utile....
ip address 172.16.3.3 255.255.255.0
ip ospf cost 15
!
interface Serial0
ip address 172.16.2.3 255.255.255.0
!
router ospf 7
redistribute static subnets
network 172.16.2.0 0.0.0.255 area 0
!
ip route 200.200.200.0 255.255.255.0 172.16.3.8
Guarda se ti può essere utile....