Thursday 6 October 2011

Trunking Between Cisco and Extreme


Above figures for connection between Two different product Cisco and Extreme. We just consider Cisco as Core Layer and Exreme as Access Layer switch to work in VoIP World.

There are 2 switches implemented called cisco catalyst 3560 and extreme x250e-48p.
One dhcp server on Fa0/1 port of Cisco switch will distribute vlan called Data vlan 10,20 and Voice vlan 110,120  via trunk link.
Management vlan 100 also configured on both switch for using telnet remote management.


Vlan Name
Vlan IP Assignment
Vlan 10
10.10.1.1/24
Vlan 20
10.10.2.1/24
Vlan 110
192.168.10.1/24
Vlan 120
192.168.20.1/24
Vlan 130(Server)
172.16.172.27/24


Cisco Switch Configuration

!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
 switchport access vlan 130
 switchport mode access
 spanning-tree portfast
!
interface FastEthernet0/4
 switchport access vlan 130
 switchport mode access
 spanning-tree portfast
!
interface FastEthernet0/5
 switchport access vlan 10
 switchport mode access
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 100
 switchport trunk allowed vlan 10,20,100,110,120
 switchport mode trunk
 no cdp enable
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan10
 ip address 10.10.1.1 255.255.255.0
 ip helper-address 172.16.172.20
!
interface Vlan20
 ip address 10.10.2.1 255.255.255.0
 ip helper-address 172.16.172.20
!
interface Vlan100
 ip address 192.168.100.1 255.255.255.0
!
interface Vlan110
 ip address 192.168.10.1 255.255.255.0
 ip helper-address 172.16.172.20
!
interface Vlan120
 ip address 192.168.20.1 255.255.255.0
 ip helper-address 172.16.172.20
!
interface Vlan130
 ip address 172.16.172.27 255.255.255.0
!

Extreme Switch Configuration

create vlan "control"
configure vlan control tag 100
create vlan "Vlan10"
configure vlan Vlan10 tag 10
create vlan "Vlan20"
configure vlan Vlan20 tag 20
create vlan "voice-vlan10"
configure vlan voice-vlan10 tag 110
create vlan "voice-vlan20"
configure vlan voice-vlan20 tag 120
configure vlan control add ports 47 untagged 
configure vlan Vlan10 add ports 47 tagged 
configure vlan Vlan10 add ports 1-20 untagged 
configure vlan Vlan20 add ports 47 tagged 
configure vlan Vlan20 add ports 21-40 untagged 
configure vlan voice-vlan10 add ports 1-20, 47 tagged 
configure vlan voice-vlan20 add ports 21-40, 47 tagged 
configure vlan control ipaddress 192.168.100.2 255.255.255.0


configure iproute add default 192.168.100.1

configure bootprelay add 172.16.172.20 vr VR-Default
enable bootprelay vlan control
enable bootprelay vlan Vlan10
enable bootprelay vlan Vlan20
enable bootprelay vlan voice-vlan10
enable bootprelay vlan voice-vlan20
enable dhcp ports 1-20 vlan Vlan10
enable dhcp ports 21-40 vlan Vlan20
enable dhcp ports 1-20 vlan voice-vlan10
enable dhcp ports 21-40 vlan voice-vlan20

configure stpd "s0" mode dot1w
enable stpd "s0"
configure stpd "s0" add vlan "Vlan10" ports all
configure stpd "s0" add vlan "Vlan20" ports all
configure stpd "s0" add vlan "voice-vlan10" ports all
configure stpd "s0" add vlan " voice-vlan20" ports all

 Hope reader enjoy it :)

1 comment:

  1. Yes i do really enjoyed it.

    after going through plenty of blog.i have came across blog which satisfy-requirement of previous all blog.

    ReplyDelete