I see in the release notes that the IE 1000 supports MST but there is now mention whether it supports Rapid-PVST or not. Does someone have the hardware and can check if other modes of spanning tree are supported?
... View more
i believe your best options is to use:
show ip rpf <ip address>
which should show you the reverse path from the ASA to the IP address you specific. You can choose different ip addresses that exist in different areas of your topology and based on the reverse path you can define the next hop ip address from the ASA. check the output of the command from my lab router below - with explanation :
R1#show ip rpf 192.168.203.1 RPF information for ? (192.168.203.1) RPF interface: GigabitEthernet1/0 this is the output/egress interface on the router or ASA in your case RPF neighbor: ? (192.168.200.1) this is the next hob ip address RPF route/mask: 0.0.0.0/0 RPF type: unicast (static) Doing distance-preferred lookups across tables RPF topology: ipv4 multicast base, originated from ipv4 unicast base R1#
if this helps please rate and mark the question as answered
....................
Regards, Khalid
... View more
You should translate your MAC address to binary and look for the 7th bit. It seems to me that you are looking for the 1\0 in the hexadecimal format of your MAC.
if we look at your MAC address B8 = 1011 1000. The bolded bit is the one that should be flipped from 0 to 1 and that will turn to be 1011 1010 = BA hence your link local address is FE80::BA70.
... View more
you will need to set:
Service-Type: Administrator
Cisco-AV-Pair: shell:priv-lvl=15
--------
Khalid
If this helps you and/or answers your question please mark the question as "answered" and/or rate it, so other users can easily find it.
... View more
Hi Everyone, i am having a bit of an issue. I have a group of 1142N APs that are controlled by a 4404 controller. After joining the controller i configured those APs with a location, a static IP and a Hostname. The problem that i am facing is when the i check one of the switches CDP neighbors where one of those APs is connected, it is showing the hostname of the AP with the domain name of the WLC appended to it., Examples: If the WLC domain is : .zain-equip.net The AP hostname is configured as: USAMDAP011 Then the switch cdp neighbor where that AP is connected will show as: USAMDAP011.zain-equip.net While i only want the AP hostname (USAMDAP011) to show as the cdp neighbor hostname. is there a specific command on the WLC that can prevent it from appending the domain name to the AP hostname? please advise, Thanks
... View more
Hi, Can you reach/ping your tftp from the 2960 switch? Do you have the ip default gateway on the switch pointing to your core? When you try to tftp does it give you this output !!!! Then ... Then !!! Then ..... Sent from Cisco Technical Support iPad App
... View more
Check the security on the 2960 switch port...show port-security interface fa0/1... It might be configured in a way that allows a certain number of MAC addresses to be connected. Sent from Cisco Technical Support iPad App
... View more