viernes, 21 de junio de 2013

BGP Med





El atributo MED no sirve para influenciar el trafico de  de entrada a nuestrpo sistema autonomo .

R1:
route-map red1a permit 10
 match ip address 1
 set metric 151
route-map red1a permit 20
!
route-map red1 permit 10
 match ip address 1
 set metric 149
route-map red1 permit 20

router bgp 10
 network 1.1.1.0 mask 255.255.255.0
 network 11.11.11.0 mask 255.255.255.0
 neighbor 2.2.2.2 remote-as 20
 neighbor 2.2.2.2 ebgp-multihop 2
 neighbor 2.2.2.2 update-source Loopback0
 neighbor 2.2.2.2 route-map red1a out
 neighbor 3.3.3.3 remote-as 20
 neighbor 3.3.3.3 ebgp-multihop 2
 neighbor 3.3.3.3 update-source Loopback0
 neighbor 3.3.3.3 route-map red1 out


sábado, 1 de junio de 2013

MPLS VPN Frame-Relay

R4#sh ip rou
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
     4.0.0.0/24 is subnetted, 1 subnets
C       4.4.4.0 is directly connected, Loopback0
     5.0.0.0/24 is subnetted, 1 subnets
O IA    5.5.5.0 [110/133] via 192.168.100.1, 10:12:48, FastEthernet0/0
     10.0.0.0/24 is subnetted, 1 subnets
O IA    10.1.35.0 [110/133] via 192.168.100.1, 10:12:48, FastEthernet0/0
C    192.168.100.0/24 is directly connected, FastEthernet0/0
R4#