Hi everyone, I am trying to route traffic between 2 VLANs on this switch and am looking for the correct command(s) to do so. The PCs that are on the different VLANs will be connected directly to the switch ports on the switch. The switches are old so I haven’t found a lot of documentation.
I want to route traffic between VLAN 1 and VLAN 40. The only device connected to VLAN 40 is on port 44 so I have tagged that on both VLANs . Right now I can ping the interface for VLAN 40 and the device connected to port 44 (192.168.40.3) from the switch console.
I still can't ping 192.168.40.3 from a device on VLAN 1 with an IP of 192.168.2.100.
Here is the current running config (ip routing is already enabled). Any help would be appreciated.
Running configuration:
; J4904A Configuration Editor; Created on release #I.10.43
hostname "Switch6"
snmp-server contact "****"
snmp-server location "****"
time timezone -420
time daylight-time-rule Continental-US-and-Canada
interface 27
flow-control
exit
interface 28
flow-control
exit
interface 29
flow-control
exit
interface 30
flow-control
exit
interface 31
flow-control
exit
interface 32
flow-control
exit
interface 33
flow-control
exit
interface 34
flow-control
exit
interface 35
flow-control
exit
interface 47
no lacp
exit
interface 48
no lacp
exit
trunk 47-48 Trk1 Trunk
ip default-gateway 192.168.2.254
sntp server 192.168.2.2
ip routing
timesync sntp
sntp unicast
snmp-server community "public" Unrestricted
snmp-server community "***" Operator
snmp-server community "***" Operator Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-26,36-42,45-46,Trk1
ip address 192.168.2.10 255.255.255.0
tagged 44
no untagged 27-35,43
exit
vlan 20
name "iscsi"
untagged 27-35
exit
vlan 40
name "Cameras"
tagged 44
ip address 192.168.40.10 255.255.255.0
exit
stack join 001321769bc0
spanning-tree
spanning-tree Trk1 priority 4
password manager
IP Route Entries
Destination Gateway VLAN Type Sub-Type Metric Dist.
------------------ --------------- ---- --------- ---------- ---------- -----
127.0.0.0/8 reject static 0 250
127.0.0.1/32 lo0 connected 0 0
192.168.2.0/24 DEFAULT_VLAN 1 connected 0 0
192.168.40.0/24 Cameras 40 connected 0 0
No comments:
Post a Comment