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.
I have a requirement to implement routing among 3 locations as shown in the following diagram. Location A.B & C are in a unique subnet in default vlan1. I cannot make any changes on these networks (A, B & C) because it's not under my control. Now I a...
I have setup 9300 switches, the IP is defined only on MGMT interface. But the time sync fails, I have other devices which are getting time from the same NTP server. Any advise. MGMT01#show running-config | include ntpntp source GigabitEthernet0/0ntp ...
I have defined VTY 0 15 timeout, my SSH session is on MGMT (out of band) interface and vty timeout is not working. How do I enable it for MGMT as well?
On a Cisco switch, if I define MGMT out of band IP address, how do I define the default gateway for it which should remain out of band? Example: I have a 9300 switch with two vlans 192.168.1.x & 192.168.2.x with vlan IP interfaces and also a default ...
I have configured 9300 switch with management on MGMT port. No IP defined on vlan or physical interfaces.I have configured snmp V3 and I am unable to monitor the switch using my NMS software. Is there any specific setting need to be defined to monito...
Right now there is no communication among these 3 locations and are on L2 switch. Routing protocol is not supported.Also the FO link from L3 to other switch is a single FO link.
show runMGMT01#show running-config | in ntp10 permit udp host 172.16.50.72 host 172.16.50.100 eq ntp log20 permit udp host 172.16.50.100 eq ntp host 172.16.50.72ntp server 172.16.50.100 prefer source GigabitEthernet0/0 I see the following logs *Apr ...
I have the following commands but no ssh session never gets disconnected. SW01#show running-config | include sship ssh maxstartups 10ip ssh time-out 30ip ssh authentication-retries 5ip ssh logging eventsip ssh version 2 -----Also defined following c...