02-27-2012 02:52 PM
We are migrating an IOS based PE to ASR9K with XR4.2. Customer has a local policy-map to match SNMP, telnet packets generaing from router and set Precedence value 3.
!
ip access-list extended MGMT
permit tcp any any eq telnet
permit udp any any eq snmp
!
route-map MARK permit 10
match ip address MGMT
set ip precedence flash
!
ip local policy route-map MARK
!
With ABF we can only set next-hop. Any other way we can do this in XR?
Thanks,
02-28-2012 05:18 AM
You can use the config commands:
snmp-server ipv4 dscp cs3
telnet ipv4 dscp cs3
02-28-2012 02:39 PM
Thanks Maxime, but actually I have few more traffic in the same class like syslog, ntp, tacacs. Not all are supported with this direct marking..
ipv4 access-list MGMT
10 permit tcp any any eq telnet
20 permit udp any any eq snmp
30 permit udp any any eq snmptrap
40 permit udp any any eq ntp
50 permit udp any any eq syslog
60 permit tcp any any eq ssh
70 permit tcp any any eq tacacs
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