Hi Jason,
To respond to your question.... No we could not find an answer, our solution at the end was to re image the windows 10 devices. It is weird as we are using NAM with AnyConnect.
Good luck!
FA
... View more
Hi Ryan,
I have tried it on the following devices with the following IOS versions.
WS-C3850-48P - Version 16.3.5b
WS-C4510R+E - Version 03.09.02.E
WS-C3750X-48 - Version 15.0(2)SE, RELEASE SOFTWARE (fc1)
WS-C2960G-8TC-L - Version 12.2(58)SE1, RELEASE SOFTWARE (fc1)
FA
... View more
Hi Parvin,
I hope I understand your question correctly but I will give it a shot. you probably need to configure the clock or NTP on your device in question in order to display it. Please make sure that you have either an NTP server or the clock set.
ntp server 192.162.1.254 prefer
or
Set the clock on the device itself locally.
Also make sure that your time zone's are configured correctly to reflect your area.
!
clock timezone EST -5 0 (your timezone) clock summer-time EDT recurring !
Hope this helps,
FA
... View more
Hi Parvin
in that case tof equal priority he router with the highest address for the respective group is elected as active.
https://www.cisco.com/c/en/us/support/docs/ip/hot-standby-router-protocol-hsrp/9281-3.html#q4
Please don’t forget to rate if this is helpful.
FA
... View more
Hi sdwason35,
You are allowing the VLAN across the port channel on your switch, can you check the other end to make sure that you are also allowing the VLAN 100.
Hope this helps
... View more
Just to add to the helpful commands that have been posted.
sho interfaces status | count connected
Number of lines which match regexp = 153
sho interfaces status | count notconnect
Number of lines which match regexp = 92
sho interfaces status | count connected|notconnect
Result of both.
... View more
Just to add to Seb’s response which explains the whereabouts of the .bin file.
The way that the file is deleted is either automatically as part of the install operation command or manually.
... View more
Thanks Reza, you are right I did not catch peer-gateway on the first comment. Just to add to it, the way that I understand the vPC peer-gateway, the capability allows a vPC device to route packets that are addressed to the router MAC address of the vPC peer.
Thank you,
... View more
Layer 3 routing over vPC is configured under the vPC domain with that command, the peer-gateway is enabled when using this feature.
NX-#(config)#vpc domain 101
NX-#(config-vpc-domain)#layer3 peer-router
In our case we are using HSRP of an extended VLAN tied to HA'd firewalls, we have stablished OSPF between the Nexus peers and the Firewalls. The VLAN is part of the Peer-links.
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/nx-os/interfaces/configuration/guide/b-Cisco-Nexus-7000-Series-NX-OS-Interfaces-Configuration-Guide-Book/configuring-vpcs.html#concept_09E6B311898E444CA27CD73CCC2E5BED
I hope this helps....
... View more
Hi Amanar Could you try the recovery using an external TFTP server. A similar post was created a few days ago. I hope this helps. https://www.cisco.com/c/en/us/support/docs/switches/catalyst-3850-series-switches/117552-technote-cat3850-00.html#anc20
... View more
Hello,
This is what has worked for me across Cisco devices.
conf t snmp-server group {GroupName} v3 priv snmp-server user {UserName} {GroupName} v3 auth sha {AuthPassphrase} priv aes 256 {PrivPassphrase} snmp-server enable traps snmp-server host {IPv4/v6 Address} traps version 3 priv {UserName} exit w
... View more
Hi, there is limitations on the number of Ten Gig ports that you can use on the Catalyst 4500's, if you are already using the 1st two ports a Ten Gig, ports 3 and 4 become in active.
https://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/Campus/Borderless_Campus_Network_1-0/Borderless_Campus_1-0_Design_Guide/BN_Campus_Technologies.html#wp1228027
Please also reference similar post.
https://community.cisco.com/t5/switching/enable-all-4-10g-ports-on-ws-x45-sup7-e/td-p/1830273
... View more
Have you tried the following:
rommon 2> dir usbflash0:
I your see your file then proceed with the following.
rommon 3> boot usbflash0: your file name.124-3.bin
... View more