Hello
@jdaby wrote:
External Route Tag: 65168 External Route Tag: 65168 External Route Tag: 65168
R5#
I guess you haven't applied the the filtering as suggested, As the ospf external routes are still tagged with their originated ebgp ASN
... View more
To clarify, you're trying to load balance connections within VLAN 804 correct?
EDIT: Just saw the date posted on this. LMK if this is now a non-issue.
... View more
Hi, am using DCNM v7.2(1) and am attempting to provide users logging into DCNM using LAN Web Client the capability to launch traffic monitoring charts for Ethernet, ISL/trunks and VPC interfaces Users will log into DCNM as a network operator role, to allow view and read-only access to the Nexus switch fabric. However capability to monitor any switch infrastructure or host interfaces is desired. Is it possible to allow this level of monitoring without providing users with full admin rights to DCNM and the Nexus switch fabric? DCNM network-operator access allows the chart to be set up and started, and although the chart says is active, no monitor graphs are seen. Monitoring of interfaces works as required when logging in as DCNM admin See attached doc for examples of the non-working and working monitoring charts Regards John
... View more
It's a hardware failure of the line card. Try to move the line card to a different slot. If you move the line card to a different slot and it's still not powering up, then this confirms the line card harware failure. If the move to a different slot powers up the line card, then you are looking at a backplane issue with your chassis (highly unlikely).
... View more
Hi, I see you are probably seeing following sort of issue. correct me if i am wrong. $ snmpwalk -v2c -c r******* 10.156.35.24 sysDescr SNMPv2-MIB::sysDescr = No more variables left in this MIB View (It is past the end of the MIB tree) $ snmpwalk -v2c -c r******* 10.156.35.24 SNMPv2-SMI::mib-2 = No more variables left in this MIB View (It is past the end of the MIB tree) So this device is not responding to ANY snmpwalk? If so, please try the following: [1] Create new SNMP community without Access list ! conf t snmp-server community ciscotac RO ! [2] then go into TCLSH from enable mode and run the below commands: * snmp_getone ciscotac 1.3.6.1.2.1.1.1.0 * snmp_getone ciscotac 1.3.6.1.2.1.1.2.0 For example: (please note my community string is public, you would be using ciscotac) =========== NMS-7-SW-6509#tclsh NMS-7-SW-6509(tcl)#snmp_getone public 1.3.6.1.2.1.1.2.0 { } NMS-7-SW-6509(tcl)# NMS-7-SW-6509(tcl)#snmp_getone public 1.3.6.1.2.1.1.1.0 { } NMS-7-SW-6509(tcl)# ----------------------------------------------- Remove test community string afterwards. If you don't get any output then go to [3] [3] restart the SNMP Engine. This will remove all your SNMP configuration, so please do "show run | i snmp-server" to save a copy of the configuration before restarting SNMP Engine. ! conf t default snmp-server ! or do the following conf t no snmp-server (this will remove the snmp-server related commands) snmp-server community RO (Any one similar command saved from "show run | i snmp-server" and this will restore the snmp-server related commands and in the process restarts SNMP). [4] If restarting doesn't work then you will need to reboot the device. * If this resolves the issue then please mark this as solution. Regards K. Lakshmi Ganesh
... View more