I'm sure you guys get this all the time...
I'm a Cisco guy and am having trouble resolving in my brain how to configure trunk ports between two OS 7000s and ultimately, add a Cisco 2960 to the mix.
I think I understand what the commands are but want to run it by the 'board' for a blessing...
I have two OmniSwitches connected for redundancy from 1/1 to 1/1 amd 2/1 to 2/1
I have several VLANs 1 (default), 3,4,5,6,7,20
Right now all the traffic passes properly between switches. What I need to do now is to add a new VLAN, 25, and allow it to pass across the trunk. The commands I THINK I need to enter are:
On SW1
vlan 25 enable name "u-25" (create VLAN 25)
vlan 25 port default 7/1 (Assign Access Port)
vlan 25 802.1q 1/1 "u-25" (Allow trunk port to pass VLAN 25 tagged)
vlan 25 802.1q 2/1 "u-25" (Allow trunk port to pass VLAN 25 tagged)
bridge 25 protocol 1w (Configures Bridge protocol for that VLAN)
bridge 25 priority 1 (Configures Bridge protocol priority for that VLAN)
On SW2
vlan 25 enable name "u-25" (create VLAN 25)
vlan 25 port default 7/1 (Assign Access Port)
vlan 25 802.1q 1/1 "u-25" (Allow trunk port to pass VLAN 25 tagged)
vlan 25 802.1q 2/1 "u-25" (Allow trunk port to pass VLAN 25 tagged)
bridge 25 protocol 1w (Configures Bridge protocol for that VLAN)
bridge 25 priority 2 (Configures Bridge protocol priority for that VLAN)
Now here is where I get fuzzy....how do I make a port a trunk port for connection to a Cisco...do I just assign 802.1q config to it? So if I wanted port 3/1 to be a trunk I would enter this:
vlan 3 802.1q 3/1 "u-3"
vlan 4 802.1q 3/1 "u-4"
vlan 5 802.1q 3/1 "u-5"
vlan 6 802.1q 3/1 "u-6"
vlan 7 802.1q 3/1 "u-7"
vlan 20 802.1q 3/1 "u-20"
vlan 25 802.1q 3/1 "u-25"
Below is what I think is the important aspects of teh configs, please let me know if you want to review more:
SW1
! Configuration:
! VLAN :
vlan 1 enable name "Default"
vlan 3 enable name "u-3"
vlan 3 router ip 205.105.132.2 255.255.255.192 e2
vlan 3 port default 1/2
vlan 3 port default 1/3
vlan 3 port default 1/4
vlan 3 port default 1/6
vlan 3 port default 1/7
vlan 3 port default 1/8
vlan 3 port default 2/2
vlan 3 port default 2/5
vlan 3 port default 2/6
vlan 3 port default 6/1
vlan 3 port default 7/22
vlan 3 port default 7/23
vlan 4 enable name "u-4"
vlan 4 router ip 5.5.2.66 255.255.255.192 e2
vlan 4 port default 2/3
vlan 5 enable name "u-5"
vlan 5 router ip 5.5.2.158 255.255.255.224 e2
vlan 5 port default 7/24
vlan 6 enable name "u-6"
vlan 7 enable name "u-7"
vlan 7 router ip 5.5.1.2 255.255.254.0 e2
vlan 7 port default 6/10
vlan 7 port default 7/7
vlan 20 enable name "u-20"
vlan 20 router ip 5.5.3.2 255.255.255.0 e2
vlan 20 port default 6/2
vlan 20 port default 7/21
! 802.1Q :
vlan 3 802.1q 1/1 "u-3"
vlan 4 802.1q 1/1 "u-4"
vlan 5 802.1q 1/1 "u-5"
vlan 6 802.1q 1/1 "u-6"
vlan 7 802.1q 1/1 "u-7"
vlan 20 802.1q 1/1 "u-20"
vlan 3 802.1q 2/1 "u-3"
vlan 4 802.1q 2/1 "u-4"
vlan 5 802.1q 2/1 "u-5"
vlan 6 802.1q 2/1 "u-6"
vlan 7 802.1q 2/1 "u-7"
vlan 20 802.1q 2/1 "u-20"
! Spanning tree :
bridge 1 protocol 1w
bridge 1 priority 1
bridge 3 protocol 1w
bridge 3 priority 1
bridge 4 protocol 1w
bridge 4 priority 2
bridge 5 protocol 1w
bridge 5 priority 1
bridge 6 protocol 1w
bridge 6 priority 2
bridge 7 protocol 1w
bridge 7 priority 1
bridge 20 protocol 1w
bridge 20 priority 2
bridge 4 1/1 path cost 5
bridge 6 1/1 path cost 5
bridge 20 1/1 path cost 5
bridge 3 1/2 connection edgeport
bridge 3 1/3 connection edgeport
bridge 3 1/4 connection edgeport
bridge 3 1/6 connection edgeport
bridge 3 1/7 connection edgeport
bridge 3 1/8 connection edgeport
bridge 1 2/1 priority 10
bridge 3 2/1 priority 10
bridge 5 2/1 priority 10
bridge 7 2/1 priority 10
bridge 3 2/2 connection edgeport
bridge 4 2/3 connection edgeport
bridge 3 2/5 connection edgeport
bridge 3 2/6 connection edgeport
bridge 20 3/1 connection edgeport
bridge 20 3/2 connection edgeport
bridge 20 3/3 connection edgeport
bridge 20 3/4 connection edgeport
bridge 20 3/5 connection edgeport
bridge 20 3/6 connection edgeport
bridge 20 3/7 connection edgeport
bridge 20 3/8 connection edgeport
bridge 20 3/9 connection edgeport
bridge 20 3/10 connection edgeport
bridge 20 3/11 connection edgeport
bridge 20 3/12 connection edgeport
bridge 3 6/1 connection edgeport
bridge 20 6/2 connection edgeport
bridge 20 6/3 connection edgeport
bridge 20 6/4 connection edgeport
bridge 20 6/5 connection edgeport
bridge 20 6/6 connection edgeport
bridge 20 6/7 connection edgeport
bridge 20 6/8 connection edgeport
bridge 3 7/22 connection edgeport
bridge 3 7/23 connection edgeport
bridge 5 7/24 connection edgeport
SW2
! Configuration:
! VLAN :
vlan 1 enable name "Default"
vlan 3 enable name "u-3"
vlan 3 router ip 5.5.2.4 255.255.255.192 e2
vlan 3 port default 1/2
vlan 3 port default 1/3
vlan 3 port default 1/4
vlan 3 port default 1/6
vlan 3 port default 1/7
vlan 3 port default 1/8
vlan 3 port default 2/2
vlan 3 port default 2/5
vlan 3 port default 2/6
vlan 3 port default 6/1
vlan 3 port default 7/22
vlan 3 port default 7/23
vlan 4 enable name "u-4"
vlan 4 router ip 5.5.2.8 255.255.255.192 e2
vlan 4 port default 2/3
vlan 5 enable name "u-5"
vlan 6 enable name "u-6"
vlan 6 router ip 5.5.2.11 255.255.255.224 e2
vlan 6 port default 6/2
vlan 7 enable name "u-7"
vlan 7 router ip 5.5.1.4 255.255.254.0 e2
vlan 20 enable name "u-20"
vlan 20 router ip 5.5.3.4 255.255.255.0 e2
vlan 20 port default 6/3
vlan 20 port default 6/4
vlan 20 port default 6/5
vlan 20 port default 6/6
vlan 20 port default 6/7
vlan 20 port default 6/8
vlan 20 port default 8/14
vlan 20 port default 8/19
vlan 20 port default 8/20
! 802.1Q :
vlan 3 802.1q 1/1 "u-3"
vlan 4 802.1q 1/1 "u-4"
vlan 5 802.1q 1/1 "u-5"
vlan 6 802.1q 1/1 "u-6"
vlan 7 802.1q 1/1 "u-7"
vlan 20 802.1q 1/1 "u-20"
vlan 3 802.1q 2/1 "u-3"
vlan 4 802.1q 2/1 "u-4"
vlan 5 802.1q 2/1 "u-5"
vlan 6 802.1q 2/1 "u-6"
vlan 7 802.1q 2/1 "u-7"
vlan 20 802.1q 2/1 "u-20"
! Spanning tree :
bridge 1 protocol 1w
bridge 1 priority 2
bridge 3 protocol 1w
bridge 3 priority 2
bridge 4 protocol 1w
bridge 4 priority 1
bridge 5 protocol 1w
bridge 5 priority 2
bridge 6 protocol 1w
bridge 6 priority 1
bridge 7 protocol 1w
bridge 7 priority 2
bridge 20 protocol 1w
bridge 20 priority 1
bridge 3 1/2 connection edgeport
bridge 3 1/3 connection edgeport
bridge 3 1/4 connection edgeport
bridge 3 1/6 connection edgeport
bridge 3 1/7 connection edgeport
bridge 3 1/8 connection edgeport
bridge 3 2/2 connection edgeport
bridge 4 2/3 connection edgeport
bridge 3 2/5 connection edgeport
bridge 3 2/6 connection edgeport
bridge 20 3/1 connection edgeport
bridge 20 3/2 connection edgeport
bridge 20 3/3 connection edgeport
bridge 20 3/4 connection edgeport
bridge 20 3/5 connection edgeport
bridge 20 3/6 connection edgeport
bridge 20 3/7 connection edgeport
bridge 20 3/8 connection edgeport
bridge 20 3/9 connection edgeport
bridge 20 3/10 connection edgeport
bridge 20 3/11 connection edgeport
bridge 20 3/12 connection edgeport
bridge 3 6/1 connection edgeport
bridge 6 6/2 connection edgeport
bridge 20 6/3 connection edgeport
bridge 20 6/4 connection edgeport
bridge 20 6/5 connection edgeport
bridge 20 6/6 connection edgeport
bridge 20 6/7 connection edgeport
bridge 20 6/8 connection edgeport
bridge 3 7/23 connection edgeport
bridge 20 8/20 connection edgeport
OmniSwitch 7000 Trunking
-
cedric1
Re: OmniSwitch 7000 Trunking
Post by cedric1 »
hi
what you want to do is ok for trunking, it must work
cedric
what you want to do is ok for trunking, it must work
cedric
Return to “OmniSwitch 6600 / 7000 / 8800”
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
