Command to see Switchport Uptime

I have a port that I believe is going up and down on a 2960X-port switch.  Is there a command that will show information as to how long that port has been in an "up" state?

Switch#show dtp interface
DTP information for FastEthernet1/0/1:
  TOS/TAS/TNS:                              ACCESS/AUTO/ACCESS
  TOT/TAT/TNT:                              UNKNOWN/NEGOTIATE/UNKNOWN
  Neighbor address 1:                       000000000000
  Neighbor address 2:                       000000000000
  Hello timer expiration (sec/state):       never/STOPPED
  Access timer expiration (sec/state):      never/STOPPED
  Negotiation timer expiration (sec/state): never/STOPPED
  Multidrop timer expiration (sec/state):   never/STOPPED
  FSM state:                                S1:OFF
  # times multi & trunk                     0
  Enabled:                                  no
  In STP:                                   no
  Statistics
  0 packets received (0 good)
  0 packets dropped
      0 nonegotiate, 0 bad version, 0 domain mismatches,
      0 bad TLVs, 0 bad TAS, 0 bad TAT, 0 bad TOT, 0 other
  0 packets output (0 good)
      0 native, 0 software encap isl, 0 isl hardware native
  0 output errors
  0 trunk timeouts
  1 link ups, last link up on Mon Mar 01 1993, 00:01:37
  1 link downs, last link down on Mon Mar 01 1993, 00:03:13

Similar Messages

  • Tell me the COMMAND to see the Explain Plain in Oracle SQL * Plus

    HI all,
    Tell me the COMMAND to see the Explain Plain in Oracle SQL * Plus?
    Regards,
    Balaji.C

    SET AUTOT TRACE EXPor EXPLAIN PLAN ... and @?/rdbms/admin/utlxpls
    SCOTT@lsc01> explain plan for select * from dept where deptno=10;
    Explained.
    SCOTT@lsc01> @?/rdbms/admin/utlxpls
    PLAN_TABLE_OUTPUT
    Plan hash value: 2852011669
    | Id  | Operation                   | Name    | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT            |         |     1 |    20 |     1   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| DEPT    |     1 |    20 |     1   (0)| 00:00:01 |
    |*  2 |   INDEX UNIQUE SCAN         | PK_DEPT |     1 |       |     0   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("DEPTNO"=10)

  • What is the command to see the database

    what is the command to see the database?iam using oracle express edition in that i tried to create a database but it showing database already created.
    i need to check which database is created.

    Probably you are thinking that Oracle database is a kind of file something like which we sees other files like .txt, .doc, .pdf etc which we sees by ls or dir commands.  Of course there are files for Oracle database, but they have their own nomenclature and setup which finds in C:\oraclexe\oradata\XE\ (For example in Windows) or /usr/lib/oracle/xe/oradata/XE/ (For example in Linux).
    By default, the database is started for you after installation and every time your computer is restarted. However, to reduce the overall performance load on the system, you can manually stop the database, and then manually restart it later.
    Oracle® Database Express Edition
    Ok, now if you wish to login to the database (we don't says "see" the database, because database is different thing than a picture or image ), you just open your command window and say :
    sqlplus sys/your_password_of_sys_user as sysdba
    If you get SQL> prompt, you have logged in the database as sys user and this is your database. 
    If you wish to login with different user then you can :
    1.login from command window by sqlplus username/password
    2.login from SQL> prompt by connect username/password
    Regards
    Girish Sharma

  • What is the command to see if there is any faults in an Aruba Controller.

    Q: What is the command to see if there is any faults in an Aruba Controller?
    A: The command in the below screen shot will tell us what are the active faults that occurred in an Aruba Controller.
    The output that is shown in above screen shot shows that active faults.

    Hi.
    I can suggest show call active voice or show voice call status or show sip-ua call brief in case of SIP TSP.
    HTH
    Regards.
    Carlo

  • Command to see the memory ,cpu etc.

    Anyone can tell me the command to see the memoery usage ,cpu usage etc ,like the 'top ' command in unix.
    Please reply.

    Assuming you're using Solaris 8 or above try prstat
    prstat -am will show more or less the same output as TOP.
    There's also commands such as swap -l and swap -s, vmstat, mpstat, iostat which can be used to monitor performance as well.

  • Is there any command to see dfc memory on SUP32?

    Is there any command to see dfc memory on SUP32?

    I don't know if the Sup32's support dfc's or not or if it's only the 720's . To see this on the 720's you would have to log into the individual DFC cards by using the "attach slot#" command and then do a show version , this shows how much memory is on the indivdual cards . There is also a lot of other things you can look at in there , they have their own individual logs etc.... There is a a whole "show" command set just for the dfc's .

  • Command to see WWN no in solaris

    Could anyone tell me what is WWN no. & which command is used to see WWN no.

    Hallo,
    WWN = World Wide Number is a unique identifier in a Fibre Channel or Serial Attached SCSI storage network
    To get the WWN in solaris 10 you can use :
    # fcinfo hba-port
    # more /var/adm/messages | grep -i wwn
    # prtconf -vp | grep wwn
    # luxadm probe
    # luxadm display /dev/rdsk/....or vendor specific tools (like EMLXADM Device Management Utility)

  • 3640 command to see what's the bandwidth per call

    Is there any command that i can use on a voip gateway 3640 to see the voice packet size exiting the interface?
    How much of the bandwidth a voice packet uses?
    Thanks in advance.

    show call active voice
    This URL should help You, it speaks about Voice Over IP - Per Call Bandwidth Consumption :
    http://www.cisco.com/en/US/tech/tk652/tk698/technologies_tech_note09186a0080094ae2.shtml
    http://www.cisco.com/warp/public/788/voice-qos/troubleshoot_qos_voice.html

  • What is command to see logfile ?

    Hi everyone,
    I used to use this :
    "tail -f /var/log/messages" to see what is going on in my unix box, but when i log in Mac OS X server as root then type that command , it doesn't work. Anyone know ? I'm newbie to this.
    By the way, are there any pages about Mac OS X server command ? thanks.
      Mac OS X (10.4.4)  

    Hi
    In addition to what has already been added
    cd /var/log
    ls
    more system.log [or any other log you are interested in]
    Down arrow or return will keep on spooling the log until you are done. Control C followed by exit will get you out of it.
    You can also get the Command Line Manual for 10.4 here:
    http://manuals.info.apple.com/en/CommandLinev10.4.pdf
    and also a lot more manuals from here:
    http://www.apple.com/support/manuals/macosxserver/

  • Command to see backup item of OSB  tape library disk

    Dear Friends ,
    Using OSB enterprise manager , I take oracle dump backup into tape library . Now it is very difficult for me to see the backup contents of the library using OEM .
    I want to know , is there any command available on OSB (like ls ..)  to see the list of backup item from the tape library disk .

    Hi shipon_97
    This link show information that I think can be very useful:
    https://docs.oracle.com/cd/E26569_01/doc.104/e21480/obtool_commands.htm#OBREF151
    Here, you can view the commands for the tool obtool.
    I hope this can you help.
    Regards,

  • Need help with IOS commands to see wireless printer

    Seems that I'm not asking the question correctly, or providing the right information.
    The problem:
    I've purchased a wireless printer, (an HP 6500a) and I can not see / ping / use the printer on the wireless network.
    Environment:
    Cisco 891 ISR in standalone. Single office - Home-office environment. Nothing spectacular. WLAN connected and operational to the internet.
    The printer is configured to use a static IP of 10.0.0.3 and reports that it is connected to the AP. However, when I ping FROM the command line at the AP, I DO NOT see the printer. (I did previously, but we lost power last night due to a storm and I'm still trying to reconfigure it...) DHCP is configured on the router to exclude the range 10.0.0.1 through 10.0.0.99
    How do I configure the wireless router to allow any connected client to share files / printers etc? Seems that the Cisco router has this shut off
    by default and I've found nothing in the user manual or by asking for help on here how to reverse this so that I can share printers / files on the LAN.
    Please, I'm not stupid, but I'm only casually familiar with IOS and Cisco's networking terms.
    Thanks in advance,
    -Mike
    =============== Begin Wiresless AP config (running-config) ==============
    Current configuration : 3122 bytes
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname (Remnoved)
    enable secret 5 (Removed)
    no aaa new-model
    dot11 syslog
    dot11 ssid (Removed)
       vlan 1
       authentication open
       authentication key-management wpa
       mbssid guest-mode
       wpa-psk ascii 0 (Removed)
    username (removed)
    username (Removed)
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption vlan 1 mode ciphers tkip
    broadcast-key vlan 1 change 30
    ssid (Removed)
    antenna gain 0
    station-role root
    interface Dot11Radio0.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface Dot11Radio1
    no ip address
    no ip route-cache
    encryption vlan 1 mode ciphers tkip
    broadcast-key vlan 1 change 30
    ssid (Removed)
    antenna gain 0
    dfs band 3 block
    channel dfs
    station-role root
    interface Dot11Radio1.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface GigabitEthernet0
    description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router
    no ip address
    no ip route-cache
    interface GigabitEthernet0.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface BVI1
    ip address dhcp client-id GigabitEthernet0
    no ip route-cache
    ip http server
    no ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    access-list 110 permit icmp any any echo
    access-list 110 permit icmp any any echo-reply
    access-list 110 permit icmp any any source-quench
    access-list 110 permit icmp any any packet-too-big
    access-list 110 permit icmp any any time-exceeded
    bridge 1 route ip
    banner login ^CC
    % Password change notice.
    Default username/password setup on AP is cisco/cisco with privilege level 15.
    It is strongly suggested that you create a new username with privilege level
    15 using the following command for console security.
    username <myuser> privilege 15 secret 0 <mypassword>
    no username cisco
    Replace <myuser> and <mypassword> with the username and password you want to
    use. After you change your username/password you can turn off this message
    by configuring  "no banner login" and "no banner exec" in privileged mode.
    ^C
    line con 0
    privilege level 15
    login local
    no activation-character
    line vty 0 4
    login local
    cns dhcp
    end

    Wireless clients can get on w/o issue. Nobody can ping anyone else or see them.
    No file sharing, no printer.
    Tried using the web-based config which works for some items, but wont access the advanced config.
    I'm on my way into town, so can't post the router config, but it is posted in my earlier question
    of last week. I can login later if you otherwise need it here.
    Thanks,
    -Mike

  • Command to see host and static nat for the same object together

    I have researched this but cannot find an answer.  ASA running version 8.5.
    When you create the config using object NAT you enter the commands as follows
    object network <object name>
       host x.x.x.x
       nat (inside,outside) static y.y.y.y
    When the config is displayed it separates the host and nat commands in two different sections of the config as follows
    object network <object name>
       host x.x.x.x
    object network <object name>
       nat (inside,outside) static y.y.y.y
    Is there a command that will display it all together (like it was typed in)?  Show NAT is something like what I am after but without all of the extra info such as translate_hits, untranslate_hits etc. I need this information but cleaning up the output of a show nat is going to be tough.
    Any suggestions?  
    Thanks.

    Sorry, show nat detail is what I meant in the original post in place of show nat.   Show nat detail still has all of the extra info I was trying to avoid.  Guess I will be editing a text file.
    Thanks for the reply.

  • [Solved] Command to see the ArchLinux information?

    Hi, I saw in some images that with one command you can get the system info, like this:
    http://i.imm.io/A2HD.jpeg
    Anyone know which command is?
    Thanks.
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by alvrSG (2012-08-10 22:00:13)

    Welcome to Arch.
    That's Archey or Alsi, from the AUR:
    https://aur.archlinux.org/packages.php? … _Search=Go
    And your image is too big...
    Last edited by 2ManyDogs (2012-08-10 21:58:20)

  • Command to see transmit qeueing drops in Nexus 5548

    Hello, 10g links in our core are getting rather congested as seen by MRTG graphs. Any command on Nexus 5548 to show transmit queuing drops on a given interface?

    You could use #show queing interface eth 1/1
    it shows you output similar as below:
    NEXUS-1# show queuing interface ethernet 1/1
    Ethernet1/1 queuing information:
      TX Queuing
        qos-group  sched-type  oper-bandwidth
            0       WRR            100
      RX Queuing
        qos-group 0
        q-size: 470080, HW MTU: 9216 (9216 configured)
        drop-type: drop, xon: 0, xoff: 470080
        Statistics:
            Pkts received over the port             : 222434
            Ucast pkts sent to the cross-bar        : 199674
            Mcast pkts sent to the cross-bar        : 22760
            Ucast pkts received from the cross-bar  : 101087
            Pkts sent to the port                   : 145083
            Pkts discarded on ingress               : 0
            Per-priority-pause status               : Rx (Active), Tx (Inactive)
      Total Multicast crossbar statistics:
        Mcast pkts received from the cross-bar      : 43996

  • Any Command to see the script of Procedure in cmd.

    Hi all,
    i want to see the script of the procedure which i created, how can i see that in cmd. i dont have any toad or third party tools. plz help me in this..
    Thanks in advance.
    Abdul Rafi.

    Hi,
    Try this..
    SELECT text from user_source
    where name = 'YOUR_PROCEDURE'
    order by line;

Maybe you are looking for

  • Kensington Bluetooth Mouse Problem With 10.4.3

    After updating to 10.4.3, which updated bluetooth from 1.6 to 1.66, Kensington Mouseworks 2.8 no longer works with any of my Kensington bluetooth mice. A Kensington USB mouse works fine. Neither Apple nor Kensington was able to resolve this. Any idea

  • Material ledger activation in material master

    A material has been extended in plant xxxx and due to some reason material ledger could not get activated in accouting 1 view of a material master. As of now there is no transaction has been made in plant xxxx for tis material. Pls guide how we can a

  • Satellite A300D-15B - Where can I buy HDD caddy/tray?

    Does anyone know where I can buy a caddy / tray in the UK so I can fit a second hard drive into the empty bay in my laptop? Thanks in advance. Col

  • Any method to mask the "Total" in the form of Delivery?

    I have tried to create a picture box to mask the "Total" value (UI),when I resize the form , the picture box become transparent!!! Is it prossible to mask a field in the form using UI?

  • About process component , service interface

    Hi all, what do process component and service interface mean? why and when do we need process component and service interface? when we generate the code in NWDS, it will generate a interface class that standing for service interface in ESB, do it? ho