Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AUI interface problem.....

Status
Not open for further replies.

beatmaker05

Technical User
Jan 25, 2009
12
US
ok, i have just set up a lab and i'm very new at this so please bear with me. i have a 2501 (I know.....it sucks, but it is all i can afford), and it has 3 interfaces:
2 serial, and 1 AUI
but when i type "show ip int brief", i do not see the AUI port listed!
when i want to configure the serial port, i type "int s0", and i am able to assign ip address no problem.
but when i plug the transceiver with crossover cable from AUI port to PC NIC, and type "int e0", it keeps saying "invalid marker", with the ^ symbol pointing to the e.
i am positive i am in the right mode.
but like i said, "show ip int brief" does not even list the router as having an ethernet port......someone told me to do a "copy tftp flash" to update the software version, but how can i do that without an ethernet port?
any ideas? im really stumped....
thanks
 
Not sure why your not getting the "invalid marker" message. But as for the second question of how to upload an IOS update. You can do it via the console cable and hyperterminal. See this link:




CCNA, A+, HP Certified Professional
 
This may be of more help to you if you have access to Cisco IOS images. If you don't have access to any images then this is not going to do you any good.

GNS3 is a cisco emulator if you get an IOS image you can run it and perform router configurations and the like on your computer and don't even need a stack of routers. This is what I use to prototype configuration settings and the like.



CCNA, A+, HP Certified Professional
 
You need a transceiver for the AUI port. You will then have an ethernet port to tftp from/to. Post a sh run...

Burt
 
here some pertinent info:

Router>show ip int brief
Interface IP-Address OK? Method Status Protocol

Serial0 unassigned YES unset administratively down down

Serial1 unassigned YES unset administratively down down

Router>

Notice the AUI port does not show.......problem?
 
info:


Router>show ver
Cisco Internetwork Operating System Software
IOS (tm) 2500 Software (C2500-F-L), Version 12.0(9), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2000 by cisco Systems, Inc.
Compiled Mon 24-Jan-00 22:58 by bettyl
Image text-base: 0x0302758C, data-base: 0x00001000

ROM: System Bootstrap, Version 11.0(10c), SOFTWARE
BOOTFLASH: 3000 Bootstrap Software (IGS-BOOT-R), Version 11.0(10c), RELEASE SOFT
WARE (fc1)

Router uptime is 6 hours, 7 minutes
System restarted by power-on
System image file is "flash:c2500-f-l.120-9"

cisco 2500 (68030) processor (revision N) with 14336K/2048K bytes of memory.
Processor board ID 07071390, with hardware revision 00000000
Bridging software.
2 Serial network interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read ONLY)

Configuration register is 0x42

Router>
 
Router#sh run
Building configuration...

Current configuration:
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
interface Serial0
no ip address
no ip directed-broadcast
shutdown
!
interface Serial1
no ip address
no ip directed-broadcast
shutdown
!
ip classless
!
!
line con 0
transport input none
line aux 0
line vty 0 4
!
end

Router#
 
heres what i get when i press ctrl And break on boot:

System Bootstrap, Version 11.0(10c), SOFTWARE
Copyright (c) 1986-1996 by cisco Systems
2500 processor with 14336 Kbytes of main memory

Abort at 0x1098FF2 (PC)
>

also, i have access to an ios image. im trying to put it on via ethernet (tftp), but i cant see the AUI ethernet (see first post).

Router>enable
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int s0
Router(config-if)#exit
Router(config)#int e0
^
% Invalid input detected at '^' marker.

Router(config)#

see?
 
Since you got the 2501, has the ethernet port ever worked? (I take it that you have a transceiver to use on that port.)

[the other] Bill
 
no, this is the first time i have tried to use it. i have a crossover cable from my pc nic to the 2501 aui with transceiver. light on nic is on, so is transceiver light. but the problem is, it wont let me type "int e0". keeps saying invalid marker..
 
I am not sure if you even need a transceiver for it to show up. Unplug the transceiver and then see what it says.

Burt
 
I may be off base but isn't the configuration register suppose to be? 0x2102

config-register 0x2102

CCNA, A+, HP Certified Professional
 
im sorry, but i have no clue what your talking about. :)
can u elaborate please..
 
0x42 just means that ip broadcasts do not have net numbers...whatever that means...lol
Perhaps you could be on to something, staples dude...
If you want to load a different IOS on there, you can do it with x-modem in rommon. However, you would want to
rommon1>confreg 3922
rommon2>reset
That will put BAUD to 115,200, which will speed up xmodem as fast as it can go. I use Tera Term, but have used HyperTerminal for xmodem before...this will load an IOS (or anything to flash for that matter) through the console.

Burt
 
Try upgrading your IOS and see what happens after that, but they should have tested it prior to selling it.. I would consider contacting them for a replacement.

------------------------------------
Dallas, Texas
Telecommunications Tech
CCVP, CCNA, Net+

CCNP in the works
 
ok 1 last question. can the 2501 update ios via xmodem? because i obviously cant use the ethernet port to a tftp server. better yet, what way do u recommend? thanx, youve been a big help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top