Sponsored Content
Special Forums Hardware How to view Cisco WS-C2960S-24TD-L OutPut/Configuration? Post 302914094 by Ayaerlee on Thursday 21st of August 2014 11:10:55 PM
Old 08-22-2014
How to view Cisco WS-C2960S-24TD-L OutPut/Configuration?

Recently, I want to see how to get a hold of a report showing the output/ configuration on my Catalyst 2960S 24 GigE, 2 x 10G SFP+ LAN Base switch ( basically, a report stating if all ports are functioning or not). Any help would be greatly appreciated. Thank you!

Cisco WS-C2960S-24TD-L Switch Overview:
24 Ethernet 10/100/1000 ports
Two 10 Gigabit Ethernet or 2 1 Gigabit Ethernet SFP+ uplink ports
Optional Cisco FlexStack stacking support
LAN Base image
 

5 More Discussions You Might Find Interesting

1. SCO

View Hardware Configuration

View Hardware Configuration is not an accessible option on the drop down list on the Open Server SCO Relase 5.05 Why would this be and how can I work around to get into it? Any suggestions would be appreciated! Thanks (4 Replies)
Discussion started by: trinitygirl71
4 Replies

2. Shell Programming and Scripting

join files cisco command output

We have two files with results of two commands of cisco: one file; showintstatus, have the following format: Gi2/6 servidorlij connected 176 full 1000 10/100/1000BaseTsecond file; showmacaddrestable, have the following format: * 162 0021.9b8d.073e dynamic Yes 0 ... (1 Reply)
Discussion started by: robonet
1 Replies

3. IP Networking

cisco switch + firewall configuration upgrade

Hi experts, I need to cope configuration from one switch/firewall to another switch/firewall. I have copied running configs. The question is do I have to clear the existing configuration on the dest. devices Or can I copy it(replace) directly without clearing previous config ? If... (2 Replies)
Discussion started by: hernand
2 Replies

4. IP Networking

How to show Cisco Router Running Configuration in Third Party Application

Hey everyone, I have a few question. 1. Is it possible to display cisco 'show run' output command to the application ?? 2. And is there any ways to log in to the router instead of using telnet from telnet application??? Thanks in advance (0 Replies)
Discussion started by: franzramadhan
0 Replies

5. IP Networking

WS-C2960S-24PD-L vs WS-C2960S-24PS-L

Does anyone know the noticable different between Catalyst 2960S 24 GigE PoE 370W 2 x 10G SFP+ LAN Base and Catalyst 2960S 24 GigE PoE 370W 4 x SFP LAN Base ? (0 Replies)
Discussion started by: Ayaerlee
0 Replies
IXL(4)							   BSD Kernel Interfaces Manual 						    IXL(4)

NAME
ixl -- Intel XL710 Ethernet 40Gb Base driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ixl To load the driver as a module at boot time, place the following lines in loader.conf(5): if_ixl_load="YES" DESCRIPTION
The ixl driver provides support for PCI Express adapters or LOMs in the XL710 Family of ethernet devices. The driver supports Jumbo Frames, TX/RX checksum offload, TCP segmentation offload (TSO), Large Receive Offload (LRO), VLAN tag insertion/extraction, VLAN checksum offload, VLAN TSO, and Receive Side Steering (RSS), all for both IPv4 and IPv6. For further hardware information and questions related to hardware requirements, see http://support.intel.com/. Support for Jumbo Frames is provided via the interface MTU setting. Selecting an MTU larger than 1500 bytes with the ifconfig(8) utility configures the adapter to receive and transmit Jumbo Frames. The maximum MTU size for Jumbo Frames is 9706. Offloads are also controlled via the interface, for instance, checksumming for both IPv4 and IPv6 can be set and unset, TSO4 and/or TSO6, and finally LRO can be set and unset. For more information on configuring this device, see ifconfig(8). HARDWARE
The ixl driver supports these SFP+ Pluggable Optics: o Intel TRIPLE RATE 1G/10G/40G QSFP+ SR (bailed) E40GQSFPSR o Intel TRIPLE RATE 1G/10G/40G QSFP+ SR (bailed) E40GQSFPLR The ixl driver supports 10Gb and 1Gb Ethernet adapters with SR Modules: o Intel DUAL RATE 1G/10G SFP+ SR (bailed) FTLX8571D3BCV-IT o Intel DUAL RATE 1G/10G SFP+ SR (bailed) AFBR-703SDZ-IN2 The ixl driver supports 10Gb and 1Gb Ethernet adapters with LR Modules: o Intel DUAL RATE 1G/10G SFP+ LR (bailed) FTLX1471D3BCV-IT o Intel DUAL RATE 1G/10G SFP+ LR (bailed) AFCT-701SDZ-IN2 Note that X710/XL710 Based SFP+ adapters also support all passive and active limiting direct attach cables that comply with SFF-8431 v4.1 and SFF-8472 v10.4 specifications. LOADER TUNABLES
Tunables can be set at the loader(8) prompt before booting the kernel or stored in loader.conf(5). hw.ixl.enable_msix Allows one to enable/disable MSIX, thus forcing MSI instead. hw.ixl.ringsz Set the number of descriptors in the rings, note that this changes BOTH the TX and RX rings, they cannot be set independly. hw.ixl.max_queues Set the number of queues (each a TX/RX pair) for the port, this allows one to override the autocalculation if its set to 0. hw.ixl.dynamic_rx_itr The dynamic RX interrupt control, set to 1 to enable. hw.ixl.dynamic_tx_itr The dynamic TX interrupt control, set to 1 to enable. hw.ixl.rx_itr The RX interrupt rate value, set to 8K by default. hw.ixl.tx_itr The TX interrupt rate value, set to 4K by default. SYSCTL PROCEDURES
hw.ixl.fc Allows one to set the flow control value. A value of 0 disables flow control, 3 enables full, 1 is RX, and 2 is TX pause. hw.ixl.advertise_speed Allows one to set advertised link speeds, this will then cause a link renegotiation. With the appropriate adapter this can cause a link at 10GB, 1GB, or 100MB. hw.ixl.current_speed This is a display of the current setting. hw.ixl.fw_version This is a display of the Firmware version. Interrupt Storms It is important to note that 40G operation can generate high numbers of interrupts, often incorrectly being interpreted as a storm condition in the kernel. It is suggested that this be resolved by setting: hw.intr_storm_threshold: 0 SUPPORT
For general information and support, go to the Intel support website at: http://support.intel.com/. If an issue is identified with this driver with a supported adapter, email all the specific information related to the issue to <freebsd@intel.com>. SEE ALSO
arp(4), netintro(4), ng_ether(4), vlan(4), ifconfig(8) HISTORY
The ixl device driver first appeared in FreeBSD 10.1. AUTHORS
The ixl driver was written by Jack Vogel <jfv@FreeBSD.org> and Eric Joyner <ricera10@gmail.com>. BSD
January 14, 2015 BSD
All times are GMT -4. The time now is 02:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy