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

Trunking between PC6248 stack and PC5324

$
0
0

The end goal of my project is to set up guest internet on PC5324 port g1 with a WAP on vlan 172 with no access to other vlans.  Other ports on the PC5324 will belong to vlan 11.  As the first step I created a trunk on PC6248 port 1/g7 and added vlan 11 and 172.  I created a trunk on PC5324 port g21 and added vlan 11 and 172.  I added PC5324 port g3 to vlan 11 and connected a laptop.  I added PC5324 port g1 to vlan 172.   Vlan 1 is the management interface (192.168.11.1 /24).  CAT5e connects PC6248 1/g7 to PC5324 g21.  The next hop for vlan 11 from the PC5324 is 192.168.11.254 (vlan 11 on PC6248 port 1/g7).  From the PC6248 I can ping 192.168.11.254 but not 192.168.11.1.  From the PC5324 I can ping 192.168.11.1 but not 192.168.11.254.  I tested the cable and ports as the source of the disconnect.  Can someone help me discover what I'm overlooking?  The config information is listed below for both devices.

PC5324 config...

console> enable

console# show vlan

Vlan       Name                   Ports                Type     Authorization
---- ----------------- --------------------------- ------------ -------------
 1           1              g(2,4-24),ch(1-8)         other       Required
 11         11                   g(3,21)            permanent     Required
172         172                  g(1,21)            permanent     Required

console# show run
interface ethernet g21
switchport mode trunk
exit
vlan database
vlan 11,172
exit
interface ethernet g3
switchport access vlan 11
exit
interface ethernet g21
switchport trunk allowed vlan add 11
exit
interface ethernet g1
switchport access vlan 172
exit
interface ethernet g21
switchport trunk allowed vlan add 172
exit
interface vlan 1
ip address 192.168.11.1 255.255.255.0
exit
ip default-gateway 192.168.11.254
console# ping 192.168.11.1
Pinging 192.168.11.1 with 56 bytes of data:

56 bytes from 192.168.11.1: icmp_seq=1. time=0 ms
56 bytes from 192.168.11.1: icmp_seq=2. time=0 ms
56 bytes from 192.168.11.1: icmp_seq=3. time=0 ms
56 bytes from 192.168.11.1: icmp_seq=4. time=0 ms

----192.168.11.1 PING Statistics----
4 packets transmitted, 4 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0

console# ping 192.168.11.254
Pinging 192.168.11.254 with 56 bytes of data:

PING: no reply from 192.168.11.254
PING: timeout
PING: no reply from 192.168.11.254
PING: timeout
PING: no reply from 192.168.11.254
PING: timeout
PING: no reply from 192.168.11.254
PING: timeout

----192.168.11.254 PING Statistics----
4 packets transmitted, 0 packets received, 100% packet loss

console#

 

PC6248 config...

User:admin
Password:******
datacenter-sw01>enable

datacenter-sw01#show interfaces switchport ethernet 1/g7

Port: 1/g7
VLAN Membership mode:Trunk Mode

Operating parameters:
PVID: 1
Ingress Filtering: Enabled
Acceptable Frame Type: VLAN Only
Default Priority: 0
GVRP status:Disabled
Protected:Disabled

Port 1/g7 is member in:

VLAN    Name                              Egress rule   Type
----    --------------------------------- -----------   --------
11      LAB                               Tagged        Static
172     Guest_Internet                    Tagged        Static

Static configuration:
PVID: 1
Ingress Filtering: Enabled
Acceptable Frame Type: VLAN Only
--More-- or (q)uit

Port 1/g7 is statically configured to:

VLAN    Name                              Egress rule
----    --------------------------------- -----------
11      LAB                               Tagged
172     Guest_Internet                    Tagged

Forbidden VLANS:
VLAN    Name
----    ---------------------------------

datacenter-sw01#ping 192.168.11.254
Pinging 192.168.11.254 with 64 bytes of data:
64 bytes from 192.168.11.254: icmp_seq = 0. time < 10ms
64 bytes from 192.168.11.254: icmp_seq = 1. time < 10ms
64 bytes from 192.168.11.254: icmp_seq = 2. time < 10ms
64 bytes from 192.168.11.254: icmp_seq = 3. time < 10ms

----192.168.11.254 PING Statistics----
4 packets transmitted,4 packets received,0% packet loss
round-trip (ms) min/avg/max = 0/0/0

 

datacenter-sw01#ping 192.168.11.1
Pinging 192.168.11.1 with 64 bytes of data:

----192.168.11.1 PING Statistics----
4 packets transmitted,0 packets received,100% packet loss
round-trip (ms) min/avg/max = 0/NaN/0

 

datacenter-sw01#

 


Viewing all articles
Browse latest Browse all 2954

Trending Articles



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