Re: 問題ID:6551 VLAN情報の保存先について
gel877
投稿数: 37
質問1についてだけですが、
実機で試してみたところVTPサーバモードでVLAN設定はrunning-configに保存されませんでした。
参考になるかわかりませんがshow runの抜粋を載せておきます。
Switch(config)#vtp mode transparent
Setting device to VTP TRANSPARENT mode.
Switch(config)#vlan 100
Switch(config-vlan)#end
00:21:16: %SYS-5-CONFIG_I: Configured from console by conso
Switch#show running-config
!
hostname Switch
!
!
ip subnet-zero
!
vtp domain cisco
vtp mode transparent
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
!
!
vlan 100
!
interface FastEthernet0/1
上記の通りトランスペアレントモードではVLAN情報がrunning-configに載ってます。
下記の通りサーバモードではVLAN情報がrunning-configに載ってません。
Switch#configure terminal
Switch(config)#vtp mode server
Setting device to VTP SERVER mode
Switch(config)#vlan 101
Switch(config-vlan)#end
Switch#show running-config
!
hostname Switch
!
!
ip subnet-zero
!
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
!
!
interface FastEthernet0/1
!
実機で試してみたところVTPサーバモードでVLAN設定はrunning-configに保存されませんでした。
参考になるかわかりませんがshow runの抜粋を載せておきます。
Switch(config)#vtp mode transparent
Setting device to VTP TRANSPARENT mode.
Switch(config)#vlan 100
Switch(config-vlan)#end
00:21:16: %SYS-5-CONFIG_I: Configured from console by conso
Switch#show running-config
!
hostname Switch
!
!
ip subnet-zero
!
vtp domain cisco
vtp mode transparent
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
!
!
vlan 100
!
interface FastEthernet0/1
上記の通りトランスペアレントモードではVLAN情報がrunning-configに載ってます。
下記の通りサーバモードではVLAN情報がrunning-configに載ってません。
Switch#configure terminal
Switch(config)#vtp mode server
Setting device to VTP SERVER mode
Switch(config)#vlan 101
Switch(config-vlan)#end
Switch#show running-config
!
hostname Switch
!
!
ip subnet-zero
!
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
!
!
!
interface FastEthernet0/1
!
投稿ツリー
-
問題ID:6551 VLAN情報の保存先について
(siso222, 2014-5-3 17:36)
- Re: 問題ID:6551 VLAN情報の保存先について (gel877, 2014-5-4 4:27)
- Re: 問題ID:6551 VLAN情報の保存先について (siso222, 2014-5-4 13:53)
- Re: 問題ID:6551 VLAN情報の保存先について (arashi1977, 2014-5-4 19:35)
- Re: 問題ID:6551 VLAN情報の保存先について (siso222, 2014-5-6 0:28)