전체 글 썸네일형 리스트형 Cisco 라우터에서 정적 라우팅을 설정하고 삭제하는 방법 Cisco 라우터에서 정적 라우팅을 설정하고 삭제하는 데 필요한 명령어입력한 명령어 시퀀스는 Cisco 라우터에서 정적 라우팅을 설정하고 삭제하는 데 필요한 명령어입니다. 1. 라우터 접속enable관리자 권한 획득. 2. 구성 모드로 진입configure terminal라우터 설정을 변경하기 위해 구성 모드로 진입. 3. 인터페이스 설정interface FastEthernet0/0FastEthernet0/0 인터페이스 설정 모드로 진입. 4. IP 주소 설정ip address 192.168.2.2 255.255.255.0FastEthernet0/0 인터페이스에 IP 주소 192.168.2.2와 서브넷 마스크 255.255.255.0을 설정. 5. 인터페이스 활성화no shutdownFastEtherne.. 더보기 [네임서버] Powered by DNS Powered by DNS Powered by DNS http://wiki.kldp.org/KoreanDoc/html/PoweredByDNS-KLDP/index.html 김승영 nobreak@openbird.com 3rd Edition, 최종수정일 2001년 12월 16일, Revision 3.4.5 HTML(Divided) HTML(Combined) SGML(DocBook) 더보기 [switch] Cisco 스위치에서 VLAN 및 트렁크 설정하는 방법 Cisco 스위치에서 VLAN 및 트렁크 설정하는 방법 1. VLAN 생성 및 인터페이스 설정 enable configure terminal vlan 200 end 이 명령어는 VLAN 200을 생성합니다. 2. VLAN 인터페이스 설정 및 IP 주소 할당 configure terminal interface vlan 200 ip address 218.234.13.20 255.255.255.0 no shutdown end 이 명령어는 VLAN 200에 IP 주소를 할당하고 인터페이스를 활성화합니다. 3. Access 포트 설정 configure terminal interface fastEthernet 0/4 switchport mode access switchport access vlan 200 end 이.. 더보기 VLAN 설정(정적 포트별 분리 구성) VLAN 설정(정적 포트별 분리 구성)스위치에서 VLAN을 구성하면 네트워크를 논리적으로 분리할 수 있습니다.1. VLAN 생성VLAN 100과 VLAN 200을 생성합니다.Switch> enableSwitch# configure terminalEnter configuration commands, one per line. End with CNTL/Z.VLAN 100 생성Switch(config)# vlan 100VLAN 200 생성Switch(config-vlan)# vlan 200Switch(config-vlan)# end%SYS-5-CONFIG_I: Configured from console by console생성된 VLAN 확인Switch# show vlanVLAN Name .. 더보기 Cisco Switch에서 텔넷 접속 암호를 설정하고 관리하는 방법 Cisco Switch에서 텔넷(Telnet) 접속 암호를 설정하고 관리하는 방법스위치에 Telnet 원격 접속을 허용하려면 VTY(Virtual Terminal Line) 설정을 통해 암호를 지정해야 합니다.1. 텔넷 접속용 암호 설정vty 0~4 라인(기본 텔넷 세션 5개)에 암호를 설정합니다.Switch> enableSwitch# configure terminalEnter configuration commands, one per line. End with CNTL/Z.텔넷 라인 진입Switch(config)# line vty 0 4텔넷 접속 암호 설정Switch(config-line)# password 12345로그인 시 암호 요청 활성화Switch(config-line)# loginSwitch(c.. 더보기 [router] Secret 패스워드 Secret 패스워드 Router>enable Router#config terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#enable secret 123456 Router(config)#end %SYS-5-CONFIG_I: Configured from console by console Router#show running-config Building configuration... Current configuration : 260 bytes ! version 12.2 no service password-encryption ! hostname Router ! ! enable secret 5 $1$yEP2$IT.. 더보기 [router] console 모드 패스워드 설정 console 모드 패스워드 설정 Router>en Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#line console 0 Router(config-line)#password 123456 Router(config-line)#login Router(config-line)#end %SYS-5-CONFIG_I: Configured from console by console Router#show running-config Building configuration... Current configuration : 228 bytes ! version 12.2 no service password-en.. 더보기 [router] 라우터 기초 설정 [router] 라우터 기초 설정 ● 라우터 기초 설정 1. 특권 모드로 이동 명령 Router> enable (en) Router# 2. 사용자 모드로 이동 명령 Router# disable (dis) Router> 3. 전역설정 (global configuration mode) Router# configure terminal (conf t) Router(Config)# 설정 모드에서 빠져나오기 Router(Config)# end 4. 패스트 이더넷 포트에 IP 주소 설정하기 Router(Config)# int fa0/1 //설정 할 포트 Router(Config-if)# ip addr 192.168.1.1 255.255.255.0 //아이피 주소 서브넷마스크 Router(Config-if)# end .. 더보기 이전 1 ··· 263 264 265 266 267 268 269 ··· 304 다음