Could someone give me a few pointers on how to enable ECN on a Nexus 3232c by chance? I would GREATLY appreciate the help.
Here's the config I've applied so far per online documentation:
class-map type queuing match-any c-out-q3match qos-group 3c...
With MSTP, if I remove a vlan from a trunk port, that switch will send a TCN BPDU per that, out to all neighbors and all switches in that same instance will Max Age their CAM tables for all vlans in that instance right?
Howdy all!Here is the scenario: User has a Cisco 881 router at home connecting to the Internet on the outside and a company provide PC\IP phone on the inside.This home router has a EZVPN tunnel from it to the Corporate Hub site which has a 3925 that ...
Hey all,I have a 6509 running 12.2(33)SXH7 and that has the following config:ip access-list extended PBR-206deny udp any any eq bootpsdeny udp any any eq bootpcdeny ip any 10.0.0.0 0.255.255.255deny ip any 172.0.0.0 0.31.255.255deny ip any ...
Hey there!Question for ya... Here is the scenario:A single 4500 running in a OSPF stub area with 2 uplinks to 2 separate upstream core switches (Let's refer to them as North and South)... Your typical network triangle... All 3 are members of this sa...
You were right Jawad. The next hop for PBR wasn't accepting the traffic... We ended up needing to enable WCCP on the device we were using for next-hop for it to work.Thanks for your help!
Howdy there!Thought you might like to know that the problem appears to have been related to the fact we apparently didn't have CEF enabled on the head-end router... Once we enabled that the ICMP drop's and voice quality issues went away! Thanks!
Per your last point, the traffic flow should be (correct me if I am wrong):Internet-bound traffic from host in vlan 206 is sent to default gw, when frame hits the SVI for vlan 206 the PBR config parses the packet header and finds a match on the sourc...
Hey Jawad,that is a good idea, but if I re-arrange the order of the sequences, won't I then have the exact same issue with what is now sequence 10 being moved to sequence 20?Thanks!
Thanks again for your response Jawad,So in the below ACL, if traffic is destined to UDP bootps\pc ports or to RFC1918 addresses as well as any destination address that is [0-255].0.0.0 from ANY internal address, then it will be denied from being poli...