Tips (96) 썸네일형 리스트형 vlan test Switch#vlan database Switch(vlan)#vtp domain bang Changing VTP domain name from test to bang Switch(vlan)#vtp password 1234 Setting device VLAN database password to 1234 Switch(vlan)#^Z Switch#vlan database Switch(vlan)#vtp server (server/client/transparent) Setting device to VTP SERVER mode. Switch#sh vtp status VTP Version : 2 Configuration Revision : 0 Maximum VLANs supported locally : 1005 N.. port mirroring setting port mirroring setting catalyst 2900/3500xl series (config)#interface fa0/10 (config-if)#port monitor fa0/1 (config-if)#port monitor fa0/2 (config-if)#port monitor fa0/3 (config-if)#^z #sh port monitor Catalyst 2950 series (config-if)#monitor session 1 source interface fa3/1 -3 both[tx/rx/both] (config-if)#monitor session 1 destination interface f3/10 (config-if)#no monitor session 1 Catalyst 40.. switch의 연결된 host port정보 알기(?) switch의 port 연결 정보 알기(ios) switch에 host가 연결 되어 있습니다. 어느 port에 연결 되어 있는 지가 궁금 할 때가 있을 것입니다.(과연 -_-) 찾는 방법 1. switch에 접속한다. 2. ping ip(알고자 하는 host) 3. sh arp(알고자 하는 ip & mac address가 나옵니다.) 4. sh mac-address-table | inc mac(알고자 하는 host의 mac) sh mac-address-table address hh.hh.hh 여기 까지 하면 어느 interface에 연결 되어 있는지 확인 가능 합니다. 더 쉬운 방법이 있다면 귀띔을 ^^ switch의 port 연결 정보 알기(catos) 1.switch에 접속한다. 2.ping ip 3.. Internet Explorer을 사용하여 Passive mode로 ftp 접속 방법 * IE를 사용하여 passive mode로 FTP 접속 방법 IE 관련 설정 '도구' -> '인터넷 옵션' -> '고급'에서 "방화벽 및 DSL 모뎀과 호환되는 수동 FTP 사용" 옵션 체크 (passive mode) default로 위 옵션이 체크되어 있음 접속방법 IE 주소 창에 ftp://user_id:password@host_name의 형식으로 입력 user_id : 로그인 id password : 패스워드 host_id : 호스트 IP 주소 또는 도메인 네임 ftp://user_id@host_name 또는 ftp://host_name 의 형식으로 입력/접속 시 로그인 창이 뜸 파일 다운로드 IE 출력화면에 나타난 파일을 선택 --> 원하는 곳으로 drag 파일 업로드 로컬 PC의 파일 선택 -.. sh port capabilities 각 포트의 capability(능력)을 보여 주는 명령어 sh port capabilities bang (enable) sh port capabilities 4/25 Model WS-X4148-RJ Port 4/25 Type 10/100BaseTX Speed auto,10,100 Duplex half,full Trunk encap type 802.1Q Trunk mode on,off,desirable,auto,nonegotiate Channel 4/1-48 Flow control no Security yes Dot1x yes Membership static,dynamic Fast start yes QOS scheduling rx-(none),tx-(2q1t) CoS rewrite no ToS rewrit.. switch password recovery IOS switch password recovery 전원 off -> mode 버튼 누름 & 전원 on -> flash_init -> load_helper -> rename(config.text) -> boot -> rename -> 암호 설정 및 저장 CatOS switch password recovery 1.switch를 reboot 시킨다. 2.switch booting 후 cisco systems console라는 메세지가 나온후 Enter Password: 라는 말이 나오면 [Enter] 3.Console> 프롬프트가 나오면 enable mode로 들어 간다. 4.set password,set enablepass를 치고 null 값을 입력 한다.. Cisco ACS upgrade 문제 해결 Q. When I set up authentication, I receive the Chpass is currently disabled. error when I try to authenticate. How do I fix this problem? A. The user account password must be set to change on login. In order to change the password, select System Configuration > Local Password Management > Disable TELNET Change Password against this ACS and return the following message to the users Telnet session.. Telnet 접근제어 Telnet 접근제어 switch(config)#line vty 0 4 switch(config)#password switch switch(config-line)access-class 10 in switch(config)#access-list 10 permit 10.0.0.1 10.0.0.1 ip에 대해서만 telnet Access를 허용하고 다른 ip에서는 허용하지 않는다. 이전 1 ··· 5 6 7 8 9 10 11 12 다음