Connectrix – MDS-serien Cisco: Sådan opretter du en portkanal ved hjælp af CLI
Summary: Sådan oprettes en portkanal på en Cisco-switch ved hjælp af CLI.
Instructions
Sådan oprettes en portkanal på en Cisco-switch.
Trin 1: På switch1:
- Opret portkanalen.
switch1# config terminal
Enter configuration commands, one per line, ending with CNTL/Z.
switch1(config)# interface fc1/1, fc2/1
switch1(config-if)# channel-group 2
FC1/1 FC2/1 er føjet til portkanal 2 og deaktiveret.
Udfør den samme handling på kontakten i den anden ende af portkanalen, og udfør derefter "ingen nedlukning" i begge ender for at få dem frem.switch1(config-if)# switchport description "To switch2 PortChannel2"
- Aktiver trunking (TE), og indstil VSAN-tilladelseslisten på switch1.
switch1# config terminal
switch1(config)# int port-channel 2
switch1(config-if)# switchport trunk mode on
switch1(config-if)# switchport trunk allowed vsan 1
switch1(config-if)# switchport trunk allowed vsan add 10
Trin 2: På switch2:
- Opret portkanalen på switch2, herunder indstilling af beskrivelsen.
switch2# config terminal
Enter configuration commands, one per line, ending with CNTL/Z.
switch2(config)# interface fc1/1, fc2/1
switch2(config-if)# channel-group 2
FC1/1 FC2/1 er føjet til portkanal 2 og deaktiveret.
Udfør den samme handling på kontakten i den anden ende af portkanalen, og udfør derefter "ingen nedlukning" i begge ender for at få dem frem.switch2(config-if) # switchport description "To switch1 PortChannel2"
- Aktiver trunking (TE), og indstil VSAN-tilladelseslisten på switch1.
switch2# config terminal
switch2(config)# int port-channel 2
switch2(config-if)# switchport trunk mode on
switch2(config-if)# switchport trunk allowed vsan 1
switch2(config-if)# switchport trunk allowed vsan add 10
Trin 3: Aktivér grænsefladerne for at åbne portkanalen:
- Switch1:
switch1# config terminal
Enter configuration commands, one per line, ending with CNTL/Z.
switch1(config)# interface fc1/1, fc2/1
switch1(config-if)# no shut - Switch2:
switch2# config terminal
Enter configuration commands, one per line, ending with CNTL/Z.
switch2(config)# interface fc1/1, fc2/1
switch2(config-if)# no shut
Trin 4: Kontroller, at portkanalen er kommet op:
switch1# show interface port-channel 2
port-channel 2 is trunking
Port description is To switch2 PortChannel2
Hardware is Fibre Channel
Port WWN is 24:02:00:0c:85:e9:d2:c0
Admin port mode is E, trunk mode is on
Port mode is TE
Port vsan is 1
Speed is 4 Gbps
Trunk vsans (admin allowed and active) (1,10)Trunk vsans (up) (1,10)Trunk vsans (isolated) ()Trunk vsans (initializing) ()
5 minutes input rate 64 bits/sec, 8 bytes/sec, 0 frames/sec
5 minutes output rate 56 bits/sec, 7 bytes/sec, 0 frames/sec 78296342 frames input, 72311141128 bytes 0 discards, 0 errors
0 CRC, 0 unknown class
0 too long, 0 too short
56299070 frames output, 26061293700 bytes
0 discards, 0 errors
0 input OLS, 2 LRR, 0 NOS, 0 loop inits
4 output OLS, 2 LRR, 0 NOS, 0 loop inits
Member[1] : fc1/2
Member[2] : fc2/1
Additional Information
Portkanaler giver mulighed for sammenlægning af flere FC- eller FCIP-links til en enkelt, fejltolerant FC eller FCIP ISL med højere hastighed. Det har de samme konfigurationsmuligheder som et enkelt link FC eller FCIP ISL, så vidt konfigurationen udføres.
Du kan finde flere oplysninger i Ciscos dokument til konfiguration af portkanaler.
Se denne offentliggjorte video: