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.
OK, I don't know if it's the covid stay at home has my brain fried or I'm just overthinking this. I have a main distro switch with about 30 VLAN's on it and it is the gateway for most of them. i.e. each VLAN has an interface IP assigned in this switc...
I have a 6509 with 2 sup720's configured with redundancy. I have not been able to find how the network interfaces on those two modules should be connected.
Do both modules just have the same connections? i.e. if port1 on sup720-1 is connected to t...
We use ftp to keep copies of our router and switch configurations. Is there any way to make those copy over a secure FTP connection with TLS/SSL? Or with scp?
As far as I can tell, only un-encrypted transfers are possible from these devices via ftp...
I have a static NAT mapping from an internal IP to a public IP to allow RDP access to an internal host from the Internet. ip nat inside source static tcp 10.10.10.35 3389 24.90.6.133 5222 route-map RDP_Gateway_Map extendable Works great until I want ...
I have a VTP domain setup for my access layer and my core layer. I also have a 6500 switch I would like to be able to program ports from either VTP domain. Is this possible? So I can have port Gi1/1 using vlan 10 from VTP domain core and port Gi1/2 u...
OK, That helps.
I only have one 6509 and it's the access layer distribution point. The sup720's connect to the core layer in a different part of the building via layer 3 and eigrp.
So I can just mirror the connection to the core but using differe...
Nevermind, when I searched for scp instead of ftps or ftp tls, I found the answer.https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/security/d1/sec-d1-xe-3se-3850-cr-book/sec-d1-xe-3se-3850-cr-book_chapter_0101.htmlip scp server enable
I think what you said just made sense to me.So basically, why should I care what public IP the server's outgoing traffic uses.In theory, any incoming connection is going to go out the same connection via NAT translation, so the connections made using...
According to the "upgrade tool" in the Cisco software downloads page. Once the AP has the LWAP upgrade, it will no longer function as an autonomous AP.Go to the Tools & Resources, software downloads and look for the upgrade too for autonomous Cisco A...
My Cisco people finally got back to me with an option for the syslog parsing. The interface is clearly not designed for this purpose if you have to do many different queries, it's more designed to save recurring reporting.Here was their solution in c...