Thanks for the suggestion. I removed the vlan association.
I ended up working with our ISP and found out the information was not correct. There was no 192.168.255.0/30 or route. Not sure why that was on the original document as they provided no explanation (prob due to ISP buys ISP who busy ISP). Other than removing the vlan association nothing else was changed, and of course after finally getting someone on the phone that could assist it started working. I was sure I tested without the vlan association before, and only added it after not getting anywhere.
kwood12
3 Posts
0
September 27th, 2018 12:00
Thanks so much for the reply. Here is the running config.
!Current Configuration:
!System Description "Dell Networking N2048P, 6.3.2.3, Linux 3.6.5-e788596a"
!System Software Version 6.3.2.3
!
configure
vlan 100
exit
vlan 100
name "VLAN100"
vlan association subnet 192.168.5.0 255.255.255.0
exit
slot 1/0 9 ! Dell Networking N2048P
stack
member 1 9 ! N2048P
exit
logging buffered debugging
interface vlan 1
ip address 192.168.6.3 255.255.255.0
bandwidth 10000
exit
interface vlan 100
exit
monitor session 1 destination interface Gi1/0/17
monitor session 1 source interface Gi1/0/24
ip ssh server
application install SupportAssist auto-restart start-on-boot
application install hiveagent start-on-boot
!
interface Gi1/0/21
switchport general ingress-filtering disable
exit
!
interface Gi1/0/23
switchport general ingress-filtering disable
exit
!
interface Gi1/0/24
speed 100
flowcontrol receive off
description "Level3"
switchport mode general
switchport general allowed vlan add 100 tagged
exit
!
interface Gi1/0/48
flowcontrol receive off
switchport mode general
switchport general allowed vlan add 100 tagged
exit
snmp-server engineid local 800002a203e4f004d9cb22
exit
kwood12
3 Posts
0
October 3rd, 2018 12:00
Thanks for the suggestion. I removed the vlan association.
I ended up working with our ISP and found out the information was not correct. There was no 192.168.255.0/30 or route. Not sure why that was on the original document as they provided no explanation (prob due to ISP buys ISP who busy ISP). Other than removing the vlan association nothing else was changed, and of course after finally getting someone on the phone that could assist it started working. I was sure I tested without the vlan association before, and only added it after not getting anywhere.
Anyways all is working now. Thanks.