Hello,
Having some issues and really could do with some answers from some smart
people.
Currently implementing a collapsed core network with a Dell N4032F as a
core and then 22 N3024P/N3048P as edge switches. Some are directly
connected to the core via 10GB fibre others are connected to each other via
the Te ports as trunks. Although the 3024's are router capable this is not
enabled, only router is the 4032.
I have put some of the trimmed configs for the 4032 and 3024 below.
I need answers to the following questions...
1. I have defined the vlans on the 4032 and turned on GVRP, IP Routing and
IP Routing-Multicast. I can see the GVRP (Dynamic VLANS) on the 3024's. Do
I need to enable gvrp on the Te trunking interfaces?
2. We have an Alcatel Voice switch with an address of 192.168.12.246. I
have this connected to one of the edge switches on a copper Gi port. I have
a static vlan for VoIP setup on this switch. What is the proper port config
for this?
3. We then have our PC's connected via the phones. Although the PC's are
leasing dhcp addresses ok, the phones are not getting their configs from
the phone switch (also a dhcp server for their voice vlan).I have tried a
config of ...
switchport mode general
switchport general pvid 10
switchport general allowed vlan add 10
switchport general allowed vlan add 900 tagged
voice vlan 900
voice vlan auth disable
But, since the VLANS are dynamic I can't do the statement "switchport
general pvid 10" I don't know why. Surely I can do all the vlan config on
the 4032? or is this the wrong approach.
I have a Cisco background but, having difficulties getting my head around
Dell Switch OS N3000_N2000v6.3.0.18. The 4032 is running 6.3.0.18. Oh and
they are all set with a Software Capability as ACCESS ROUTER.
Thank you for any help.
~~~~~~~~~~~~~~~~~~~~~~~
4032
!Current Configuration:
!System Description "Dell Networking N4032F, 6.3.0.18, Linux 3.7.10-
4ddb1406"
!System Software Version 6.3.0.18
!Cut-through mode is configured as disabled
!
configure
gvrp enable
vlan 10,50
exit
vlan 10
name "Data"
exit
vlan 50
name "Management"
vlan 900
name "VoIP Phones"
exit
hostname "N4032"
slot 1/0 3 ! Dell Networking N4032F
slot 1/1 6 ! Dell QSFP Card
sntp server 130.159.196.117
sntp server 130.159.196.118
stack
member 1 2 ! N4032F
exit
interface out-of-band
ip address 192.168.100.210 255.255.255.0 192.168.100.254
exit
ip routing
interface vlan 1
exit
interface vlan 10
ip address 10.100.254.254 255.0.0.0
ip pim
!
interface vlan 50
ip address 192.168.20.210 255.255.255.0
interface vlan 900
ip address 192.168.12.254 255.255.255.0
exit
!Static route to internet gateway (Gateway of last resort)
ip route 0.0.0.0 0.0.0.0 10.0.0.254 10
username *****removed*****
ip multicast-routing
ip pim dense-mode
!
interface Te1/0/1
description "Uplink to ..."
gvrp enable
switchport mode trunk
exit
!
! Te1-15 removed for brevity
!
interface Te1/0/16
description "Uplink to ... Internet gateway"
gvrp enable
switchport mode general
switchport general pvid 10
exit
!
interface Te1/0/17
description "Uplink to ..."
gvrp enable
switchport mode trunk
exit
!
interface Te1/0/18
description "Uplink to ..."
gvrp enable
switchport mode trunk
exit
!
interface Te1/0/19-24
description "Links to VSphere 6"
switchport mode general
~~~~~~~~~~~~~~~~~~~~~~~
3024
!Current Configuration:
!Software Capability "ACCESS ROUTER"
!Image File "N3000_N2000v6.3.0.18"
!System Description "Dell Networking N3024P, 6.3.0.18, Linux 3.6.5-
7dc37651"
!System Software Version 6.3.0.18
!
configure
gvrp enable
vlan 900
exit
vlan 900
name "VoIP phones"
exit
hostname "N3024"
slot 1/0 6 ! Dell Networking N3024P
stack
member 1 3 ! N3024P
exit
interface out-of-band
ip address 192.168.100.230 255.255.255.0 192.168.20.210
exit
interface vlan 1
exit
interface vlan 50
ip address 192.168.20.230 255.255.255.0
exit
interface vlan 900
ip address 192.168.12.254 255.255.255.0
exit
application install hiveagent start-on-boot
!
interface Gi1/0/1
switchport mode general
switchport general allowed vlan add 900 tagged
voice vlan 900
voice vlan auth disable
exit
!
!Interfaces 2-21 removed for brevity
!
interface Gi1/0/22
description "Uplink to Alcatel PBX"
switchport mode trunk
exit
!
!!Interfaces 23-24 removed for brevity
!
interface Te1/0/1
description "Uplink to ..."
gvrp enable
switchport mode trunk
exit
!
interface Te1/0/2
description "Uplink to ..."
gvrp enable
switchport mode trunk
exit
snmp-server engineid local ****************************
exit
~~~~~~~~~~~~~~~~~~~~~~~