In French :
Salut,
J'ai mon site principal (6850) où le vlan "data" est le VLAN 100 (192.168.0.0 /24). J'ai un site distant (6400) dont le vlan data est le VLAN 120 (192.168.210.0/24).
Les deux vlan communiquent.
Les deux sites sont reliés par des antennes :
- 172.16.23.2 sur le site principal
-172.16.23.1 sur le site distant
J'ai besoin de mettre un équipement sur le site principal, qui possedera une adresse de la plage du site distant.
Pour cela, j'ai créé sur mon switch du principal le vlan 120 en faisant :
vlan 120
vlan 120 name "Mon VLAN"
ip interface "Mon VLAN" address 192.168.210.254 mask 255.255.255.0 vlan 120
vlan 120 port default 1/43
Lorsque je connecte un équipement dans le vlan 120 sur mon site principal, les équipements de mon site distants deviennent injoignables.
D'où peut venir le soucis ?
Voici les tables de routages des équipements :
site principal :
Dest Address Subnet Mask Gateway Addr Age Protocol
------------------+-----------------+-----------------+---------+-----------
0.0.0.0 0.0.0.0 192.168.100.10 67d 0h NETMGMT
10.128.0.0 255.255.255.0 10.128.0.254 67d 0h LOCAL
10.128.1.0 255.255.255.0 10.128.1.254 67d 0h LOCAL
10.128.2.0 255.255.255.0 10.128.2.254 67d 0h LOCAL
10.128.201.0 255.255.255.0 172.16.22.2 67d 0h NETMGMT
10.128.202.0 255.255.255.0 172.16.22.2 67d 0h NETMGMT
10.128.210.0 255.255.255.0 172.16.23.2 67d 0h NETMGMT
10.128.211.0 255.255.255.0 172.16.23.2 67d 0h NETMGMT
10.128.220.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
10.128.221.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
127.0.0.1 255.255.255.255 127.0.0.1 67d 0h LOCAL
172.16.1.0 255.255.255.0 172.16.1.2 67d 0h LOCAL
172.16.2.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
172.16.3.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
172.16.4.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
172.16.22.0 255.255.255.0 172.16.22.1 67d 0h LOCAL
172.16.23.0 255.255.255.0 172.16.23.1 67d 0h LOCAL
192.168.0.0 255.255.128.0 192.168.0.254 67d 0h LOCAL
192.168.128.0 255.255.255.0 192.168.128.254 67d 0h LOCAL
192.168.129.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
192.168.130.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
192.168.131.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
192.168.200.0 255.255.255.0 172.16.22.2 67d 0h NETMGMT
192.168.210.0 255.255.255.0 172.16.23.2 67d 0h NETMGMT
192.168.220.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
Et celle du distant :
Dest Address Subnet Mask Gateway Addr Age Protocol
------------------+-----------------+-----------------+---------+-----------
10.128.0.0 255.255.255.0 172.16.23.1 1d22h NETMGMT
10.128.1.0 255.255.255.0 172.16.23.1 1d22h NETMGMT
10.128.2.0 255.255.255.0 172.16.23.1 1d22h NETMGMT
10.128.201.0 255.255.255.0 172.16.23.1 1d22h NETMGMT
10.128.202.0 255.255.255.0 172.16.23.1 1d22h NETMGMT
10.128.210.0 255.255.255.0 10.128.210.254 233d 0h LOCAL
10.128.221.0 255.255.255.0 172.16.3.1 173d22h NETMGMT
127.0.0.1 255.255.255.255 127.0.0.1 233d 0h LOCAL
172.16.1.0 255.255.255.0 172.16.3.1 233d 0h NETMGMT
172.16.2.0 255.255.255.0 172.16.3.1 233d 0h NETMGMT
172.16.3.0 255.255.255.0 172.16.3.2 233d 0h LOCAL
172.16.4.0 255.255.255.0 172.16.3.1 233d 0h NETMGMT
172.16.23.0 255.255.255.0 172.16.23.2 1d22h LOCAL
192.168.0.0 255.255.128.0 172.16.23.1 1d22h NETMGMT
192.168.128.0 255.255.255.0 172.16.3.1 233d 0h NETMGMT
192.168.129.0 255.255.255.0 172.16.3.1 233d 0h NETMGMT
192.168.130.0 255.255.255.0 192.168.130.254 174d 3h LOCAL
192.168.131.0 255.255.255.0 172.16.3.1 233d 0h NETMGMT
192.168.200.0 255.255.255.0 172.16.23.1 1d22h NETMGMT
192.168.210.0 255.255.255.0 192.168.210.254 233d 0h LOCAL
192.168.220.0 255.255.255.0 172.16.3.1 233d 0h NETMGMT
Et les vlans :
ip interface "DATA-M" address 192.168.0.254 mask 255.255.128.0 vlan 100 ifindex 1
ip interface "PABX-M" address 10.128.0.254 mask 255.255.255.0 vlan 200 ifindex 2
ip interface "IPPhone-M" address 10.128.1.254 mask 255.255.255.0 vlan 300 ifindex 3
ip interface "DECT-M" address 10.128.2.254 mask 255.255.255.0 vlan 400 ifindex 4
ip interface "Admin-M" address 192.168.128.254 mask 255.255.255.0 vlan 500 ifindex 5
ip interface "InterCo-M" address 172.16.1.2 mask 255.255.255.0 vlan 600 ifindex 6
ip interface "InterCo-wifi-H" address 172.16.23.1 mask 255.255.255.0 vlan 621 ifindex 7
ip interface "InterCo-wifi-P" address 172.16.22.1 mask 255.255.255.0 vlan 611 ifindex 8
ip interface "vlan H" address 192.168.210.254 mask 255.255.255.0 vlan 120 ifindex 10
Site distant - 192.168.130.254
ip interface dhcp-client vlan 1 ifindex 1
ip interface "Admin-H" address 192.168.130.254 mask 255.255.255.0 vlan 520 ifindex 2
ip interface "DATA- H " address 192.168.210.254 mask 255.255.255.0 vlan 120 ifindex 3
ip interface "IPPhone- H " address 10.128.210.254 mask 255.255.255.0 vlan 320 ifindex 4
ip interface "DECT- H " address 10.128.211.254 mask 255.255.255.0 vlan 420 ifindex 5
ip interface "InterCo- H " address 172.16.3.2 mask 255.255.255.0 vlan 620 ifindex 6
ip interface "InterCo-wifi-H" address 172.16.23.2 mask 255.255.255.0 vlan 621 ifindex 7
Sorry for bad traduction :
hello,
I have my main site (6850) where the vlan "data" is the VLAN 100 (192.168.0.0 / 24). I have a remote site (6400) whose data is vlan 120 VLAN (192.168.210.0/24).
Both vlan communicate.
Both sites are connected in wireless :
- 172.16.23.2 on the main site
-172.16.23.1 The remote site
I need to put a device on the main site, which will have an address in the range of the remote site.
For this, I created on my main switch of the vlan 120 by:
vlan 120
vlan 120 name "My VLAN"
ip interface "My VLAN" address 192.168.210.254 mask 255.255.255.0 vlan 120
vlan 120 port default 1/43
When I connect a device in the vlan 120 on my main site, the equipment of my remote site become unreachable.
What might be the trouble?
Here are the routing tables of equipment:
main site :
Dest Address Subnet Mask Gateway Addr Age Protocol
------------------+-----------------+-----------------+---------+-----------
0.0.0.0 0.0.0.0 192.168.100.10 67d 0h NETMGMT
10.128.0.0 255.255.255.0 10.128.0.254 67d 0h LOCAL
10.128.1.0 255.255.255.0 10.128.1.254 67d 0h LOCAL
10.128.2.0 255.255.255.0 10.128.2.254 67d 0h LOCAL
10.128.201.0 255.255.255.0 172.16.22.2 67d 0h NETMGMT
10.128.202.0 255.255.255.0 172.16.22.2 67d 0h NETMGMT
10.128.210.0 255.255.255.0 172.16.23.2 67d 0h NETMGMT
10.128.211.0 255.255.255.0 172.16.23.2 67d 0h NETMGMT
10.128.220.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
10.128.221.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
127.0.0.1 255.255.255.255 127.0.0.1 67d 0h LOCAL
172.16.1.0 255.255.255.0 172.16.1.2 67d 0h LOCAL
172.16.2.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
172.16.3.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
172.16.4.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
172.16.22.0 255.255.255.0 172.16.22.1 67d 0h LOCAL
172.16.23.0 255.255.255.0 172.16.23.1 67d 0h LOCAL
192.168.0.0 255.255.128.0 192.168.0.254 67d 0h LOCAL
192.168.128.0 255.255.255.0 192.168.128.254 67d 0h LOCAL
192.168.129.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
192.168.130.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
192.168.131.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
192.168.200.0 255.255.255.0 172.16.22.2 67d 0h NETMGMT
192.168.210.0 255.255.255.0 172.16.23.2 67d 0h NETMGMT
192.168.220.0 255.255.255.0 172.16.1.1 67d 0h NETMGMT
remote site :
Dest Address Subnet Mask Gateway Addr Age Protocol
------------------+-----------------+-----------------+---------+-----------
10.128.0.0 255.255.255.0 172.16.23.1 1d22h NETMGMT
10.128.1.0 255.255.255.0 172.16.23.1 1d22h NETMGMT
10.128.2.0 255.255.255.0 172.16.23.1 1d22h NETMGMT
10.128.201.0 255.255.255.0 172.16.23.1 1d22h NETMGMT
10.128.202.0 255.255.255.0 172.16.23.1 1d22h NETMGMT
10.128.210.0 255.255.255.0 10.128.210.254 233d 0h LOCAL
10.128.221.0 255.255.255.0 172.16.3.1 173d22h NETMGMT
127.0.0.1 255.255.255.255 127.0.0.1 233d 0h LOCAL
172.16.1.0 255.255.255.0 172.16.3.1 233d 0h NETMGMT
172.16.2.0 255.255.255.0 172.16.3.1 233d 0h NETMGMT
172.16.3.0 255.255.255.0 172.16.3.2 233d 0h LOCAL
172.16.4.0 255.255.255.0 172.16.3.1 233d 0h NETMGMT
172.16.23.0 255.255.255.0 172.16.23.2 1d22h LOCAL
192.168.0.0 255.255.128.0 172.16.23.1 1d22h NETMGMT
192.168.128.0 255.255.255.0 172.16.3.1 233d 0h NETMGMT
192.168.129.0 255.255.255.0 172.16.3.1 233d 0h NETMGMT
192.168.130.0 255.255.255.0 192.168.130.254 174d 3h LOCAL
192.168.131.0 255.255.255.0 172.16.3.1 233d 0h NETMGMT
192.168.200.0 255.255.255.0 172.16.23.1 1d22h NETMGMT
192.168.210.0 255.255.255.0 192.168.210.254 233d 0h LOCAL
192.168.220.0 255.255.255.0 172.16.3.1 233d 0h NETMGMT
Et les vlans :
Main site - 192.168.128.254
ip interface "DATA-M" address 192.168.0.254 mask 255.255.128.0 vlan 100 ifindex 1
ip interface "PABX-M" address 10.128.0.254 mask 255.255.255.0 vlan 200 ifindex 2
ip interface "IPPhone-M" address 10.128.1.254 mask 255.255.255.0 vlan 300 ifindex 3
ip interface "DECT-M" address 10.128.2.254 mask 255.255.255.0 vlan 400 ifindex 4
ip interface "Admin-M" address 192.168.128.254 mask 255.255.255.0 vlan 500 ifindex 5
ip interface "InterCo-M" address 172.16.1.2 mask 255.255.255.0 vlan 600 ifindex 6
ip interface "InterCo-wifi-H" address 172.16.23.1 mask 255.255.255.0 vlan 621 ifindex 7
ip interface "InterCo-wifi-P" address 172.16.22.1 mask 255.255.255.0 vlan 611 ifindex 8
ip interface "vlan H" address 192.168.210.254 mask 255.255.255.0 vlan 120 ifindex 10
Remote site - 192.168.130.254
ip interface dhcp-client vlan 1 ifindex 1
ip interface "Admin-H" address 192.168.130.254 mask 255.255.255.0 vlan 520 ifindex 2
ip interface "DATA- H " address 192.168.210.254 mask 255.255.255.0 vlan 120 ifindex 3
ip interface "IPPhone- H " address 10.128.210.254 mask 255.255.255.0 vlan 320 ifindex 4
ip interface "DECT- H " address 10.128.211.254 mask 255.255.255.0 vlan 420 ifindex 5
ip interface "InterCo- H " address 172.16.3.2 mask 255.255.255.0 vlan 620 ifindex 6
ip interface "InterCo-wifi-H" address 172.16.23.2 mask 255.255.255.0 vlan 621 ifindex 7
Thanks for your help.
VLAN 6850 & 6400
-
one6f
Re: VLAN 6850 & 6400
Post by one6f »
Avoid duplicate IP addresses:
Main site - 192.168.128.254
..................
ip interface "vlan H" address 192.168.210.254 mask 255.255.255.0 vlan 120 ifindex 10
Remote site - 192.168.130.254
.................
ip interface "DATA- H " address 192.168.210.254 mask 255.255.255.0 vlan 120 ifindex 3
.................
Main site - 192.168.128.254
..................
ip interface "vlan H" address 192.168.210.254 mask 255.255.255.0 vlan 120 ifindex 10
Remote site - 192.168.130.254
.................
ip interface "DATA- H " address 192.168.210.254 mask 255.255.255.0 vlan 120 ifindex 3
.................
Return to “OmniSwitch 6850 / 6850E”
Jump to
- General topics
- ↳ Talk to the admins
- ↳ GENERAL
- ↳ Outside World
- ↳ PARTS
- ↳ Pre-Sales
- ↳ JOBS
- ↳ Remote assistance contracts
- ↳ Actis
- ↳ Equipement Pictures
- ↳ OT/OXE/OXO FEATURES REQUESTS
- ↳ Lucent Technologies
- IF YOU ARE NOT TECHNICALLY TRAINED ON THOSE PBX, PLEASE POST IN ONE OF THOSE FORUMS
- ↳ Beginner's questions about the Crystal Hardware
- ↳ Beginner's questions about the Common Hardware
- ↳ Beginner's questions about the (4400 / Enterprise) PHONE APPLICATION or OPERATING SYSTEM
- ↳ Beginner's questions about the OmniPCX OFFICE
- VOICE - Documentation
- ↳ OXE (Crystal / Common) - System Documentation
- ↳ 4760
- ↳ OXO - System Documentation
- ↳ Documentation
- VOICE - OXE (OmniPCX Enterprise)
- ↳ Shelf
- ↳ Media Gateway
- ↳ PWT/DECT System
- ↳ System
- ↳ Translator
- ↳ Classes of Services
- ↳ Attendant
- ↳ Users
- ↳ Users by profile
- ↳ Set Profile
- ↳ Groups
- ↳ Speed Dialing
- ↳ Phone Book
- ↳ Entities
- ↳ Trunk Groups
- ↳ External Services
- ↳ Inter-Node Links
- ↳ X25
- ↳ Data
- ↳ Application
- ↳ Specific Telephone Services
- ↳ ATM
- ↳ Event Routing Discriminator
- ↳ Security and Access Control
- ↳ IP
- ↳ SIP
- ↳ DHCP Configuration
- ↳ Alcatel-Lucent Series 8&9
- ↳ SIP Extension
- ↳ Encryption
- ↳ Passive Communication Server
- ↳ SNMP Configuration
- VOICE - OXE - Common topics
- ↳ MAIN
- ↳ ACTIS
- ↳ Asterisk
- ↳ Boards
- ↳ Bugs & Security issues
- ↳ Equipment Pictures
- ↳ Feature Request
- ↳ H323 / Sip
- ↳ IP / VoIP
- ↳ IP SECURITY / ENCRYPTION (Thales)
- ↳ ipTouch (40x8) issues and tricks
- ↳ Linux tricks
- ↳ MOH
- ↳ ON SITE TROUBLES
- ↳ Phones
- ↳ Sipfoundry
- ↳ Software Loading
- ↳ Swinst
- ↳ System Hacking
- ↳ Traces
- ↳ Usefull commands
- ↳ Voice Guides
- ↳ Wireless configuration and sets
- VOICE - OpenTouch
- ↳ MAIN
- ↳ OTEC - OpenTouch Enterprise Cloud
- ↳ OTBE - OpenTouch Business Edition
- ↳ OTMS - OpenTouch Multimedia Services
- ↳ OTSBC - OpenTouch Session Border Controller
- ↳ OTNS - OpenTouch Notification Service
- ↳ OTMC - OpenTouch Message Center
- ↳ OTFC - OpenTouch Fax Center
- ↳ OpenTouch Conversation
- ↳ Smart Guest Applications
- VOICE - BiCS
- ↳ MAIN
- VOICE - OXO
- ↳ MAIN
- ↳ Configuration
- ↳ 42xx Systems
- ↳ Networking
- ↳ H323 / IP / Pimphony
- ↳ Internet and related
- ↳ Applications
- ↳ Hotel mode
- ↳ DECT
- ↳ Hardware
- VOICE - Omni Suite
- ↳ OmniTouch 8400 Instant Communication Suite
- ↳ OmniTouch 8410 Instant Communication Web Services
- ↳ OmniTouch 8440 Messaging Software
- ↳ OmniTouch 8450 Fax Software
- ↳ OmniTouch 8460 Advanced Communication Server
- ↳ OmniTouch 8464 Meet-me Audio Conference Bridge
- ↳ OmniTouch 8660 My Teamwork Conferencing and Collaboration
- ↳ OmniTouch 8670 Automated Message Delivery System
- ↳ OmniTouch Contact Center Standard Edition
- ↳ OmniTouch Contact Center Premium Edition
- VOICE - Applications
- ↳ AECS - Alcatel Extended Communication Server
- ↳ Alcatel OpenTouch Customer Service
- ↳ Aviso
- ↳ Call Center SoftPanel (ALU ProServices)
- ↳ CCD / CCS / CCIVR
- ↳ Free Desktop
- ↳ GENESYS
- ↳ Hotel / Hospital
- ↳ Ip Desktop Softphone
- ↳ IpTouch Phones XML Applications
- ↳ MSAD
- ↳ MyIC (My Instant Communicator)
- ↳ My Messaging / IMAP
- ↳ My Teamwork (ex-eDial)
- ↳ OmniPCX Record
- ↳ OmniVista 4760
- ↳ OmniVista 8770
- ↳ OTUC
- ↳ PREMIUM / GCE
- ↳ Rainbow
- ↳ Ubiquity
- ↳ ENS - Emergency Notification Server
- ↳ VNA - Visual Notification Assistant
- ↳ VAA - Visual Auto Attendant
- ↳ VitalSuite
- ↳ VitalQIP
- ↳ Voicemail (46x5)
- ↳ XML Presentation Server & TAPI Server
- ↳ 4980 - WebSoftPhone
- ↳ 4625 Interactive Voice Response
- VOICE - Third Party Applications
- ↳ AGITO NETWORKS
- ↳ AUDIOCODES
- ↳ ASTERISK
- ↳ AVST
- ↳ CDR Real time on Ethernet
- ↳ CISCO
- ↳ NGINX
- ↳ NICE
- ↳ Notification Systems
- ↳ OAK
- ↳ SOURCE TECH
- ↳ systel
- ↳ IP Touch apps
- ↳ Click2Dial
- ↳ MYIC apps
- Voice - Virtualization
- ↳ AWS
- ↳ HyperV
- ↳ Linux KVM
- ↳ Proxmox
- ↳ VmWare
- ↳ Other
- Alcatel Unleashed tools, documentations, and misc files...
- ↳ GitHub Script Repository
- ↳ "Home Made" documentations
- ↳ Alcatel Misc Documentation
- ↳ OFFICIAL TC's
- ↳ DIALER
- ↳ infocollect
- ↳ ipview analyzer
- ↳ motview
- ↳ sngrep
- ↳ VM_BACKUP
- ↳ Other Alcatel-Lucent tools
- Developer's corner
- ↳ AHL / OHL
- ↳ Alarming, Notification & Location
- ↳ CCTI / CCA
- ↳ CSTA
- ↳ My IC Phone
- ↳ My IP Touch Service for Enterprise
- ↳ O2G
- ↳ OmniVista 8770 User Provisioning
- ↳ SIP
- ↳ TAPI
- ↳ TSAPI
- ↳ Web Services
- Alcatel Data Equipment
- ↳ Security
- ↳ OmniAccess 3500 Nonstop Laptop Guardian
- ↳ Mobility
- ↳ OmniAccess WLAN Switching Systems
- ↳ OmniAccess WLAN 4302
- ↳ OmniAccess Wireless Access Points 41
- ↳ OmniAccess Wireless Access Points 65
- ↳ OmniAccess Wireless Access Points 60/61/70
- ↳ OmniAccess Wireless Access Points 80M
- ↳ Mobile IP Phones
- ↳ OmniAccess Devices
- ↳ OmniAccess 5780
- ↳ OmniAccess 5740
- ↳ OmniAccess 5510
- ↳ Network Management
- ↳ Omnivista
- ↳ Omnivista Mobility Manager
- DATA - Documentation
- ↳ Technical papers
- ↳ Troubleshooting guides
- DATA - Lan Switching
- ↳ OmniSwitch 10k
- ↳ OmniSwitch 9900
- ↳ OmniSwitch 9000 / 9000E
- ↳ OmniSwitch 6900
- ↳ OmniSwitch 6865
- ↳ OmniSwitch 6870
- ↳ OmniSwitch 6860 / 6860E
- ↳ OmniSwitch 6855
- ↳ OmniSwitch 6850 / 6850E
- ↳ OmniSwitch 6560 / 6570M
- ↳ OmniSwitch 6465
- ↳ OmniSwitch 6450
- ↳ OmniSwitch 6400
- ↳ OmniSwitch 6360
- ↳ OmniSwitch 6350
- ↳ OmniSwitch 6250
- ↳ OmniSwitch 2220
- ↳ OmniSwitch 2260 / 2360
- ↳ Legacy Devices (OS4024, XOS, OmniCore)
- ↳ OmniSwitch 6600 / 7000 / 8800
- ↳ OmniSwitch 6800
- ↳ OmniStack LS 6200
- ↳ Misc
- DATA - WLAN, Mobility and WAN
- ↳ OmniAccess WLAN Switching Systems (OEM)
- ↳ OmniAccess Wireless Access Points
- ↳ Mobile IPTouch Phones (MIPT)
- ↳ OmniAccess Stellar Express
- ↳ OmniAccess Stellar Enterprise
- ↳ OmniAccess 3500 Nonstop Laptop Guardian
- ↳ Brick VPN Firewall
- ↳ OmniAccess 5740/5780
- ↳ OmniAccess ESR 5720
- ↳ OmniAccess 5510
- DATA - Network Management
- ↳ OmniVIsta 3600 Air Manager
- ↳ OmniVista 2500 v4.x
- ↳ OmniVista 2500 v3.5
- ↳ OmniVista 2500/2700 v3.4 and older
- ↳ OmniVista Cirrus
- ↳ Alcatel Quarantine Manager
- ↳ Fortigate Security
- DATA - Service Provider
- ↳ 5520 ASAM
- ↳ 5620 SAM
- ↳ 5650 CPAM
- ↳ 5670 RAM
- ↳ 5750 SSC
- ↳ 7210 SAS
- ↳ 7360 ISAM
- ↳ 7450 ESS
- ↳ 7450 Ethernet Service Switch
- ↳ 7750 Service Router
- ↳ 7705 SAR
- ↳ 7750 SR
