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.
does anyone know if a newer version of the app center tools for python 3?https://github.com/FServais/aciapp/blob/master/README.mdwe have an application that does a DR failover in ACI but i need to rebuild the app and it looks like the 1.1 tools link ...
Hi GuysWhat i would like to do is setup a "snmp view" and restrict access to specific interfaces and then limit access to certain mibs.The problem is i have 10+ interfaces that i will need to snmp get from.and if i have to define every OID for each i...
I need help on setting up routing for a single subnet.At the moment all traffic is routed via the etherchannel(po1) to the R2 Router via ospf. What i would like to do is route a single SVI on the 4506 to R1 instead of R2.Can i apply a route map on th...
Yes it is directly connected, it is a ptp connection from the 4506 to the router for ISP2. #sh ip route 10.90.252.38Routing entry for 10.90.252.36/30 Known via "connected", distance 0, metric 0 (connected, via interface)
Good questionTraffic is not orginating on the switch which is a 4506 not a router. I am tracerouting from another switch on vlan17. I am not getting any matches which would suggest the switch has issues with PBR should i be running a different IOS?a...
Thanks Jerry,I have applied the route-map on the 4506 SVI. route-map Traffic_to_ISP2 permit 10 match ip address 20 set ip next-hop 10.90.252.38#sh ip access-lists 20Standard IP access list 2010 permit 10.90.17.0, wildcard bits 0.0.0.255interface Vlan...
Thats fine i did know that the wildcard existed but it only denotes a specific sub tree. in my example i dont think it will work as if i use snmp-server view roview ifEntry.*.10116 includedthen all of the ifEntry.* subtree will be visible for that in...