OSPF Configuration in 6850E

garga

Re: OSPF Configuration in 6850E

Post by garga »

only prob today when i config cisco router with ( redistribute eigrp 2 metric 80 subnets)
then again routes start to goes eigrp but not ospf.

maybe i need to re-config alcatel switch with lower Priority, now is 80 in alcatel
garga

Re: OSPF Configuration in 6850E

Post by garga »

i think prob is this that all routes come back and use EIGRP link.

How can we config route-map in Alcatel ???
ballooonnn

Re: OSPF Configuration in 6850E

Post by ballooonnn »

Hi,

! create ACL
ip access-list "ACL_name" address x.x.x.x/xx action permit redist-control all-subnets

! create route-map
ip route-map "Route_map_name" sequence-number 10 action permit
ip route-map "Route_map_name" sequence-number 10 match ip-address "ACL_name"
ip route-map "Route_map_name" sequence-number 10 set metric-type external type1

! create redistribution
ip redist AS_x into AS_y route-map "Route_map_name" status enable

Hope it'll helps
Br
Post Reply

Return to “OmniSwitch 6850 / 6850E”