본문 바로가기

반응형

전체 글

C276x260 [router] 라우팅 테이블 및 네트워크 인터페이스 관련 정보를 확인하기 위한 명령어 라우팅 테이블 및 네트워크 인터페이스 관련 정보를 확인하기 위한 명령어 1. 라우팅 테이블 확인 (show ip route) show ip route 명령을 사용하여 현재 시스템의 라우팅 테이블 정보를 표시할 수 있습니다. show ip route Router#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF ex.. 더보기
C276x260 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.. 더보기
C276x260 [네임서버] 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) 더보기
C276x260 [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 이.. 더보기
C276x260 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 .. 더보기
C276x260 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.. 더보기

728x90
반응형