Metric-type internal

From: Khalid Nafie (knafie@xxxxxxxxxx)
Date: Thu Oct 11 2001 - 08:27:49 GMT-3


   
Hi all
        in LAB19 in bootcamp, to make the internal metric of the IGP as the
BGP metric we need to put Set metric-type internal in the route-map that we
are using to redistrib from OSPF into BGP, but the solution makes the ospf
redistrib without any route-map and put this routemap in the neigh statement
in the EBGP, I think this is wrong, isn't it?
the solution is like this:
router bgp 40

 redistribute ospf 1
 neighbor 172.16.0.1 remote-as 1
 neighbor 172.16.0.1 route-map setmetric out
 no auto-summary
!
access-list 1 permit any
access-list 100 permit ip 130.1.0.0 0.0.255.255 any
access-list 101 permit ip any any
route-map setmetric permit 10
 match ip address 1
 set metric-type internal
!
route-map setmetric deny 20
!
But my solution is like this

 redistribute ospf 1 route-map setmetric

================================================
Yours,
Khaled Nafie
Network Engineer
Customer Services
MCSE,CCDP,CCNP VOICE ACCESS
NCR Corporation, Kuwait
Mob.: +965-9872046
Tel : +965- 2412201, 2412203
Fax : +965-2413075



This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 22:33:16 GMT-3