cluebird:
I am using a 2950 switch internally from faeth0/1. All switch ports are inside of VLAN1 on the switch as well. Access mode is set for router faeth0/1 (VLAN1). As it stands now, if I am logged on to the router (faeth0/0 from outside) I can ping VLAN1, and the two servers off of the 2950 switch. From inside the network on any device I can ping VLAN1, the two servers and router faeth0/0. However, devices inside the router cannot route data outside of the network and no devices outside the router can ping devices inside the network. As well, since I have started OSPF, I cannot telnet to this router and I cannot ping faeth0/0. I do however, have a second 1760 router up on the same switch that this router is plugged into, can log onto that one and then connect to this one no problem. As a little background information, I have a small stack of cisco equipment which I am configuring. There is a large network already existing which this stack exists within. The building I am in has a single router and several layer 2 switches. I am bringing a crossover from my wall port to a 2900 XL catalyst switch, and have connected 1760 routers 1 & 2 to that switch. Router 2 is not configured beyond an external IP for management. Router 1 is the one in question from which internal faeth0/1 is connected via crossover to a 2950 switch from which (2) 2003 servers are connected. All devices internal from router 1 are set to the high /25 subnet IP's, router 1 faeth0/0 is set at an IP low /25 subnet IP range. Now then, to finish your questions:
here is the sh run for the 2950 switch internal from router 2.
ip subnet-zero
!
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
interface FastEthernet0/1
no ip address
!
interface FastEthernet0/2
no ip address
!
interface FastEthernet0/3
no ip address
!
interface FastEthernet0/4
no ip address
!
interface FastEthernet0/5
no ip address
!
interface FastEthernet0/6
no ip address
!
interface FastEthernet0/7
no ip address
!
interface FastEthernet0/8
no ip address
!
interface FastEthernet0/9
no ip address
!
interface FastEthernet0/10
no ip address
!
interface FastEthernet0/11
no ip address
!
interface FastEthernet0/12
no ip address
!
interface Vlan1
ip address 149.164.35.132 255.255.255.128
no ip route-cache
!
ip default-gateway 149.164.35.129
ip http server
!
!
line con 0
exec-timeout 0 0
line vty 0 4
password *******
login
line vty 5 15
password *******
login
!
end
---------------------------------------
Here is an example of sh interfaces for one of the ports that has a server off of it on the 2950
FastEthernet0/8 is up, line protocol is up (connected)
Hardware is Fast Ethernet, address is 0011.5c55.4b08 (bia 0011.5c55.4b08)
MTU 1500 bytes, BW 100000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s
input flow-control is off, output flow-control is off
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output 00:00:01, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
196139 packets input, 27990442 bytes, 0 no buffer
Received 6361 broadcasts (0 multicast)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 10 multicast, 0 pause input
0 input packets with dribble condition detected
4191858 packets output, 1101929254 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 PAUSE output
0 output buffer failures, 0 output buffers swapped out
I do not know the model of the WIC card in router 1, I can have that information in the morning. It came pre-installed from Cisco. As I stated earlier, since I brought up OSPF I cannot directly log onto router 1, to get this information I had to telnet to router 2, then connect to router 1 then connect to the 2950 switch. I do not understand why I cannot telnet, ssh, https or ping to router 1 but can still connect to it no problem from router 2 which resides on a port beside it on my external switch. I am not tagging with 802.1q since the WIC card and the 2950 switch reside within the same VLAN, the servers off of the switch can ping the VLAN on the inside of the router no problem and vice versa.