:TRICK-MAN:™ FOREVER, Since 2007  
Front Page
Tag | Location | Media | Guestbook | Admin   
 
'시스코자격증'에 해당하는 글(7)
2008.03.29   802.11b/a/g는 어떻게 다른가요?
2007.12.28   CCNP ISCW(642-845) Intro
2007.06.28   CCNP Before and After
2007.06.27   CCNP Quick Reference Sheets
2007.04.18   CDP(Cisco Discovery Protocol) Overview
2007.04.17   시스코 라우터 환경설정 및 보기
2007.04.12   준재의 CCNA강좌...


802.11b/a/g는 어떻게 다른가요?

무선LAN 관련 기사를 읽다보면 "이 제품은 802.11b/a를 지원하고∼"와 같은 내용을
자주 접하게 된다.
여기서 802.11이라는 숫자와 알파벳이 결합된 용어가 뜻하는 의미는 무엇일까?

802.11은 IEEE(Institute of Electrical and Electronics Engineers, 미국전기전
자학회)의 워크그룹이 규정한 무선LAN 표준 모음으로, 현재 표준화가 완성된
규격은 802.11b/a/g다.

먼저 802.11b는 가장 널리 이용되는 무선LAN 규격으로 2.4GHz대 주파수를
이용하며 최대 11Mbps의 속도를 제공한다. 와이파이(Wi-Fi)라는 이름으로
잘 알려진 802.11b는 가장 대중화된 무선LAN 표준이지만 네트워크 용량과
 속도에 한계가 있으며 보안이 취약하다는 단점이 있다.

802.11a와 g는 802.11b를 이을 차세대 표준으로 각광받는 기술로 802.11a
는 5∼6GHz의 무선 주파수를 이용하며 최대 데이터 전송 속도는 802.11b보
다 5배 정도가 빠른 54Mbps이다. 802.11a는 대역폭이 넓고 데이터 전송
속도가 빠르다는 장점이 있지만 802.11b와는 호환되지 않는다.
반면 802.11g는 802.11b와 같은 2.4GHz 주파수를 이용하기 때문에
802.11b와 호환될 뿐만 아니라 54Mbps의 데이터 전송 속도, 향상된 보안
 기능을 제공한다. 하지만 이 규격도 전송거리가 짧다는 단점이 있다.

앞으로 가정이나 직장에서 무선LAN 도입을 고려하거나 통신 업체에서
제공하는 공중 무선LAN 서비스를 이용할 때 이 표준을 숙지한다면 각각의
무선LAN 장비나 서비스가 제공하는 장단점을 이해하는데 도움이 될 것이다. @

출처: http://www.zdnet.co.kr/itstudy/article.jsp?id=51620&forum=0



CCNP ISCW(642-845) Intro
CCNP 과목중에 BCRAN(외국인은 비크랜이라고 읽더라구요..) 대신에 ISCW로
대체하였습니다. 이름이 너무 거창하다..암튼 소개 자료를 올립니다..
CBT Nuggets에서 가져왔습니다...(영어로 설명합니다..)
이제 공부 시작했는데 언제나 딸 수 있을까???
시작이 반이라고 했으니 이제 반은 한 거네... 열공합시다..




CCNP Before and After
CCNP 시험 과목중 올해 바뀐 부분에 대해서 간략하게 설명하엿다.
새로운 트렌트에 따라서 쫓아가는 건 좋긴한데 공부해야 할 분량이 늘어서
약간은 부담이 되긴한다...

사용자 삽입 이미지


CCNP Quick Reference Sheets

CCNP를 준비하는 사람에 좋을 듯 합니다...
내용을 아주 간단하게 요약 정리해 놓았습니다...

- BSCI (642-901)
- BCMSN (642-812)
- ISCW  (나누어서 올립니다.)
- ONT (642-845)




CDP(Cisco Discovery Protocol) Overview

CDP overview

 

CDP (CISCO Discovery Protocol) is primarily used to obtain protocol addresses of neighboring devices and discover the platform of those devices. CDP can also be used to show information about the interfaces your router uses. CDP is media and protocol-independent, and runs on all Cisco-manufactured equipment including routers, bridges, access servers, and switches.

 

Use of SNMP with the CDP Management Information Base (MIB) allows network management applications to learn the device type and the SNMP agent address of neighboring devices, and to send SNMP queries to those devices.

 

CDP runs on all media that support Subnetwork Access Protocol (SNAP), including local-area network (LAN), Frame Relay, and Asynchronous Transfer Mode (ATM) physical media. CDP runs over the data link layer only. Therefore, two systems that support different network-layer protocols can learn about each other.

 

CDP Version-2 (CDPv2) is the most recent release of the protocol and provides more intelligent device tracking features. These features include a reporting mechanism, which allows more rapid error tracking, thereby reduces costly downtime.

 

How CDP Works

 

All Cisco devices transmit CDP packets periodically (default time interval value is 60 seconds). These packets advertise a time-to-live value in seconds, which indicates the number of seconds that the packet must be retained before it can be discarded (default value is 180 seconds). CDP packets are sent with a time-to-live value that is nonzero after an interface is enabled and with a time-to-live value of zero immediately before an interface is idled down. This provides quick state discovery.

All Cisco devices receive CDP packets and cache the information in the packet. The cached information is available to network management. Cisco devices never forward a CDP packet. If any information changes from the last received packet, the new information is cached and the older information is discarded even if its time-to-live value has not yet expired.

CDP Frame Format

 

CDP is assigned the Cisco HDLC protocol type value 0x2000. A Cisco-proprietary SNAP value enumerates HDLC protocol type values so CDP can run on all media that support SNAP, such as LAN media, Frame Relay, and ATM.

The SNAP format is as follows:

  • LLC—0xAAAA03
  • Org ID—0x00000C
  • HDLC protocol type—0x2000

CDP sends packets on LANs using the multicast address 0100.0CCC.CCCC.

 

CDP packet structure

 

The CDP packet contains information about the Cisco devices in the network. It consists of a header, followed by a set of variable-length fields consisting of type/length/value triplets.

 

Version

(1 byte)

Time-to-Live

(1 byte)

Checksum

(2 bytes)

Type

(2 bytes)

Length

(2 bytes)

Value

(variable length)

 

Field

Description

Version

The version of CDP being used.

Time-to-Live

The amount of time, in seconds, that a receiver should retain the information contained in this packet.

Checksum

The standard IP checksum.

Type

The type/length/value type. The possible CDP type/length/value types are listed below.

Length

The total length, in bytes, of the type, length, and value fields.

Value

Contains the type/length/value value, which depends on the type/length/value type as described below.

 

Possible CDP type/length/value types

Type

Definition of Value

Device-ID
(0x0001)

Identifies the device name in the form of a character string. By default, the device ID is either the device's fully-qualified host name (including the domain name) or the device's hardware serial number in ASCII.

Address*
(0x0002)

Contains a list of network addresses of both receiving and transmitting devices. The structure of this field will be shown below.

Port-ID
(0x0003)

An ASCII character string that identifies the port on which the CDP message is sent

Capabilities
(0x0004)

Describes the device's functional capability in the form of a device type. Field ‘Value’ length is constant – 4 bytes. Possible values are:

Bit

Description

0x01

Performs level 3 routing for at least one network layer protocol.

0x02

Performs level 2 transparent bridging.

0x04

Performs level 2 source-route bridging. A source-route bridge would set both this bit and bit 0x02.

0x08

Performs level 2 switching. The difference between this bit and bit 0x02 is that a switch does not run the Spanning-Tree Protocol. This device is assumed to be deployed in a physical loop-free topology.

0x10

Sends and receives packets for at least one network layer protocol. If the device is routing the protocol, this bit should not be set.

0x20

The bridge or switch does not forward IGMP Report packets on nonrouter ports.

0x40

Provides level 1 functionality.

Version
(0x0005)

Contains information about the software release version on which the device is running – ASCII string.

Platform
(0x0006)

An ASCII character string that describes the hardware platform of the device. The following are the possible string values:

  • Cisco 7000
  • Cisco 7010
  • Cisco 4500
  • Cisco 3100
  • Cisco 3000
  • Cisco 2500
  • Cisco 2000
  • Cisco 1000
  • AGS+
  • AGS
  • MGS
  • CGS
  • IGS
  • cs500
  • Catalyst
  • A100
  • Synergy

IP Network Prefix
(0x0007)

Contains a set of 0 or more IP prefixes in its value field. No prefixes are included when the type/length/value's length field is 0. Otherwise, the length field includes the length of the type and value fields, plus 5 bytes for every IP prefix included. Each IP prefix consists of 4 bytes of IP network number and 1 byte representing the network mask. The network mask can be in the range 0 through 32, and represents the number of bits set in the mask (left contiguous).

  Each IP prefix represents one of the directly connected IP network segments of the local router. This type/length/value enables an IP stub router to communicate IP topology information to a central site router, without requiring the configuration of a full-blown IP routing protocol.

VTP Management Domain
(0x0009)

Advertises a system's configured VTP management domain name-string. Used by network operators to verify VTP domain configuration in adjacent network nodes.

Native VLAN
(0x000A)

Indicates, per interface, the assumed VLAN for untagged packets on the interface. CDP learns the native VLAN for an interface. This feature is implemented only for interfaces that support the IEEE 802.1Q protocol. Field ‘Value’ length is constant – 2 bytes.

Full/half Duplex
(0x000B)

Indicates status (duplex configuration) of CDP broadcast interface. Used by network operators to diagnose connectivity problems between adjacent network elements. Field ‘Value’ length is constant – 1 byte.

Comment “*”: for triples of all types (except for ‘Address’) field ‘Length’ contains the length of the whole triple. In ‘Address’ type it contains the number of address records (addresses) in the current triple.

CDP address field structure

The address type/length/value ‘Length’ field contains a number that indicates how many addresses are contained in the packet, followed by one entry for each address being advertised. The addresses advertised are the ones assigned to the interface on which the CDP message is sent. A device can advertise all addresses for a given protocol suite and, optionally, can advertise one or more loopback IP addresses. If the device can be managed by SNMP, the first entry in the address type/length/value is an address at which the device receives SNMP messages.

The ‘Value’ field of the triple of this type is a sequence of the following records:

 

Protocol type
(1 byte)

Length
(1 byte)

Protocol
(variable)

Address length
(2 bytes)

Address
(variable)

 

Field

Description

Protocol type

Can be one of the following values:

1—NLPID format

2—802.2 format

Length

Length of the protocol field. For protocol type 1, the length is 1. For protocol type 2, the length is either 3 or 8, depending on whether SNAP is used.

Protocol

One of the following values (X stands for hexadecimal digit):

  • 0x81—ISO CLNS (protocol type 3D 1)

hexadecimal number, any length above 14 and even is legal

  • 0xCC—IP (protocol type 3D 1)

XX . XX . XX . XX

  • 0xAAAA03 000000 0800—Pv6 (protocol type 3D 2)

XXXX : XXXX : XXXX : XXXX : XXXX : XXXX : XXXX : XXXX

  • 0xAAAA03 000000 6003—DECNET Phase IV (protocol type 3D 2)

 XX - XX - XX - XX - XX - XX

  • 0xAAAA03 000000 809B—AppleTalk (protocol type 3D 2)

XX . X . X

  • 0xAAAA03 000000 8137—Novell IPX (protocol type 3D 2)

XXXXXXXX.XXXX.XXXX.XXXX

  • 0xAAAA03 000000 80c4—Banyan VINES (protocol type 3D 2)

XXXXXXXX . XXXX

  • 0xAAAA03 000000 0600— XNS (protocol type 3D 2)

&& XXXXXXXX % XXXXXXXXXXXX

  • 0xAAAA03 000000 8019—Apollo Domain (protocol type 3D 2)

XXX . XXXXX

Address length

Length of the address field in bytes.

Address

Address of the interface, or the address of the system if addresses are not assigned to the interface.


 

Protocol Structure - CDP: Cisco DiscoveryProtocol
CDPv2 show commands can provide detailed output on VLAN Trunking Protocol (VTP) management domain and duplex modes of neighbor devices, CDP-related counters, and VLAN IDs of connecting ports. The following table lists the CDP commands:

Command

Purpose

clear cdp counters

Resets the traffic counters to zero.

clear cdp table

Deletes the CDP table of information about neighbors.

show cdp

Displays the interval between transmissions of CDP advertisements, the number of seconds the CDP advertisement is valid for a given port, and the version of the advertisement.

show cdp entryentry-name [protocol| version]

Displays information about a specific neighbor. Display can be limited to protocol or version information.

show cdp interface[type number]

Displays information about interfaces on which CDP is enabled.

show cdp neighbors[type number] [detail]

Displays the type of device that has been discovered, the name of the device, the number and type of the local interface (port), the number of seconds the CDP advertisement is valid for the port, the device type, the device product number, and the port ID. Issuing the detailkeyword displays information on the native VLAN ID, the duplex mode, and the VTP domain name associated with neighbor devices.

show cdp traffic

Displays CDP counters, including the number of packets sent and received and checksum errors.

show debugging

Displays information about the types of debugging that are enabled for your router. See the Cisco IOS Debug Command Reference for more information about CDP debugcommands.



참조 : 



시스코 라우터 환경설정 및 보기
 시스코라우터 환경설정

 시스코 Console cable pin assign 
 ROUTER(RJ45)                      PC(25pin)
     1  ----------------------  4  (RTS)
     2  ---------------------- 20 (DTR)
     3  ----------------------  2  (TXD)
     4  ----------------------  7  (S.G)
     6  ----------------------  3  (RXD)
     7  ----------------------  8  (DCD)
     8  ----------------------  5  (CTS)

 통신에뮬레이터 환경
     9600 bps, 8 data bit, 1 stop bit, parity none.

 
시스코라우터 설정 특징
   Configuration Setting시 직접 Command를 입력하는 방법과 Router Power on 시
   H/W Test후 나타나는 Menu상에서 Configuration Setting 작업을 수행하는 Menu
   방식의 2가지 Mode가 제공된다.   Cisco Router의 경우 Command의 사용방법이
   매우 간결하므로, 직접 Command를 사용하여 Setting 작업을 수행하는 것이
   Menu방식에 비해 편리하므로 Command line방식 중심으로 설명코져 한다.

 
시스코Configration설정방법

 기본적인 설정내용
   ① serial port 지정
     - ip address 설정
     - encapsulation 지정
   ② ethernet port 지정
     - ip address 설정
   ③ routing protocol 의 지정, 필요시 static routing 설정.
 라우터 설정예
  ex) 고객명 : 부산
      - router 기종 : cisco 2500
      - 접속 protocol : ppp , - 속도 : 512kbps
      - 고객측 serial ip, netmask : 210.248.102.100 / 255.255.255.252
      - 고객측 ethernet ip, netmask : 210.108.245.1 / 255.255.255.192
 시스코라우터 설정순서
pusan#config t -------- configuration terminal의 약어,  
                                     command setting mode로의 전환을 의미..

pusan(config)#
ip subnet-zero --------- ip block이 0(zero)로 시작하여 subneting
                                                            시킬 경우의 명령어

pusan(config)#
ip classless---------ip를 classless하게 사용하기 위한 명령어  
pusan(config)#
int e0  ------- ethernet port 설정을 시작한다.
pusan(config-if)#
no shutdown  ------
default 는 disable(shutdown) 상태이므로
                                                           이것을 enable 시킨다.

pusan(config-if)#
ip add 210.108.245.1 255.255.255.192 --- ethernet에 ip address를
                                                                                     지정한다.

pusan(coining-if)#
exit  ------- ethernet 설정을 마무리하고 다음 설정으로 넘어간다.
pusan(config)#
int s0  ------- serial port 설정을 시작한다.
pusan(config-if)#
no shutdown

pusan(config-if)#
ip add 210.248.102.100 255.255.255.252
pusan(config-if)#
encapsulation ppp  ------- 접속 protocol을 지정한다.(이기종간)
                                                                   cisco router끼리는 HDLC로 설정한다
.
pusan(config-if)#
bandwidth 512  ------- 접속 회선 속도를 설정한다.

pusan(config-if)#
description pusan
pusan(config-if)#
exit
pusan(config)#ip route 0.0.0.0 0.0.0.0 210.248.102.99  ------- default route를 구성한다.
pusan(config)#
ip name server 164.124.101.2  ------- domain name server를 지정한다.

pusan(config)#
^Z ------- Ctrl+Z를 눌러서 config mode를 종료한다.
pusan#
wr ------- save 한다.
####[OK]

  시스코라우터 설정상태보기
pusan# sh config    ------- show configration의 약자,
                                          configuration setting 상태의 확인.

Using 653 out of 32762 bytes
!
version 11.1 -------
현재 동작중인 router의 IOS Version을 나타낸다.
service udp-small-servers
service tcp-small-servers
!
hostname pusan -------
라우터의 이름을 나타낸다.( 접속시 prompt로 나타남.)
!
enable secret 5 $1$QZj/$NeE5rJCxLbdFUJUJ/CBcx0 -------
command mode로
                                                                                       전환되기 위한 password.

enable password router
!
!
interface Ethernet0
 ip address 203.233.10.5 255.255.255.0
!
interface Serial0
 ip address 203.252.12.10 255.255.255.252
 description pusan-woman-university
 encapsulation ppp -------
접속 protocol이 ppp임을 의미.
 bandwidth 512 -------
512K bps 의 전송속도를 의미.
!
interface Serial1
 no ip address
 shutdown  -------
관리자가 임의로 down, up 시킬 수 있으며 default는 shutdown 상태.
!
ip name-server 164.124.101.2 -------
domain-name server를 지정한다.
no ip classless
ip route 0.0.0.0 0.0.0.0 203.252.12.9 -------
default route를 지정한다.
snmp-server community public RO      
  destination은 상대 router serial port로 한다.
!
line con 0
line aux 0
line vty 0 4 -------
router에 telnet 접속을 허용하되 login의 절차를 거치고,
                             password는 router(임의 설정가능)로 한다.
                             (가상단말기 0-4까지 총5대의 접속을 허용)

password router            
login
!
end


준재의 CCNA강좌...

얼굴을 본 적은 없지만 정리를 아주 잘 하셨네요...
CCNA Self Study 책을 정리한 느낌이네요..그림도 비슷하고..
나름대로 노력한 흔적이 여기저기 보입니다.
담에 만나면 밥이라도 한 번 사야겠네요.

* 저작권은 "이준재"에게 있습니다.



BLOG main image
jskwak[@]gmail.com 또는 ♬♬♬ jskwak[@]trickman.net, ▷◁▷◁ http://about.me/jskwak
 Notice
반/갑/습/니/다
곽/자/섭 입니다...
 Category
분류 전체보기 (151)
전송기술 (53)
이더넷 (3)
시스코자격증 (7)
임베디드 (4)
책읽기 (8)
주절주절 (70)
MAC OS X Life (1)
 TAGS
절체 FRT SONET ip OTN 아이팟 모공 CISCO CDP T-SDN toc BLSR OSX 대립해소도 구름 ITU-T CRT 메모 UPSR Linux CCNP SDH CCNA 코드검색 구글 1588 Telecom Profile
 Calendar
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
 Recent Entries
 Recent Comments
 Archive
 Link Site
[01] 지원,지민 놀이터
 Visitor Statistics
Total :
Today :
Yesterday :
rss