Adam
Member
Registered: 1st May 01
Location: Hurstbourne Tarrant
User status: Offline
|
Any idea why I can't get UP, UP on these two interfaces?
interface ethernet0 "outside" is up, line protocol is down
Hardware is i82559 ethernet, address is 0011.2013.641b
IP address 192.168.1.2, subnet mask 255.255.255.252
MTU 1500 bytes, BW 100000 Kbit full duplex
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
15 packets output, 900 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 babbles, 0 late collisions, 0 deferred
0 lost carrier, 0 no carrier
input queue (curr/max blocks): hardware (128/128) software (0/0)
output queue (curr/max blocks): hardware (0/1) software (0/1)
FastEthernet0/1 is up, line protocol is down
Hardware is AmdFE, address is 0007.eb78.0ba1 (bia 0007.eb78.0ba1)
Description: ~GB_HOMENET_PIX-01 ~100Mb ~Full-Duplex
Internet address is 192.168.1.1/30
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, Auto Speed, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 0400
Last input never, output 0005, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
132 packets output, 8697 bytes, 0 underruns(0/0/0)
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
|
willay
Moderator Organiser: South East, National Events Premium Member
Registered: 10th Nov 02
Location: Roydon, Essex
User status: Offline
|
pix (ver 6):
no shut ethernet0
on switch:
conf t
int fa0/1
no shut
Make sure both interfaces are hard coded to speed 100 duplex full
a port in up/down normally means a physical issue.
|
willay
Moderator Organiser: South East, National Events Premium Member
Registered: 10th Nov 02
Location: Roydon, Essex
User status: Offline
|
Ok, now i have my configs:
on the pix:
conf t
interface ethernet0 100full
exit
wr mem
On the switch:
conf t
int fa0/1
speed 100
duplex full <- depends on revision of ios..
exit
exit
wr mem
Then have a look, otherwise make sure you have the correct type of cable (cat5/cat5e/cat6 straight through) from the switch port to the PIX.
|
willay
Moderator Organiser: South East, National Events Premium Member
Registered: 10th Nov 02
Location: Roydon, Essex
User status: Offline
|
just realised, you have applied an IP address to fa0/1, is this a routed port? (switch needs l3 to do that).
|
Adam
Member
Registered: 1st May 01
Location: Hurstbourne Tarrant
User status: Offline
|
problem was I was using a straight through cable rather than xover
|
Adam
Member
Registered: 1st May 01
Location: Hurstbourne Tarrant
User status: Offline
|
quote: Originally posted by willay
just realised, you have applied an IP address to fa0/1, is this a routed port? (switch needs l3 to do that).
The 2621 is a router
|
willay
Moderator Organiser: South East, National Events Premium Member
Registered: 10th Nov 02
Location: Roydon, Essex
User status: Offline
|
sorry mate thought it was the switch.
|
willay
Moderator Organiser: South East, National Events Premium Member
Registered: 10th Nov 02
Location: Roydon, Essex
User status: Offline
|
quote: Originally posted by willay
a port in up/down normally means a physical issue.
|
Adam
Member
Registered: 1st May 01
Location: Hurstbourne Tarrant
User status: Offline
|
quote: Originally posted by willay
quote: Originally posted by willay
a port in up/down normally means a physical issue.
swapped if to a xover cable and all working except I've got not traffic passing
|
willay
Moderator Organiser: South East, National Events Premium Member
Registered: 10th Nov 02
Location: Roydon, Essex
User status: Offline
|
can the PIX ping the router?
ping outside 192.168.1.1
|
|