Reg. Date: November 06, 2001 By 최창회
시스코 스위치에 대해서 잘 몰라서요,
일단 default vlan에 IP 셋팅하니 저절로 enable되더라구요
근데 필요에 따라서 vlan2를 만들고 다른 네트워크(subnet)로
셋팅하구 no shutdown 해도 vlan2가 enable이 안되요
즉 line administrative down 이라고 나와요...
어떻게 vlan 하나 더 만들어서 쓸 수 있는지 좀 알려주세요..
configuration
Switch#sh run
Building configuration...
Current configuration:
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Switch
!
enable secret 5 $1$x/n9$sONYhJPhZt5EdZ4ik/Iqr/
!
!
!
!
!
!
ip subnet-zero
!
!
!
interface FastEthernet0/1
duplex full
speed 10
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
port network
switchport access vlan 2
switchport multi vlan 2
switchport mode multi
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
...
중략
..
!
interface FastEthernet0/24
!
interface VLAN1
ip address 10.5.90.103 255.255.0.0
no ip directed-broadcast
ip nat outside
no ip route-cache
!
interface VLAN2
ip address 10.7.90.103 255.255.0.0
no ip directed-broadcast
no ip route-cache
shutdown
!
interface VLAN3
ip address 1.1.1.1 255.255.0.0
no ip directed-broadcast
no ip route-cache
shutdown
!
ip default-gateway 10.5.1.1
snmp-server engineID local 0000000902000004C07AF300
snmp-server community private RW
snmp-server community public RO
!
line con 0
transport input none
stopbits 1
line vty 0 4
password cisco
login
line vty 5 15
password cisco
login
!
end
(혹시 라우팅이 되더라도 Static 이나 Rip 정도만 될겁니다 --- ip routing 명령 적용후)
그렇기 때문에 어떤 vlan에 아이피를 하나 넣으면 다른 vlan은 자동적으로 셧다운이 됩니다.
관리용으로 아이피를 하나만 넣을수 있도록 되어 있는 것이지요.
아이피를 전부다 빼 보시면 vlan이 다 활성화가 될겁니다.
구럼 이만....