Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
What is the difference between a balanced and a unbalanced e1? is it balanced uses 120ohm twisted pr and unbalanced uses 75 ohm coax and the ref to ground.is it the same module?if they are seperate modules, would it be physically possible to connect ...
I believe that queue lengths are not affected by MTU size, the actual packet is not placed in the queue, so if the queue length is 20, it does not matter whether the packets are 1000 Bytes or 100 Bytes, it still has a queue of 20
I have tried this config and it blocks traffic to cisco.comip cef!class-map match-any deny_url match protocol http host "*cisco*" ! ! policy-map web_traffic class deny_url police 8000 1500 1500 conform-action drop exceed-action drop violate-action dr...
try changing "url" to "host"egclass-map match-any deny_url match protocol http host "*cisco*"!!policy-map web_traffic class deny_url police 8000 1500 1500 conform-action drop exceed-action drop violate-action drop
is the same ACL being applied to all sites ... remote and centralif so then it wont workyou will need to have on the remote site an inbound acl on the f0/0 int ofpermit tcp any any eq telneton the central site you will needpermit tcp any eq telnet an...
try moving them about, instead ofaccess-list 102 permit tcp any any eq domain access-list 102 permit udp any any eq domain tryaccess-list 102 permit tcp any eq domain any access-list 102 permit udp any eq domain any