Re: 問題ID: 4652

この質問の投稿一覧へ

なし Re: 問題ID: 4652

msg# 1.1.1.1.1.1
depth:
5
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2013-12-25 6:30 | 最終変更
poppynejp  常連   投稿数: 13
popopopon234 さん

ご返信いただきありがとうございます。

問題点は「入力する順番」ですか。
つまり popopopon234 さんのおっしゃられるとおりですと、「すべての設定を物理ポートに投入後、
ポートチャネルを有効にする」ことで論理ポートに反映されるということでしょうか。

しかしGNS3と実機両方で試した所、物理ポートにてnative vlanの設定後にポートチャネルを
有効にしても、論理ポートのコンフィグには何も表示されませんでした。
(ポートチャネル有効後に論理ポートより設定を変更すれば当然すべての物理ポートに設定が反映されますが・・・)

以下に、GNS3の「NM-16ESW」でコマンドを投入した結果を示します。(ちなみに実機(Catalyst 2960 IOS ver:15.0(2))でも同じ結果でした。)

R1(config)#int range fa 1/0 - 7
R1(config-if-range)#switchport trunk encapsulation dot1q
R1(config-if-range)#switchport trunk native vlan 255 ←native vlan の設定を先に投入
R1(config-if-range)#switchport trunk allowed vlan 1-2,51-53,1002-1005
R1(config-if-range)#switchport mode trunk
R1(config-if-range)#channel-group 1 mode on
Creating a port-channel interface Port-channel1
R1(config-if-range)#
*Mar 1 00:03:11.315: %LINK-3-UPDOWN: Interface Port-channel1, changed state to up
*Mar 1 00:03:12.315: %LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel1, changed state to down
R1(config-if-range)#end
R1#sh run
*Mar 1 00:03:19.023: %SYS-5-CONFIG_I: Configured from console by console

R1#sh run int port-channel 1
Building configuration...

Current configuration : 31 bytes
!
interface Port-channel1
end
↑なにも表示されない。

次に、ポートチャネルを有効にした後に各種設定を論理ポートに投入していきます。

R1(config)#int range fa 1/0 - 7
R1(config-if-range)#channel-group 1 mode on
Creating a port-channel interface Port-channel1
R1(config-if-range)#exit
R1(config)#int p
*Mar 1 00:00:31.107: %LINK-3-UPDOWN: Interface Port-channel1, changed state to up
*Mar 1 00:00:32.107: %LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel1, changed state to down
R1(config)#int po 1
R1(config-if)#switchport trunk encap
R1(config-if)#switchport trunk encapsulation dot1q
R1(config-if)#switchport trunk native vlan 255
R1(config-if)#switchport trunk allowed vlan 1-2,51-53,1002-1005
R1(config-if)#switchport mode trunk
R1(config-if)#end
R1#sh run
*Mar 1 00:01:22.531: %SYS-5-CONFIG_I: Configured from console by console
R1#sh run int fa 1/0
Building configuration...

Current configuration : 166 bytes
!
interface FastEthernet1/0
switchport trunk native vlan 255
switchport trunk allowed vlan 1,2,51-53,1002-1005
switchport mode trunk
channel-group 1 mode on
end

R1#sh run int po 1
Building configuration...

Current configuration : 139 bytes
!
interface Port-channel1
switchport trunk native vlan 255
switchport trunk allowed vlan 1,2,51-53,1002-1005
switchport mode trunk
end

R1#

popopopon234 さんのお話ですと、rangeコマンドにて各種設定を投入後にポートチャネルを有効にしても
論理ポートのコンフィグに設定が入った状態になるという認識ですが、ご教授いただいた順番では論理ポート
には何も表示されませんでした。

ちなみに返信の中で示されていた、「論理ポートと物理ポートにそれぞれnative vlanの設定を投入後に
物理ポートに各種設定を投入する」順番では、論理ポートにコンフィグが反映されないことも確認できました。

改めて回答のコマンドの順番を見ていきますと、SwitchA,B共に「各種設定を物理ポートに投入後、
ポートチャネルを有効にする」という順番でした。
この順番では検証結果から、少なくとも私の環境下では論理ポートにコンフィグが反映されませんでした。

上記の検証結果について popopopon234 さんのご認識をご教授いただけますと幸いです。

以上です。
よろしくお願いいたします。

投稿ツリー

  >フォーラム検索へ


Copyright (c) 2020 Ping-t All rights reserved.