10-13-2023 07:01 PM - edited 10-18-2023 12:07 PM
08-13-2024 01:05 AM
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
08-12-2024 09:42 PM
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.
08-12-2024 10:47 PM
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
08-13-2024 01:05 AM
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
08-13-2024 01:09 AM
Thanks alot its works as you mentioned 100%
08-13-2024 01:18 AM
You're so welcome @Qudama Khalil
08-15-2024 02:59 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide