Thursday, July 31, 2014

lacp between cisco and alcatel switch



Lacp Between Cisco 3750 and Alcatel-Lucent 6450

We newly successfully tested LACP Between Cisco 3750 and Alcatel-Lucent 6450 P10L

On Cisco switch 3750

interface GigabitEthernet4/0/4
 description ## VOICE PBX ##
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 136,137
 switchport mode trunk
 spanning-tree portfast
 channel-group 4 mode active
end

interface GigabitEthernet3/0/4
 description ## VOICE PBX ##
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 136,137
 switchport mode trunk
 spanning-tree portfast
 channel-group 4 mode active
end

interface Port-channel4
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 136,137
 switchport mode trunk
end


On Alcatel-Lucent 6450 P10L

! Link Aggregate :
lacp linkagg 4 size 2 admin state enable
lacp linkagg 4 actor admin key 4
lacp agg 1/7 actor admin key 4
lacp agg 1/8 actor admin key 4
! VLAN AGG:
! 802.1Q :
vlan 136 802.1q 4 "TAG AGGREGATE 4 VLAN 136"
vlan 137 802.1q 4 "TAG AGGREGATE 4 VLAN 137"


Tuesday, August 25, 2009

QOS 4 alcatel-lusent switch

QOS 4 alcatel-lusent switch For ICMP

Policy condition ICMP_DEN icmptype 8 source ip 192.168.0.0 mask 255.255.0.0 destination ip any

Policy action ICMP_DROP disposition drop

Policy rule NO_PING precedence 50 condition ICMP_DEN action ICMP_DROP

qos apply


if you need open network or ip ip

01. you need to create Policy network group for network group


Policy network group ALL_NETWORK 192.168.1.0 mask 255.255.255.0 192.168.2.0 mask 255.255.255.0 192.168.3.0 mask 255.255.255.0


02. need 1 ip

Policy condition IT_IN1 source network group ALL_NETWORK destination ip 192.168.150.10 mask 255.255.255.0

Then

Policy action AL disposition accept


Then rule

Policy rule R14_PING precedence 100 condition IT_IN1 action AL


then


qos apply



full QOS sample


Policy network group ALL_NETWORK 192.168.1.0 mask 255.255.255.0 192.168.2.0 mask 255.255.255.0 192.168.3.0 mask 255.255.255.0

Policy condition ICMP_DEN icmptype 8 source ip 192.168.0.0 mask 255.255.0.0 destination ip any

Policy action ICMP_DROP disposition drop

Policy rule NO_PING precedence 50 condition ICMP_DEN action ICMP_DROP

Policy condition IT_IN1 source network group ALL_NETWORK destination ip 192.168.150.10 mask 255.255.255.0

Policy action AL disposition accept

Policy rule R14_PING precedence 100 condition IT_IN1 action AL

qos apply







Wednesday, April 1, 2009

Alcatel-Lucent omniswitch password recovery




Alcatel-Lucent omniswitch 6850





-->
How to recovery password from U boot on 6850 switch
You need to be connected by console to the switch!

Wait for the message Hit any key to stop autoboot: 0 and hit any key.
Hit any key to stop autoboot: 0
=> fatls ide :1,0
=> fatls ide :1,0 /network
=> fatdelete ide :1,0 /network/usertable5 OR usertable4
Now powercycle the switch or type "run miniboot" on the U-Boot; => Reboot or =>boot
Now back switch will be factory default "admin/switch". Please note that you need to recreate all users needed for NMS or logins.

note:**** used putty for logging it's batter and eases way ****




CMM Module