Cisco :: 1142 How To Interpret Show AP Stats Command

Aug 9, 2010

Is there a good reference in how to interpret the "show AP stats" command? 
 
I have a new (online for 15 days) 1142 listed below.  It is the first 802.11n AP I've deployed.  The stat counters look bad [code] But I don't know how to put it all together to say "here are the stats, this is the problem".  I see TxFrameCount, but no corresponding RxFrameCount, so it is hard to calibrate some of the errors.  [code]

View 4 Replies


ADVERTISEMENT

Cisco Switching/Routing :: 6500 - Show Platform Port-asic Stats Drop Command?

Feb 21, 2012

On a 3750 you can do a show platform port-asic stats drop command.  Is there a corresponding command for 6500 chassis?

View 7 Replies View Related

Cisco Wireless :: Command To Save Config On 1142 LAP?

Dec 21, 2011

I am trying to assign a static ip and default gateway to my LAP through the CLI, but after I reboot it, I lose the config and it reverts back to dhcp. Is there any command to save the config to the AP through the CLI?  I've tried all I can think of (i.e. wr mem, copy run start, etc...) and have looked throught the available commands but cannot figure out a way to do it..

View 6 Replies View Related

IP Configuration Command Won't Show WAN IP

Apr 16, 2011

i have ADSL. modem:Meganet when i connect to internet from windows xp with making PPPOE connection everything is fine and when i do ipconfig i can see my IP. but when i connect directly from router then IPconfig show this only:

[code]...

View 7 Replies View Related

Cisco :: Show Ip Bgp Command Output S / D And H Values?

Aug 1, 2012

I have copied status codes from show ip bg command output and its explanation (from Cisco documentation site)., d and h (suppressed, dampened and history). I read somewhere that these are to control flapping routes. But not able to understand it completly.Raised this question in a couple of forums but didnt get a proper reply.The table entry is suppressed.??The table entry is dampened. ??The table entry history. The table entry is validThe table entry is the best entry to use for that network.

View 2 Replies View Related

Cisco :: Show Command To View Ram Modules

Nov 30, 2011

Looking for a show command to display the actual physical Ram modules inside a 2911 router. I believe they come with 2x ram slots and I need to know if it has 1 ram stick or 2.show version displays the total amount of ram, but not if its 2x128 or 1x256 etc.This is also production gear so I cannot open it up and have a look until the scheduled downtime.

View 3 Replies View Related

Cisco :: Command To Show Entire Configuration?

May 16, 2011

Is there a command that can show EVERYTHING that is configured on a router or switchSeems if you're looking to save enough information to completely swap out a device the run/start config isn't enough.Settings like VTP and MTU settings aren't shown in the config file ... there may be other configuration settings like thisAm I forced to just know to check those settings are is there a command that will show the running-config AND all these other settings that aren't in the config?

View 8 Replies View Related

Cisco WAN :: 887 Doesn't Support Show DSL Command?

Jun 26, 2011

The Cisco 887 doesn't support the show dsl command, what is the command that I need to use to display the speed my ADSL is operating at? On the Cisco 877 the command I use is show dsl int atm 0 but this doesn't work on the 887

View 4 Replies View Related

Cisco WAN :: 1841 - Show DSL Interface Command

Jul 15, 2012

I'm trying to troubleshoot one of our site today and can't seem to issue the show dsl interface command on a 1841 router. Does the same command is used for SHDSL or am I running with an IOS bug?
 
#sh dsl? 
% Unrecognized command
 
#sh ver
Cisco IOS Software, 1841 Software (C1841-BROADBAND-M), Version 12.4(15)T7, RELEASE SOFTWARE (fc3)
Technical Support: {URL}
Compiled Wed 13-Aug-08 15:42 by prod_rel_team
 
#sh inv 
NAME: "chassis", DESCR: "1841 chassis"
PID: CISCO1841         , VID: V05 , SN: FHK13212639
 
NAME: "WIC/HWIC 0", DESCR: "WAN Interface Card - ATM (With multi line G.SHDSL module)"
PID: WIC-1SHDSL-V3     , VID: V02 , SN: FOC132041KD

View 4 Replies View Related

Cisco :: Command That Can Show Which Station Consume Bandwidth

Dec 7, 2012

i have 10 stations, and i think one of them generated allot of traffic.maybe a virus sending spam.is there a command that can show my which station consume bandwidth?

View 3 Replies View Related

Cisco :: Missing Information On Sup 7L-E 10GE (show Command)

Oct 9, 2012

My customer has upgrade his 4506 from 6L-E to 7L-E 10GE.Ever since then if he run the command show dot1x interface gigabitEthernet  x/x details some information are not been displayed (below are missing information)Is this intensional or do I need to kick this to TAC?

View 1 Replies View Related

Command Prompt To Show Devices On Network?

Jan 30, 2013

I am running windows 7 HP. We have about 10 devices in one office and 5 devices connected thru a VPN..... When i hooked everything up 4 weeks ago I could see all the devices in the main office and the remote office connected thru the VPN (In the Network Folder that lists everything connected). Now I only see like 4 device and they are all in the main office.

I did some research a couple weeks ago and found a command prompt that "refreshed" all the devices that were connected, but now They are gone again and I cannot remember the command prompt!

View 1 Replies View Related

Cisco Firewall :: 15.2 / How To Interpret IOS Log Entries

Oct 12, 2011

how to read some of these log entries I see on the IOS 15.2 router I'm working with.  I'm fairly new to this stuff.  My understanding is that the first socket (123.123.123.123:port#) is the originating one, and the 2nd socket is the receiving or destination.  This makes sense when I see an entry like:
 
01043: *Nov 21 2012 10:28:34.323 PCTime: %FW-6-DROP_PKT: Dropping tcp session xx.xx.241.163:39557 192.168.xx.xx:80  due to  RST inside current window with ip ident 0
 
The internal IP is our email server inside the LAN, the first IP is some IP in a foreign country, so someobody visited our web interface for the email server, obviously trying to breach or recon the interface but whatever.  Then I see an (unrelated) entry like this elsewhere in the logs:
 
001095: *Nov 21 2012 25:56:03.531 PCTime: %FW-6-DROP_PKT: Dropping tcp session xx.xx.178.210:25 192.168.xx.xx:47343 on zone-pair inside-outside class INSIDE-OUTSIDE due to  Stray Segment with ip ident 0
 
What this latter entry tells me is that the Internet host sent data FROM port 25 to what I am guessing is the open port our internal email server must have originated some other communication from.  However we do not accept incoming port 25 mail from anywhere but a designated IP so this "send" is not supposed ot occur.  So first off, am I reading that correctly?  Is the first IP the sending system, and the second IP the receiver?   there are no other entries in the logs between these two hosts, so either the logs have truncated with oldest entries removed (log buffer is set to 51200), or that outside host is sending, hoping to get our mail server to respond?  BTW, the outside host WHOIS's to Microsoft's IP range, Block 1. 

View 8 Replies View Related

Cisco Switching/Routing :: Show Command In ASR 1004 For Running Diagnostics

Aug 29, 2012

is there a command available to run diagnostics in ASR port/SPA? the one below is from a juniper remote device. i was only able to find 'test interface' but haven't run this yet (currently in production).

View 5 Replies View Related

Cisco Switching/Routing :: Command To Show Physical Connection In 3660

Jun 19, 2012

I am using cisco c3660 to act as Terminal Server for the communication of production machines in my company, recently there is a communication lost issue happen and its due to physical cable unplug from the machine. to troubleshoot for this issues i have to physically go inside my production area to check on it,  as i understand from vendor we can check on the physical machine to see whether the LED light on the module is green or not, but in case of need to troubleshoot at night time, its time consuming as i need to travel back to company. is there any command that i can issue in the router c3660 to check on the physical connection between c3660 router and the production machine? the IOS version is IOS (tm) 3600 Software (C3660-I-M), Version 12.1(4)

View 3 Replies View Related

Cisco Switching/Routing :: Cat 6500 Sup 2t TCAM Counter Show Command?

Sep 26, 2012

Any command similar to sup720 "show tcam counters" It doesn't work on Sup2t.....

View 2 Replies View Related

Cisco :: Command To Show Uptime Of A Router Interface In Days / Hours / Minutes?

Aug 22, 2012

I'm probably overlooking something very simple but is there a command to show the uptime of a router interface in days,hours,minutes?

View 3 Replies View Related

Cisco Switching/Routing :: Nexus 7000 SWACT Show Redundancy Command

Nov 9, 2012

We have Nexus 7K recently installed few months back with 2 Sup (Slot 5 & Slot 6).Recently recevied mesaanges in monitoring servervia SNMP:Alarm : active unit removal caused an auto SWACT However, when checked there are no recent logs which may be linked to this alarm. The show redundancy command output shows that Sup in slot 5 is active which in slot 6 is Hot Standby.

View 1 Replies View Related

Cisco Switching/Routing :: C2960 Password-recovery Status Show Command

Feb 9, 2012

I enabled the "no service password-recovery" command on my C2960 switch. All seems to work as discribed. Only issue I have is --- which show command is used to reveal if the password-recovery feature is enabled of disabled as the command doesn't show up in the running config after you enable it ?

NOTE: The command does show up in the C2960 switch in config t mode (unlike the IOS router 2800 series), but doesn't show up in the running-config after you enable or disable it.
 
On the 2800 series routers (latest IOS) in config t mode the command does not show up but if you type "no service passowrd-recovery" the command function correctly and it does list it in the running configuration.

View 1 Replies View Related

Cisco Switching/Routing :: Equivalent Command To Show Int Summary On The Nexus 7000?

Nov 20, 2011

tell me if there is an equivalent command to Show int Summary on the Nexus 7000?
 
eg
MYCISCOSW01#show int summary
*: interface is upIHQ: pkts in input hold queue     IQD: pkts dropped from input queueOHQ: pkts in output hold queue    OQD: pkts dropped from output queueRXBS: rx rate (bits/sec)          RXPS: rx rate (pkts/sec)TXBS: tx rate (bits/sec)          TXPS: tx rate (pkts/sec)TRTL: throttle count

[code]....
 
I find it a useful command on the 6500 to spot high traffic flows.

View 7 Replies View Related

Cisco Switching/Routing :: Show IOS Logging Command When Catalyst 2960 Was Shut Down

Mar 29, 2012

know Cisco IOS command, how to show when Catalyst 2960 was shut down (power off)?

View 2 Replies View Related

Cisco Switching/Routing :: 3560G 15.0(2)SE - Show Platform Forward Command Crashes Switch?

Dec 5, 2012

I have been working on some Catalyst 3750's running 12.2(55)SE6 and hit an issue with CEF load-balancing over multiple equal-cost paths.  Anyway this issue is now solved but it introduced me to the command 'show platform forward' - this shows you how the forwarding of a packet would be done via hardware cef (as opposed to the command 'sho ip cef exact-route' command that only shows the software cef path).  Anyway I tried the command on a 3560G running 15.0(2)SE and it crashes the switch.  I tried it a couple of times and verified that the MAC & IP addresses were exactly right in the command and each time the switch crashes. I have extracted the relevant bits from the crashinfo and attached them. 

View 3 Replies View Related

Cisco Application :: Sample Command Output Of Show Chassis Inventory For CSS 11501 / 11503 / 11506?

Oct 30, 2011

I am trying to get a sample command output of "show chassis inventory" for:

CSS 11501
CSS 11503
CSS 11506

View 1 Replies View Related

Cisco :: Snmp Oids For Command Show Counters Interface Intx / Y Delta On Catalyst 6500

May 23, 2011

I have a question about SNMP OIDs for the command "show counters interface intx/y delta" on Catalyst6500. The customer wants to create graphs for the following values:Overruns, qos0Outlost, InErrors, OutErrors, InDiscards, OutDiscards etc..Is possible to get these values using SNMP?

View 3 Replies View Related

Cisco WAN :: AS5400 E1 TG Traffic Stats / PGW 2200 Perhaps?

Jun 5, 2011

I've got as Cisco AS5400 Ver 12.3(22) with the E1 controllers acting as ISUP TG (pri-groups).  Since we have no streaming for call records to RADIUS serving etc. is there a way to setup a log or history buffer for alerts for traffic congestion?  With high call rates the "normal" realtime methods of using >sh call active voice breif | i No Circuit Avail wouldn't be pratical since memory/processor usage could be an issue.  The >debug isdn q931 interf dch 1/0 would of worked but again so much traffic is coming I don't want to increase the size of the logg buff >300K.I guess I was expecting an easy way out being an old TDM salt used to the 5E/Telica Plexview/DMS having CDR and Traffic Stat info readily available.  I know the AS5400 is a powerful device, maybe I just haven't got the right command down or totally overlooked the obvious.Oh, and this is connected to the Cisco PGW/SGC 2200 Version:"9.3(2) and I haven't found anything in it's logs. [code]

View 1 Replies View Related

D-Link DIR-615 :: Traffic Stats Page

Jul 9, 2011

I was just wondering on the stats page of my DIR-615 the WAN Stats is in packets. How do I convert that into megabytes and gigabytes so I can track my usage?

Since AT&T put in caps and do not provide a usage meter. I would like to keep track of my usage.

View 3 Replies View Related

Cisco WAN :: 2621XM / IP Accounting And / Or Ip Cache Flow Stats?

Dec 15, 2010

I have a Cisco 2621XM router with two ethernet interfaces that sits before a vendor supplied VPN router. I need to see the IP traffic incoming to my router from the WAN side (fasteth0/1 below). I setup ip cef, and ip flow ingress on the interface. However -- it seems that what I see when I use "ip cache flow" command doesn't have a very long history or life. What commands am I missing so that I can see a summary of the stats over say the last 5, 10 or 15 minutes? Is this the best config that can be used for this, or can I create a more summarized report just using the router HW and IOS? Basic current configuration:version 12.3service timestamps debug uptimeservice timestamps log uptimeservice password-encryption!hostname Littleboy!ip subnet-zeroip cef table event-log size 1024ip cefip cef accounting per-prefix non-recursive prefix-lengthip cef traffic-statistics load-interval 180!ip flow-cache entries 2048ip flow-cache timeout inactive 60!interface FastEthernet0/1 description Littleboy to vpn-wan ip address 10.1.0.1 255.255.255.252 ip flow ingress?

View 5 Replies View Related

Cisco Routers :: 4400N - Gather DHCP Client Stats?

Oct 2, 2012

I've got a WRVS4400N wireless router running DHCP for a couple dozen wireless clients in a public library. We need to gather statistics on the wireless clients on a daily basis: average number of clients, max number of clients, average time used per client etc.
 
The router only gives a list of clients currently allocated an IP address, but there doesn't seem to be a way to gather statistics over time. Is there a program that will interface with the router to gather more detailed statistics?

View 1 Replies View Related

Cisco :: 7600 / 1801 - IP SLA Stats - One Way Latency / MOS Score 4.34 Not Updating?

Jul 4, 2012

I'm trying to use Cisco IP SLA to bench mark voice traffic peformance before and after I apply QoS to the network. 
 
*  I've setup IP SLA in both directions over a DSL connection between a 7600, and an 1801

*  I've setup IP SLA in both directions over an Ethernet WAN link between a 7200 and another 7200
 
ip sla 1
udp-jitter 10.101.1.1 32770 source-ip 10.101.2.1 source-port 32770 codec g711alaw
frequency 30

ip sla schedule 1 life forever start-time now

ip sla responder
!
 
I have a problem in that I'm not getting any meaningful data from the IP SLA statistics for Voice Score Values:, or any data for Latency one-way time: for any of my tests(x 4).
 
After a day of testing it seems the MOS score never changes from 4.34, and the ICPIF never changes from 1 ?Is there something wrong with my config?  Is this working properly or could this be a bug?
 
ADSL-R1#show ip sla statistics 1 details
 
Round Trip Time (RTT) for       Index 1
Latest RTT: 48 milliseconds
Latest operation start time: *09:27:48.435 UTC Thu Jul 5 2012
Latest operation return code: OK
Over thresholds occurred: FALSE

[code]....

View 3 Replies View Related

Linksys Wireless Router :: Get Line Stats With E3000?

Mar 4, 2012

I am using a E3000 router with a Draytek V120 modem and I need to get some line stats for my ISP to sort out a problem however I cant see how to get stats out of the E3000, simple but having been through all the settings in the web interface I cant find it.

View 1 Replies View Related

D-Link DIR-615 :: Wireless Stats Showing TX Packets Dropped

Jan 27, 2012

I notice that I have TX Packets Dropped only under the wireless section.This occurs when the wireless network is not in use also.I have tried many different channels, almost all of them.Im using wpa2-tkip+aes, mixed g and n network, auto 20/40, wps disabled.I understand about wireless interference also.wireless devices dont seem to have any issues though, not dropping from network.I usually get 4000 wireless TX drops a day. LAN and WAN show No TX drops

View 11 Replies View Related

Cisco Switching/Routing :: Check QoS Counters And Stats For Interfaces On Cat 6509?

Oct 28, 2012

how I can check the qos counters and stats for interfaces on my cat 6509 ?

View 1 Replies View Related

Cisco Switching/Routing :: 3750 - Show Interface Vlan (ID) Doesn't Show In / Out Traffic Rate

Mar 13, 2013

I have configured a vlan interface on a 3750 switch. there is aprox 4Mb active traffic flowing through the interface, but when I do a "show interface vlan (vlanid)" the output show zero bits in and zero bits out. Its a typical L3 config with one IP on the vllan interface acting as the gateway for the VLAN devices. Is this a normal behaviur ? and if so is there any way to get the traffic in/out stats. The end PC/devices are connected to this switch via an L2 TRUNK and I dont have access to the L2 switch on which the actual devices connect. so cant get the real time stats of those interfaces.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved