Tagged Questions

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 ...

learn more… | top users | synonyms

4
votes
2answers
134 views

bash autocompletion: add description for possible completions

Is it possible to make bash auto-completion look like in Cisco IOS shell? I mean to add short descriptions for each completion, like this: telnet 10.10.10. (TAB Pressed) 10.10.10.10 - routerA ...
2
votes
1answer
20 views

Cisco 857 Restore Missing Lines

I have backup up my Cisco 857 using HyperTerminal and the Cisco Serial Cable. The settings are: 9600 baud, 8 data bits, 1 stop bit, No parity, no flow control. I have then tried to restore onto ...
1
vote
0answers
31 views

How to read returned parameter from RADIUS server

I have configured a Cisco voice gateway to use a Cisco ACS on a windows server 2003. Meanwhile, I have configured an external database through an ODBC connection with a MSSQL server. As mentioned in ...
1
vote
1answer
78 views

Python Network devices.. General query:

This WORKS: I used to write device drivers for Cisco vendor.. Where I login to there device using putty via Telnet device IP and it enters into device and use some commands in my script to get ...
1
vote
6answers
2k views

How stable are Cisco IOS OIDs for querying data with SNMP across different model devices?

I'm querying a bunch of information from cisco switches using SNMP. For instance, I'm pulling information on neighbors detected using CDP by doing an snmpwalk on .1.3.6.1.4.1.9.9.23 Can I use this ...
0
votes
0answers
5 views

iOS Cisco Mobile App API?

Is there any documentation for the cisco mobile app for iOS? Maybe an API or something? The only information I found to talk to the cisco mobile app was these url schemes on zwapp: ...
0
votes
0answers
45 views

Cisco 7940 phones powered, but can't connect via VLAN [closed]

We have a bunch of Cisco IP phones that connect to a switch that we just reset everything on. The switch is a Cisco Catalyst 3500 and allows internet access, but the phones can't connect. They power ...
0
votes
1answer
54 views

iPad: URI-Scheme to start a call in Cisco Mobile from Safari

I'm developing a web phone book for my company. At the end you can choose a link in the safari browser, and that should start the Cisco Mobile Client and start the call. The problem is, that the iPad ...
0
votes
0answers
39 views

Configuring an Internet on loopback interface with Cisco IOS [closed]

How can an Internet connection be configured on the loopback interface using Cisco IOS?
0
votes
0answers
184 views

SNMPWalk on Win2008 GetRange skipping known-existing OIDs

I am attempting to retrieve the MAC Addresses of devices connected to ports on a Cisco Catalyst 3750X. The documentation for how to do this can be found here The problem I am experiencing is that ...
0
votes
1answer
49 views

CISCO PBX 2811 cannot make local calls

We recently moved our company far enough that we have a new area code. I've setup our network and PBX and everything seems to be working fine except the phones. I can dial long distance numbers (any ...
0
votes
0answers
98 views

Does Cisco 3570-E support old ipservices ios or universal only? [closed]

was wondering about cisco 3750-e switches. Will they run the old ipservices ios code? Or do they only run the univeral image? Thanks
0
votes
1answer
570 views

Read netflow/rflow (dd-wrt) packet content

I'm currently developing an IDS/IPS that uses NetFlow data to draw assumptions whether there is an ongoing attack. I didn't afford an expensive CISCO router so I bought a LINKSYS router on which I ...
0
votes
2answers
187 views

VPN on Cisco 5505 PIX firewall, need to setup domain authentication through active dirctory

I need to setup VPN on Cisco 5505 PIX firewall, when the user uses the vpn I need it to have domain authentication through active dirctory. How do I do this through ADSM?
0
votes
2answers
94 views

PacketTrace Default Gateway

I've set up the default gateway of the router I am configurating as serial2/0 as they call it on packet trace with the address of 172.16.68.1. When I try and ping the gateway from the pc with the ...
0
votes
0answers
103 views

Cisco 1760 T1 Config Help

My 1760 has a WIC1-T1 card in Slot 0 and the slot 0 "OK" light is lit. When the router boots it shows that it sees the T1 card. I would like to configure my T1. I received the following details from ...
0
votes
1answer
214 views

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 ? Thx
0
votes
1answer
331 views

Objective-c iphone programming with cisco routers?

I've seen some apps that connect to routers via ssh. Can anyone recommend any documentation on interacting with Cisco IOS configs and notifications? I'd love to write some custom in-house code!
0
votes
1answer
581 views

How can I see what is using all my bandwidth on cisco IOS?

I have a cisco router performing NAT for my local network. Download bandwidth is stagnant at 2MB/s and I'm not sure which host is responsible for this and what exactly it's connecting to. How can I ...