Questions tagged [cisco-ios]

Cisco IOS (Internetwork Operating System) is the name of the operating system that is run by virtually all enterprise-class Cisco switches and routers, as well as in certain other Cisco networking products.

Cisco IOS is an embedded operating system for Cisco networking products. It is found in nearly all of Cisco's enterprise-class switches and routers.

Cisco IOS is a monolithic-kernel OS with no GUI. It is designed to perform some of its functions in software, and to delegate others to specialized hardware. For example, routing and other protocols run as IOS processes and contribute to the Routing Information Base (RIB). The RIB is processed to generate the final IP forwarding table (FIB, Forwarding Information Base), which is used by the forwarding function of the router. However, in routers with hardware-based forwarding, such as the Cisco 12000 series, IOS computes the FIB in software and loads it into the forwarding hardware (such as an ASIC or network processor), which performs the actual packet forwarding function.

Cisco releases and supports several versions of the IOS software, roughly parallel to the stable/unstable/nightly versions of open source projects. Cisco calls these versions "trains," and it releases several of them. The mainline and T trains are the most common, and the rest are specialized for specific groups of customers.

  • The mainline train is designed to be the most stable release the company can offer, and its feature set never expands during its lifetime. Updates are released only to address bugs in the product.
  • The T is the Technology train, gets new features and bug fixes throughout its life, and is therefore potentially less stable than the mainline. The T train, once mature, becomes the basis for the next version of the mainline train.
  • The S is the Service Provider train, runs only on Cisco's core router products and is heavily customized for Service Provider customers.
  • The E is the Enterprise train, customized for implementation in enterprise environments.
  • The B is the broadband train, meant to support broadband features.
  • The X* trains (e.g. XA, XB) are a series of speciality trains and are not widely available.
238 questions
-1
votes
2 answers

Need to monitor traffic on old cisco router

I have an old 2800 series router with ios 12.4(10) that I need to monitor traffic on an interface. Issue is the version of ios installed doesn't support traffic capture. I would love to update ios, but I'm not the one running the project. I…
notorious.no
  • 4,919
  • 3
  • 20
  • 34
-1
votes
2 answers

reading the running config file from a network device

Is there any way to read the running configuration file from a network device (cisco ios/ juniper junos) in a properly formatted type say for eg as an XML file? Basically I need to get all the attributes and its values in a config file. I am using…
S_R
  • 493
  • 1
  • 9
  • 22
-1
votes
1 answer

cisco pix 501 to 5505 static(inside, outside) command doesnt work

Have the following commands in the pix 501, which works perfectly: static (inside,outside) 68.109.247.119 192.168.1.119 netmask 255.255.255.255 0 0 static (inside,outside) 68.109.247.115 192.168.1.115 netmask 255.255.255.255 0 0 Whenever I include…
-1
votes
1 answer

Cisco iOS - Two SSID's , 1 blocking specific URL

The routers here broadcast two SSID. One for guest, the other for Company Users. Our users are attempting to access a specific URL but unable to through the Company WiFi. But are able to access the URL through the guest network and when directly…
DataLoss
  • 1
  • 1
-1
votes
1 answer

Configure routing with SNMP

Is there a way to add routes to, for example, RIP routing table, using snmp requests? Where can I get this scenarios described step-by-step? Thank you.
-1
votes
1 answer

porting wireshark to qnx based system

I am a newbie to industry and as a part of my internship I have been assigned the above project.I have no experience in how to go about porting a particular application to a different OS. So far,i have tried to understand the basic structure of a…
Ankit
  • 49
  • 2
-1
votes
1 answer

How us the policy based routing using dual wan single lan in cisco for below scenario

How us the policy based routing in cisco for below scenario : Wan 1 : ip address : 10.10.10.2 subnetmask : 255.255.255.252 gateway : 10.10.10.1 Wan 2 : ip address : 20.20.20.2 subnetmask : 255.255.255.252 gateway :…
-1
votes
1 answer

Checking cisco network device rules programmatically

I want to be able to show (by device) open/blocked status for a given protocol between two devices/ports on a network. In other words, I need to output a list of network devices (firewalls & switches) between Server A and Server B and indicate…
codemonkey
  • 2,661
  • 2
  • 24
  • 34
-1
votes
1 answer

Develop a poller similar to MRTG

Im developing a poller similar to MRTG/cacti in java and have a few queries. How do I know if the device uses 64 bit counter or 32 bit counter. Also do I get the values from these counters or is there some other way of getting the bandwidth and…
user1197004
  • 29
  • 1
  • 4
-2
votes
1 answer

What is Decryption algorithm for Cisco Type 7?

I want the algorithm for cisco type 7 encryption and decryption. On searching, I found out that it uses Vigenere cipher encryption but it won't work. Please anybody help me out. If I found some small lead then also it will be good. Thank You.
-2
votes
1 answer

Does a router have host priority over a switch/computer?

I have a router, switch and computer in a network. Does the host ip address have an order? Example: I have the host addresses: 10.0.0.1, 10.0.0.2, 10.0.0.3 What address does the router get, or does it not matter? Thanks!
MadVags
  • 25
  • 5
-2
votes
1 answer

Downloading a file from a python ftp server to cisco ios device

At the moment, my networking team is downloading a firmware version using an FTP server (Filezilla). We create an account on the server, upload the firmware to the server and then on the cisco device we use the command copy…
moti shaku
  • 47
  • 7
-2
votes
1 answer

Diagnosing a 400Mbps cap on Network Speed With Cisco and Watchguard Devices

We are noticing that we max our WAN port out at 400 Mbps. We have a 1Gbps connection with our provider delivered over pure Ethernet (in a datacenter). Here is an example of the max-out using crude MRTG: We are directly connecting to our provider…
Ted Wilmont
  • 463
  • 2
  • 9
  • 20
-2
votes
3 answers

Does CISCO ASA configuration "access-list" protocol name "ip" includes both "tcp" and "udp"?

I have several lines and I wonder if some are shadowed due to this?
Choumarin
  • 400
  • 1
  • 6
  • 16
-2
votes
1 answer

Time Cisco Router reload not always mentioned

Im trying to measure our cisco router availability data based on downtime happened. I assume from show version, the time mentioned in tag "System returned to ROM" is when reload started, and next line "System restarted at" is when router back online…
hadit
  • 1
  • 1
1 2 3
15
16