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.
Using ISE v2.1. What the different of these 2:1) Authorization policy : under Policy->Authorization2) Device Admin Policy Sets : under Work Centers-> Device AdministrationWant to use DACL for anyconnect users, where should i add in the policy?
Tunnel13 is up, line protocol is up Hardware is Tunnel Description: ### Tunnel 13 ### Internet address is xx.xx.xx.xx/24 MTU 17850 bytes, BW 1000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 2/255, rxload 1/255 Encapsulation TUNNEL, loopbac...
What happen to the gold/silver certified partner program? will it be replace or maintain? or will be replace with the solution legeand as below?Borderless Networks, Collaboration, Data Center & Virtualization, Service Provider program.What is the sol...
there seem a problem with the "continue" with my pbr. i want to match source and destination of a packet. Refer to the pbr i capture below, i want it, if match the permit 10 it will go to permit 30. But what i see my my capture data, there is no traf...
i want to do PBR to match IP packet to set the next-hop ip.i got 2 long list of ACL to match source and destination of the ip packet.ip access-list extended ACL_DEST permit ip any x.x.x.x y.y.y.yip access-list extended ACL_SOU permit ip x.x.x.x y.y...
Hi Peterthink all ios will be the same behavior, when u match the same "type", it will always become logical OR.only if u match the diff "type", it will become logical AND.like:match ip add 101mtach tagTQfromChai
Hi Peterthat match u mention above won't work cos when u type match ip address 101match ip address 102it will show like this :match ip address 101 102TQfromjackie
Hi PeterCos the ACL list is too long to write for every ACL with source and dest.So i write a ACL that match source and other ACL that match dest.How we write a route-map to macth both ACL?TQfromjackie
my requirement is like this:1) if the source ip match, it will continue to check on the destination ip.2) if not souce not match, it will follow the default path, will not check for dest match or not3) if both souce and dest not match, it will follow...