What is being accomplished in the configuration below?
!
interface FastEthernet0/0
ip address 2.2.2.2
ip route-cache policy
ip policy route-map PBR
duplex auto
speed auto
access-list 100 permit tcp any any eq telnet
!
route-map PBR permit 10
match ip address 100
set ip precedence flash
!
route-map PBR permit 999
set ip precedence routine
*netlab* release 26.04 is out. Here are the highlights:
- *Extreme Networks EXOS* is supported as a Vagrant box or containerlab
node with OSPF, VLA...
9 hours ago





1 comments:
using policy based routing to set Type of Service instead of using the MQC...
Post a Comment