본문 바로가기

내 이야기

(596)
다이나밉스 사용 시 기본 설정 enable config terminal no ip domain-lookup enable secret cisco interface s1/0 encapsulation frame-relay no frame-relay inverse-arp no shut clock rate 64000 alias exec c configure terminal alias exec i show ip route alias exec r show running-config alias exec b show ip interface brief line console 0 logging synchronous exec-timeout 0 line vty 0 4 password cisco hostname Router
IP Addr. Range / CIDR Conv. Table IP Addr. Range / CIDR Conv. Table IP Address Range ========================================================== A 0.0.0.0 default route 1.0.0.0~126.0.0.0 사용가능 127.0.0.0 loopback 10.0.0.0~10.255.255.255 private ========================================================== B 128.0.0.0~191.254.0.0 사용가능 191.255.0.0 172.16.0.0~172.31.255.255 private ========================================================..
CIDR / 슈퍼넷 CIDR (Classless Inter Domain Routing) : BGP에서 쓰이며, 라우팅 정보를 전달할 때 Summary해서 보내는 것 슈퍼넷 : 기존의 클래스 범위(A,B,C클래스)보다 상위 크기로 Summary 하는 것. CIDR은 슈퍼넷의 개념을 포함한다.
스위치에서 매크로 설정하기 http://cafe.naver.com/neteg/62848
유닉스 기본 명령어 ---------------------------------------------------------------- (1) cd 작업 디렉토리 변경 % cd dir-name (2) chmod 파일이나 디렉토리 허가 권한 변경 % chmod +x filename (r: 읽기 w:쓰기 x:실행하기) % chmod 755 filename (3) ln 파일 또는 디렉토리의 링크 만들기 % ln file1 file2 : 하드링크설정 % ln -s file1 file2 : 심볼릭 링크 설정 (4) ls 파일또는 디렉토리 정보를 화면에 출력 % ls –l % ls -lrt : 파일의 가장 최근 수정시간으로 정렬하여 출력 % ls -li : inode번호를 포함한 파일 정보를 출력 (5) mkdir 디렉토리 만들기 %..
실무에서 잘 쓰이는 명령 실무자 입장에서 알아두면 유용한 명령어 몇개를 정리해 봅니다. 머.. 다들 알고 계시는 내용입니다만...^^; [1] config 내용볼때 라인 번호 나오게하기 zero-7206vxr#sh run linenum Building configuration... Current configuration : 9355 bytes 1 : ! 2 : ! Last configuration change at 16:23:26 KST Tue Jan 24 2006 3 : ! NVRAM config last updated at 16:23:27 KST Tue Jan 24 2006 4 : ! 5 : version 12.2 6 : no service pad 7 : service timestamps debug uptime 8 : ser..
포트 막기 L3 스위치 [[[ L3 ]]] 1) 차단 L3Switch>(enable) set cam static filter 00-12-34-56-78-9A 2) 확인 L3Switch>(enable) show cam static VLAN Dest MAC/Route Des [CoS] Destinatiopn Ports or VCs[Protocol type] 2 00-12-34-56-78-9A * Filter 3) 삭제 L3Switch>(enable) clear cam 00-12-34-56-78-9A * 삭제 후, 2번과 동일한 방법으로 확인 [[[ L2 ]]] mac-address-table static 0001.3456.789A vlan 2 drop no mac-address-table static 0001.3456.789A v..
ARP 스푸핑 ARP 스푸핑 공격땜에 갑자기 놀랬네여~ ^^ 백본에서 아래의 arp 를 보면 뭔가 이상하져? Internet 10.10.47.11 9 0019.bb58.d5a8 ARPA Vlan47 Internet 10.10.47.5 9 0019.bb58.d5a8 ARPA Vlan47 Internet 10.10.47.4 9 0019.bb58.d5a8 ARPA Vlan47 Internet 10.10.47.3 9 0019.bb58.d5a8 ARPA Vlan47 Internet 10.10.47.2 9 0019.bb58.d5a8 ARPA Vlan47 쨉싸게 clear arp 와 clear mac-address-table dynamic 을 한후 sh arp | include 0019.bb58.d5a8 을 하고나면 하나의 IP가..