Ad Home

PBR Policy-Based Routing

Share:

//Basicamente son modificaciones a la tabla de enrutamiento, las reglas configuradas tendran mas prioridad que la routing table.


Router 3
interface Serial0/0/0
 description R3 --> R1
 bandwidth 64
 ip address 172.16.13.3 255.255.255.248
!
interface Serial0/0/1
 description R3 --> R2
 bandwidth 128
 ip address 172.16.23.3 255.255.255.248
!
interface Serial0/1/0
 description R3 --> R4
 ip address 172.16.34.3 255.255.255.248
 ip policy route-map R3toR4

router eigrp 1
 network 172.16.13.0 0.0.0.7
 network 172.16.23.0 0.0.0.7
 network 172.16.34.0 0.0.0.7
 network 192.168.3.0
 no auto-summary
!
ip access-list standard PBR-ACL
 remark ACL for R4 LAN B
 permit 192.168.4.128 0.0.0.127

!
route-map R3toR4 permit
 match ip address PBR-ACL
 set ip next-hop 172.16.13.1


NO OLVIDES EL ME GUSTA

    DEJA TU COMENTARIO
Y SEGUINOS EN FACEBOOK.

Ad Home