Etherchannel Hernan

SW DLS1 conf t hostname DLS1 interface vlan 90 ip address 10.90.0.1 255.255.0.0 no shutdown EXIT enable secret class lin

Views 57 Downloads 2 File size 18KB

Report DMCA / Copyright

DOWNLOAD FILE

Recommend stories

Citation preview

SW DLS1 conf t hostname DLS1 interface vlan 90 ip address 10.90.0.1 255.255.0.0 no shutdown EXIT enable secret class line vty 0 15 password cisco login vlan name vlan name vlan name vlan name EXIT vtp vtp vtp vtp

10 BODEGA 15 VENTAS 25 GERENCIA 90 NATADM domain CMLVTP version 2 mode server password cisco123

interface range g0/2-3 switchport trunk encapsulation dot1q switchport trunk native vlan 90 switchport mode trunk switchport nonegotiate switchport trunk allowed vlan except 1 no shutdown channel-protocol pagp channel-group 1 mode desirable exit interface port-channel 1 switchport trunk encapsulation dot1q switchport trunk native vlan 90 switchport mode trunk switchport nonegotiate exit interface range g0/0-1 switchport trunk encapsulation dot1q switchport trunk native vlan 90 switchport mode trunk switchport nonegotiate switchport trunk allowed vlan except 1 no shutdown channel-protocol lacp channel-group 2 mode active no shutdown exit interface port-channel 2

switchport switchport switchport switchport switchport exit

trunk encapsulation dot1q trunk native vlan 90 mode trunk nonegotiate trunk allowed vlan except 1

end copy run start SW ALS1 conf t hostname ALS1 interface vlan 90 ip address 10.90.0.2 255.255.0.0 no shutdown EXIT enable secret class line vty 0 15 password cisco login vtp domain CMLVTP vtp mode client vtp password cisco123 interface range g0/2-3 switchport trunk encapsulation dot1q switchport trunk native vlan 90 switchport mode trunk switchport nonegotiate switchport trunk allowed vlan except 1 channel-protocol pagp channel-group 1 mode auto no shutdown exit interface port-channel 1 switchport trunk encapsulation dot1q switchport trunk native vlan 90 switchport mode trunk switchport nonegotiate switchport trunk allowed vlan except 1 exit interface g0/0 switchport access vlan 10 no sh exit end copy run start

SW ALS2 conf t hostname ALS2 interface vlan 90 ip address 10.90.0.3 255.255.0.0 no shutdown EXIT enable secret class line vty 0 15 password cisco login vtp domain CMLVTP vtp mode client vtp password cisco123 interface range g0/0-1 switchport trunk encapsulation dot1q switchport trunk native vlan 90 switchport mode trunk switchport nonegotiate switchport trunk allowed vlan except 1 channel-protocol lacp channel-group 2 mode passive no shutdown exit interface port-channel 2 switchport trunk encapsulation dot1q switchport trunk native vlan 90 switchport mode trunk switchport nonegotiate switchport trunk allowed vlan except 1 exit interface g0/3 switchport access vlan 10 no sh end copy run start