cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
344
Views
0
Helpful
4
Replies

routing on 4506

kltaylor1
Level 1
Level 1

Here is my problem.

outgoing traffic is nated behind a 3620

Fa0/0 is a 131.242.18.x

Fa0/1 is 192.168.0.125

this hooks into an old 4003 all vlan 1

all systems hooked on it are in the 192.168.0.X range.

I have a 4506 that is hooked to the 4003.

Port fa2/1 is assigned ip address 192.168.0.1 255.255.255.0

vlan 2 is assigned ip of 192.168.1.1 255.255.255.0

vlan 3 is assigned ip of 192.168.2.1 255.255.255.0

vlan 4 is assinged ip of 10.0.0.1 255.255.255.0

vlan 5 is assinged ip of 10.0.1.1 255.255.255.0

and so on.

Here is the main problem. Things that are using ips other than the 192.168.0.X on the 4506 can get all the way out, be routed to the other vlans on the switch, etc. But any system using the 192.168.0.X ip is unable to get out of the switch. or even talk to the other vlans on the switch.

any suggestions.

Thanks

ken

4 Replies 4

glen.grant
VIP Alumni
VIP Alumni

On the old 4003 which looks like where the 192.168.0.X space is located where do you have the default gateway pointed? On the 4506 put the address of the 192.168.0.x in vlan 1 instead of putting the address on the interface and then put the interface in vlan 1 and see if that helps . Maybe you can post the config for more help.

the old 4003 is not doing any routing. In fact it does not even have any vlans set other than default for the old Sup 1 card. The 4003 is bacily working as an expensive old hub.

here is the 4006 config

version 12.2

no service pad

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

service compress-config

!

hostname tic4506

!

enable password

!

ip subnet-zero

!

!

no file verify auto

spanning-tree mode pvst

spanning-tree extend system-id

power redundancy-mode redundant

!

!

!

vlan internal allocation policy ascending

!

interface GigabitEthernet1/1

!

interface GigabitEthernet1/2

!

interface FastEthernet2/1

no switchport

ip address 192.168.0.1 255.255.255.0

!

interface FastEthernet2/2

switchport trunk encapsulation dot1q

switchport mode trunk

!

interface FastEthernet2/3

switchport trunk encapsulation dot1q

switchport mode trunk

!

interface FastEthernet2/4

switchport trunk encapsulation dot1q

switchport mode trunk

!

interface FastEthernet2/5

switchport trunk encapsulation dot1q

switchport mode trunk

!

interface FastEthernet2/6

switchport trunk encapsulation dot1q

switchport mode trunk

!

interface FastEthernet2/7

switchport trunk encapsulation dot1q

switchport mode trunk

!

interface FastEthernet2/8

switchport trunk encapsulation dot1q

switchport mode trunk

!

interface FastEthernet2/9

switchport trunk encapsulation dot1q

switchport mode trunk

!

interface FastEthernet2/10

switchport trunk encapsulation dot1q

switchport mode trunk

!

interface FastEthernet2/11

switchport trunk encapsulation dot1q

switchport mode trunk

!

interface FastEthernet2/12

!

interface FastEthernet2/13

!

interface FastEthernet2/14

!

interface FastEthernet2/15

!

interface FastEthernet2/16

!

interface FastEthernet2/17

!

interface FastEthernet2/18

!

interface FastEthernet2/19

!

interface FastEthernet2/20

!

interface FastEthernet2/21

!

interface FastEthernet2/22

!

interface FastEthernet2/23

!

interface FastEthernet2/24

!

interface FastEthernet2/25

!

interface FastEthernet2/26

!

interface FastEthernet2/27

!

interface FastEthernet2/28

!

interface FastEthernet2/29

!

interface FastEthernet2/30

!

interface FastEthernet2/31

!

interface FastEthernet2/32

!

interface FastEthernet2/33

!

interface FastEthernet2/34

!

interface FastEthernet2/35

!

interface FastEthernet2/36

!

interface FastEthernet2/37

!

interface FastEthernet2/38

!

interface FastEthernet2/39

!

interface FastEthernet2/40

!

interface FastEthernet2/41

!

interface FastEthernet2/42

!

interface FastEthernet2/43

!

interface FastEthernet2/44

!

interface FastEthernet2/45

!

interface FastEthernet2/46

switchport access vlan 2

switchport mode access

!

interface FastEthernet2/47

!

interface FastEthernet2/48

!

interface Vlan1

description 192.168.0.1

no ip address

!

interface Vlan2

description 10.0.0.1

ip address 10.0.0.1 255.255.255.0

!

interface Vlan3

description 10.0.1.1

ip address 10.0.1.1 255.255.255.0

!

interface Vlan4

description 192.168.1.1

ip address 192.168.1.1 255.255.255.0

!

interface Vlan5

description 10.0.2.1

ip address 10.0.2.1 255.255.255.0

!

interface Vlan6

description 192.168.2.1

ip address 192.168.2.1 255.255.255.0

!

interface Vlan7

description 10.0.3.1

ip address 10.0.3.1 255.255.255.0

!

interface Vlan8

description 192.168.3.1

ip address 192.168.3.1 255.255.255.0

!

interface Vlan9

description 10.0.4.1

ip address 10.0.4.1 255.255.255.0

!

interface Vlan10

description 192.168.4.1

ip address 192.168.4.1 255.255.255.0

!

interface Vlan11

description 10.20.0.1

ip address 10.20.0.1 255.255.255.0

!

interface Vlan12

description 192.168.128.1

ip address 192.168.128.1 255.255.255.0

!

ip route 0.0.0.0 0.0.0.0 192.168.0.125

no ip http server

glen.grant suggested you make the change on 4506, not the 4003, and i think that should make a difference.

Also, what is the configuration of 4003's port that connects to 4506?

Made the change on the 4506, removed the assingment of the IP to the port and moved the port to vlan1.

Problem is when I did that the rest of the routing on the switch ceased to work.

The port on the 4003 to the 4006 is set up as a basic access port. Just as the port from the 3620 router to the 4003 is.

Ken