cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
720
Views
0
Helpful
2
Replies

WS-C3750X-24S - FastEthernet0 question

christopher_tan
Level 1
Level 1

Hello all,

I have a C3750X-24S and i configured FastEthernet0 with ip address (10.251.157.2) and 10.251.157.1 is connected to a firewall (firewall allowed any-any now). Firewall has default route to 10.251.157.2 configured.

Switch is connected to WAN router and running EIGRP.

I am able to ping to 10.251.157.1 from switch, and extended ping from other interfaces of switch to 10.251.157.1 looks fine as well.

I am able to ping to 10.251.157.2(switch) from remote location without problem as well.

But i am not able to ping to 10.251.157.1 from remote location, traceroute stop at that switch interface.

i am able to ping to 10.251.157.2 from local WAN router, but not able to ping to 10.251.157.1. Trace stop at switch as well.

 

Below the "eigrp", interface f0 and "sh ver" output. Kindly please help advise what went wrong. Thanks.

 

interface FastEthernet0
 ip address 10.251.157.2 255.255.255.248
 no ip route-cache cef
 no ip route-cache
end

router eigrp 1
 network 10.0.0.0
 redistribute static
 eigrp stub connected summary

 

switch#sh ver
Cisco IOS Software, C3750E Software (C3750E-UNIVERSALK9-M), Version 12.2(58)SE2, RELEASE SOFTWARE (f
c1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2011 by Cisco Systems, Inc.
Compiled Thu 21-Jul-11 01:23 by prod_rel_team

ROM: Bootstrap program is C3750E boot loader
BOOTLDR: C3750E Boot Loader (C3750X-HBOOT-M) Version 12.2(58r)SE1, RELEASE SOFTWARE (fc1)

switch uptime is 12 weeks, 3 days, 18 hours, 42 minutes
System returned to ROM by power-on
System image file is "flash:/c3750e-universalk9-mz.122-58.SE2/c3750e-universalk9-mz.122-58.SE2.bin"


This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.

License Level: ipbase
License Type: Permanent
Next reload license Level: ipbase

cisco WS-C3750X-24S (PowerPC405) processor (revision M0) with 524288K bytes of memory.
Processor board ID FDO1828R17B
Last reset from power-on
18 Virtual Ethernet interfaces
1 FastEthernet interface
28 Gigabit Ethernet interfaces
2 Ten Gigabit Ethernet interfaces
The password-recovery mechanism is enabled.

512K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address       : 7C:0E:CE:4F:D4:00
Motherboard assembly number     : 73-13061-06
Motherboard serial number       : FDO18281DC2
Model revision number           : M0
Motherboard revision number     : A0
Model number                    : WS-C3750X-24S-S
Daughterboard assembly number   : 800-32727-03
Daughterboard serial number     : FDO18281FKC
System serial number            : FDO1828R17B
Top Assembly Part Number        : 800-33746-06
Top Assembly Revision Number    : B0
Version ID                      : V05
CLEI Code Number                : CMMP200DRA
Hardware Board Revision Number  : 0x05


Switch Ports Model              SW Version            SW Image
------ ----- -----              ----------            ----------
*    1 30    WS-C3750X-24S      12.2(58)SE2           C3750E-UNIVERSALK9-M


Configuration register is 0xF

 

 

Regards,

Christopher

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

Christopher

As far as I am aware you cannot use that port for normal traffic, it is only for management.

So traffic can't be routed through the switch using that port.

Try using one of the other ports.

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Christopher

As far as I am aware you cannot use that port for normal traffic, it is only for management.

So traffic can't be routed through the switch using that port.

Try using one of the other ports.

Jon

Yes, that is what i suspect too. I just cannot found any Cisco documentation mention that.   :-(

Anyway, i moved that connection to normal switch port and it works normally.

Thanks.