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.
Hello,I have an ASR 9006 running IOS XR 4.2 and I want to monitor some BGP sessions under VRFs using SNMP. However, when I poll the device using the OID 1.3.6.1.2.1.15.3.1.2 I only get the BGP sessions on the global VRF. I have read that I have to cr...
Hello,I have an ASA 8 firewall running OSPF without any problem and working as a ABR. However I do not know how to solve the next problem.Soon I will have to configure a new private network on the device and a public network will be assigned to do so...
Hello,I have been looking for an OID to get the info of the disk usage on ASA but I have not found any. Is it possible to monitor this through SNMP? Which OID?Thanks.
I have configured an AnyConnect VPN on an ASA 5520 version 8.0(3). I'm reaching the VPN through the outside interface and I need to forward traffic to the outside. However this is not working because the traffic is being forwarded to the same source ...
Hello All,I have the following scenario:Pix version 6.3(3)DMZ interface with a private network (192.168.250.0/24) with some server configured static NATs to be accessible from the outside.Outside interface with public IPsI have to establish a lan-to-...
Hello,thanks to the collaboration of the engineers of Dimension Data I have managed to get it working. In case you are interested in the solution. This would be the configuration on the ASR:; We create the snmp contextsnmp-server context test-ctxt; W...
Who is the DHCP server? If the DHCP server is the firewall itself it's not possible. The DHCP server must be another server directly attached to the firewall.
Try to enter through the ADSM and go to:Remote Access VPN -> Clientless SSL VPN Access -> PortalHere you can upload content and customize the portal easily.
I suggest you to use crypto map to apply the NAT on the cisco router. I have done this without any problem in the past.ASA's side: 172.18.1.0/241841's side: 192.168.1.0/24NAT: 192.168.231.0/24For example:access-list 120 permit ip 172.18.1.0 0.0.0.255...
I have a similar scenario but in my case I'm specifying the service:My ssh server: 172.17.3.4NATted IP: 172.23.133.4access-list 112 permit tcp host 172.17.3.4 eq ssh object-group EDS_NETSstatic (DMZ,outside) tcp 172.23.133.4 ssh access-list 112 0 0In...