05-08-2012 06:42 AM
hi community
hope some help !
i have 3 SSG320 each one have trust-vr & untrust-vr ,the DR SSG is connected to the others through ospf and its working
fine but after configure redistribution from the connected network in DR-ssg it dosn't showing in routing table in the other SSG320
thanks in advance
Solved! Go to Solution.
05-08-2012 02:09 PM
Hi Orant,
You don't give much details, so some guessing from my side. Your talking just about redistribution in a dual VR config. Did you also configure export from trust-vr to untrust-vr? Are the routes you want to distribute visable in the same vr ospf is running?
05-09-2012 12:58 AM
hi screenice
thanks for your replay ,yes i think my post not clear
i configure ospf between 3 ssg through the untrust-vr and its working fine ,but when adding and export the connected network in trust-vr to OSPF in untrust-vr it dosen't work .
trust-vr conf
set access-list 10 set access-list 10 permit ip 12.0.0.0/24 101
set access-list 10 permit ip 13.0.0.0/24 102
set access-list 10 permit ip 14.0.0.0/24 104
set route-map name "dist" permit 101 set match ip 10
exit
set route-map name "dist" permit 102 set match ip 10
exit
set route-map name "dist" permit 103 set match ip 10
exit
set export-to vrouter "untrust-vr" route-map "dist" protocol ospf
unset add-default-route
untrust-vr conf
set vrouter "untrust-vr" set protocol ospf set enable
set area 0.0.0.20
exit
set vrouter "untrust-vr"
exit
set interface ethernet0/1 protocol ospf area 0.0.0.20 set interface ethernet0/1 protocol ospf enable set interface ethernet0/1 protocol ospf cost 100
hoping its clear and thanks for advance
05-09-2012 04:57 AM
05-09-2012 05:29 AM
hi nikolay
thanks for your replay , i found my mistaks and working fine now