cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
447
Views
2
Helpful
6
Replies

PBR ASR100x

Qudama Khalil
Level 1
Level 1

Hello,

i need make two PBR on the vlan can any one do as asimplest way?

1 Accepted Solution

Accepted Solutions

M02@rt37
VIP
VIP

Hello @Qudama Khalil 

Only one ip policy command can be applied to an interface at a time. This means you can't apply two PBR directly on the same VLAN interface.

You could apply multiple PBR actions on the same interface, you should combine multiple conditions within a single route map.

Example:

# First PBR policy in the route map
Switch(config)# route-map PBR_COMBINED permit 10
Switch(config-route-map)# match ip address PBR1_ACL
Switch(config-route-map)# set ip next-hop 10.10.10.1

# Second PBR policy in the same route map
Switch(config)# route-map PBR_COMBINED permit 20
Switch(config-route-map)# match ip address PBR2_ACL
Switch(config-route-map)# set ip next-hop 10.10.20.1


Switch(config)# interface Vlan10
Switch(config-if)# ip policy route-map PBR_COMBINED

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

6 Replies 6

msalman0203903
Level 1
Level 1

Just as PBR on ASR100x routers helps optimize network traffic, Stardew Valley requires players to strategically manage their farm's layout and resources, ensuring efficient operations and maximizing productivity. Both involve thoughtful planning to achieve the best outcomes.

No you can not use two different pbr under one vlan svi' but you can use two line (each line have match and set) under one pbr and then add this PBR under vlan svi.

MHM

M02@rt37
VIP
VIP

Hello @Qudama Khalil 

Only one ip policy command can be applied to an interface at a time. This means you can't apply two PBR directly on the same VLAN interface.

You could apply multiple PBR actions on the same interface, you should combine multiple conditions within a single route map.

Example:

# First PBR policy in the route map
Switch(config)# route-map PBR_COMBINED permit 10
Switch(config-route-map)# match ip address PBR1_ACL
Switch(config-route-map)# set ip next-hop 10.10.10.1

# Second PBR policy in the same route map
Switch(config)# route-map PBR_COMBINED permit 20
Switch(config-route-map)# match ip address PBR2_ACL
Switch(config-route-map)# set ip next-hop 10.10.20.1


Switch(config)# interface Vlan10
Switch(config-if)# ip policy route-map PBR_COMBINED

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Thanks alot its works as you mentioned 100%

You're so welcome @Qudama Khalil 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

deni80326
Level 1
Level 1

The PBR (Policy-Based Routing) on Cisco ASR100x series routers allows network administrators to define routing policies that direct traffic based on specified criteria rather than solely relying on the routing table. This feature enhances control over traffic flow, enabling the implementation of more granular and efficient network management strategies, particularly in complex environments.Regarding Honista APK, it is not relevant to PBR on ASR100x routers. Honista is a third-party Instagram client with additional features, which has no connection to network routing or Cisco hardware.

Review Cisco Networking for a $25 gift card