Reg. Date: November 07, 2001 By 최창회
알려주신 사이트는 cco ID가 있어야 한네요..
그냥 쓸 수 있는 CCO ID 있으면 알려주세요...
아니면 방법이라도....
아래 알려주신 방법(vlan database)과
configuration mode에서 셋팅하는 방법의 차이를 잘 모르겠넨요..
>C2924XL에 관한 configuration 설명은 시스코 홈페이지에도 그리 많지 않군요.
>제가 검색해본 결과로는 다음과 같습니다.
>참고:
>http://www.cisco.com/warp/customer/473/29.html#e2-vlans
>http://www.cisco.com/warp/customer/793/lan_switching/3.html#xlvlan
>도움이 되었으면 좋겠습니다.
>그럼, 즐공하세요.
>-------------------------------------------
>On the Catalyst 2924XL:
>
>
>
>2924XL#vlan database
>2924XL(vlan)#vtp transparent
>Setting device to VTP TRANSPARENT mode.
>2924XL(vlan)#vlan 30 name Host-Vlan-3
>VLAN 30 added:
> Name: Host-Vlan-3
>2924XL(vlan)#exit
>APPLY completed.
>Exiting....
>2924XL#
>
>(확인 명령어)
>show vtp status
>show vlan
>
>
>
>여기서 switchport access명령어를 쓰는게 중요한 거 같거든요.
>
>2924XL#configure terminal
>Enter configuration commands, one per line. End with CNTL/Z.
>2924XL(config)#interface fast 0/1
>2924XL(config-if)#switchport access vlan 30
>2924XL(config-if)#spanning-tree portfast
>. . .
>2924XL(config)#interface fast 0/23
>2924XL(config-if)#switchport access vlan 30
>2924XL(config-if)#spanning-tree portfast
>3548XL(config-if)#^Z
>3548XL#
>
>(확인 명령어)
>show interface switchport
>show spanning-tree interface
>
>
>>catalyst 2924 맞습니다... 착각
>>그런데 아래 상세히 적어주셨는데...
>>
>>제가 가지고 있는 스위치은 set 명령어로 셋팅하는 것이 안됩니다..
>>명령어 조차 없지요..
>>버젼이 높아서 그런지.. 낮아서 그런지...
>> catalyst 6000같은 것은 set 명령어로 쓰는것으로 알고 있으나..
>>
>>참고로 버젼은 아래와 같습니다..
>>답변주시면 감사하겠읍니다..
>>
>>Switch#sh ver
>>Cisco Internetwork Operating System Software
>>IOS (tm) C2900XL Software (C2900XL-C3H2S-M), Version 12.0(5.
>>TERIM SOFTWARE
>>Copyright (c) 1986-2000 by cisco Systems, Inc.
>>Compiled Mon 17-Jul-00 17:35 by ayounes
>>Image text-base: 0x00003000, data-base: 0x00301F3C
>>
>>ROM: Bootstrap program is C2900XL boot loader
>>
>>Switch uptime is 23 hours, 35 minutes
>>System returned to ROM by power-on
>>System image file is "flash:c2900XL-c3h2s-mz-120.5.2-XU.bin"
>