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

Connect N3024 to Cisco router via vLan

$
0
0

Hi,

I have a Dell N3024 switch and I need it to talk to a Cisco router (provided by 3rd party to act as the gateway to a dedicated leased line) over vLan 192.

The Dell N3024 has an EQL unit attached and it needs to replicate with another site. The leased line is in place to handle this traffic and there is one of these 3rd party Cisco routers at either end. So it goes something like this:

EQL <--> N3024 <--> Cisco at Site A <--> leased line outside <--> Cisco at Site B <--> N3024 <--> EQL
(I hope that makes sense)

Trouble is, the Cisco router cannot see the EQL unit at all. I have spoken to the 3rd party and they say they cannot see anything in the ARP table for that device.


Config (all I have) from the 3rd party on the Cisco router interface in question is:

sho run int gi0/1.192
Building configuration...

Current configuration : 152 bytes
!
interface GigabitEthernet0/1.192
description ***
encapsulation dot1Q 192
ip address 192.168.2.100 255.255.255.0
end


So they have set dot1q encapsulation. I am not sure how to set this on the Dell...with Cisco it seems easy but as far as I can see I have to set the switchport mode to 'general' and then add the vLan to it:

switchport general allowed vlan add 192

..which puts it into dot1q compliance - is that right?

The config off the Dell switch is:

!Current Configuration:
!System Description "Dell Networking N3024, 6.0.1.3, Linux 3.6.5-320b2282"
!System Software Version 6.0.1.3
!
configure
vlan 2-3,5,8-15,100,192
exit
hostname "***"
slot 1/0 1 ! Dell Networking N3024
stack
member 1 1 ! N3024
exit
ip routing
ip route 10.149.2.0 255.255.255.0 10.149.2.20
ip route 10.149.3.0 255.255.255.0 10.149.3.20
ip route 10.149.12.0 255.255.255.0 10.149.12.22
ip route 10.149.13.0 255.255.255.0 10.149.13.22
ip route 10.149.14.0 255.255.255.0 10.149.14.22
ip route 10.149.15.0 255.255.255.0 10.149.15.22
ip route 10.149.0.0 255.255.255.0 10.149.0.20
ip route 0.0.0.0 0.0.0.0 10.0.0.250
interface vlan 1
ip address 10.0.0.101 255.255.255.0
exit
interface vlan 2
ip address 10.149.2.21 255.255.255.0
exit
interface vlan 3
ip address 10.149.3.21 255.255.255.0
exit
interface vlan 5
ip address 10.149.5.21 255.255.255.0
exit
interface vlan 8
ip address 10.149.8.21 255.255.255.0
exit
interface vlan 9
ip address 10.149.9.21 255.255.255.0
exit
interface vlan 10
ip address 10.149.10.21 255.255.255.0
exit
interface vlan 11
ip address 10.149.11.21 255.255.255.0
exit
interface vlan 12
ip address 10.149.12.21 255.255.255.0
exit
interface vlan 13
ip address 10.149.13.21 255.255.255.0
exit
interface vlan 14
ip address 10.149.14.21 255.255.255.0
exit
interface vlan 15
ip address 10.149.15.21 255.255.255.0
exit
interface vlan 100
ip address 10.149.0.21 255.255.255.0
exit
interface vlan 192
ip address 192.168.10.2 255.255.255.0
exit
username "***" password *** privilege 1 encrypted
username "***" password *** privilege 15 encrypted
!
interface Gi1/0/1
spanning-tree portfast
exit
!
interface Gi1/0/2
spanning-tree portfast
exit
!
interface Gi1/0/3
spanning-tree portfast
exit
!
interface Gi1/0/4
spanning-tree portfast
exit
!
interface Gi1/0/5
spanning-tree portfast
exit
!
interface Gi1/0/6
spanning-tree portfast
exit
!
interface Gi1/0/7
spanning-tree portfast
exit
!
interface Gi1/0/8
spanning-tree portfast
exit
!
interface Gi1/0/9
spanning-tree portfast
exit
!
interface Gi1/0/10
spanning-tree portfast
exit
!
interface Gi1/0/11
spanning-tree portfast
switchport access vlan 192
exit
!
interface Gi1/0/12
spanning-tree portfast
switchport access vlan 192
exit
!
interface Gi1/0/13
spanning-tree portfast
switchport access vlan 192
exit
!
interface Gi1/0/14
spanning-tree portfast
switchport access vlan 192
exit
!
interface Gi1/0/15
spanning-tree portfast
switchport access vlan 192
exit
!
interface Gi1/0/16
spanning-tree portfast
switchport access vlan 192
exit
!
interface Gi1/0/17
spanning-tree portfast
switchport access vlan 192
exit
!
interface Gi1/0/18
spanning-tree portfast
switchport access vlan 192
exit
!
interface Gi1/0/19
spanning-tree portfast
switchport access vlan 192
exit
!
interface Gi1/0/20
spanning-tree portfast
switchport access vlan 192
exit
!
interface Gi1/0/21
spanning-tree portfast
switchport access vlan 192
exit
!
interface Gi1/0/22
spanning-tree portfast
switchport access vlan 192
exit
!
interface Gi1/0/23
spanning-tree portfast
switchport mode trunk
exit
!
interface Gi1/0/24
spanning-tree portfast
switchport mode trunk
exit
snmp-server engineid local 800002a203f8b1563e0381
enable password *** encrypted
exit

The 10.149.x.x ranges and vLans are all working OK, and are not all used anyway. I have only included them for the sake of completeness.

The 'ip route' command - ip route 0.0.0.0 0.0.0.0 10.0.0.250 - would that mess up vLan 192 communications?
Should I have an IP assigned to vLan 192?
The IP of the Cisco router is 192.168.10.100 - should I set that as a gateway somewhere?

I am sure there are other things wrong with that config, but right now I just want to know and understand why it won't talk to the Cisco.

Can anyone help? Please?? This is doing my head in...

Thank you


Duncan


Viewing all articles
Browse latest Browse all 2954

Trending Articles



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