Quantcast
Channel: PowerConnect Forum - Recent Threads
Viewing all articles
Browse latest Browse all 2954

Very Simple Config on a 6248

$
0
0

I have the need to have 3 VLANs

3 VLANs can't talk to each other.

VLANs should be able to get to the internet

My gateway is a standard Linksys type of router with the IP of 192.168.1.1

My Switches IP is 192.168.1.7 (as shown in the below config)

I am not sure what to do next... 

TestSwitch#show running-config
!Current Configuration:
!System Description "PowerConnect 6248P, 3.3.3.3, VxWorks 6.5"
!System Software Version 3.3.3.3
!Cut-through mode is configured as disabled
!
configure
vlan database
vlan 20,30,40
vlan routing 20 1
vlan routing 30 2
vlan routing 40 3
exit
hostname "TestSwitch"
stack
member 2 5
exit
ip address 192.168.1.7 255.255.255.0
ip default-gateway 192.168.1.1
ip helper-address 192.168.1.1 dhcp
interface vlan 20
name "Private"


routing
ip address 10.11.12.10 255.255.255.0
exit
interface vlan 30
name "Public"
routing
ip address 10.11.13.10 255.255.255.0
exit
interface vlan 40
name "Training Center"
routing
ip address 10.11.11.10 255.255.255.0
exit

!
interface ethernet 2/g3
switchport access vlan 20
exit
!
interface ethernet 2/g4
switchport access vlan 40
exit
!
interface ethernet 2/g5
switchport access vlan 20
exit
!
interface ethernet 2/g6
switchport access vlan 20


exit
!
interface ethernet 2/g7
switchport access vlan 20
exit
!
interface ethernet 2/g8
switchport access vlan 20
exit
!
interface ethernet 2/g9
switchport access vlan 20
exit
exit


Viewing all articles
Browse latest Browse all 2954

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>