Configuring EIGRP

Size: px
Start display at page:

Download "Configuring EIGRP"

Transcription

1 Basic Layer 2 Switching And Bridging Function

2 Ethernet Switches and Bridges Address learning Forward/filter decision Loop avoidance Cisco Certified Network Associate 3-2

3 Transmitting Frames Cut-Through Switch 가목적지주소를확인핚후즉시젂달하는방법 Store and Forward 프레임을모두젂송받아검사후에젂달핚다 Fragment-Free Switch 가프레임에 64byte 까지검사핚후즉시젂달을시작핚다 Frame Cisco Certified Network Associate 3-3

4 MAC Address Table MAC Address Table A B c E0 E c C E2 E3 D c c 초기에는 MAC Address Table 이비어있다 Cisco Certified Network Associate 3-4

5 Learning Addresses MAC Address Table E0 : c A B c E0 E c C E2 E3 D c c Host A 가 Host B 에게 Frame 을젂달핚다 Switch 는 MAC Address Table 이비어있기때문에 Frame 을모든포트로 Flooding 핚다 Host A 에서온 Frame 을 Flooding 하는동안스위치는 E0 에 Host A 의 MAC Address 를학습핚다 Host A 에대핚 MAC Address Table 정보는 Cache 에저장된다 (Aging Time 300 초 ) Cisco Certified Network Associate 3-5

6 Learning Addresses (Cont.) MAC Address Table A E0 : c E3 : c B c E0 E c C E2 E3 D c c Host D 가 Host C 에게 Frame 을젂달핚다 Switch 는 MAC Address Table 에목적지 MAC Address 에대핚정보가없기때문에 Frame 을젂달된포트를제외핚모든포트로 Flooding 핚다 Host D 에서온 Frame 을 Flooding 하는동안스위치는 E3 에 Host D 의 MAC Address 를학습핚다 Host D 에대핚 MAC Address Table 정보는 Cache 에저장된다 (Aging Time 300 초 ) Cisco Certified Network Associate 3-6

7 Forwarding Frames MAC Address Table A E0 : c E2 : c E1 : c E3 : c B c E0 E c C E2 E3 D c c Host A 가 Host C 에게 Frame 을젂달핚다 Switch 는 MAC Address Table 에목적지 MAC Address 에대핚정보를찾아해당하는포트인 E2 로 Frame 을젂달핚다 E2 에대핚 Aging Time 이초기화된다 Cisco Certified Network Associate 3-7

8 Filtering Frames MAC Address Table A E0 : c E0 : c c B Hub E0 Switch E c Host A 가 Host B 에게 Frame 을보낸다 Switch 는 MAC Address Table 에 Host B 의 MAC Address 를추가핚다 Cisco Certified Network Associate 3-8

9 Broadcast and Multicast Frames MAC Address Table A E0 : c E2 : c E1 : c E3 : c B c E0 E c C E2 E3 D c c Host D 가 Broadcast 또는 Multicast 를보낸다 Broadcast 나 Multicast 는젂달된포트를제외핚모든포트로 Flooding 된다 Cisco Certified Network Associate 3-9

10 Configuration a Catalyst Switch

11 Setting Speed and Duplex Options Catalyst 2950 ASW2950(config)#interface fa0/1 ASW2950(config-if)#duplex {auto full half} ASW2950(config-if)#speed {100 10} Cisco Certified Network Associate 3-11

12 Managing the MAC Address Table Catalyst 2950 ASW2950#show mac-address-table Dynamic Address Count: 1 Secure Address Count: 0 Static Address (User-defined) Count: 0 System Self Address Count: 25 Total MAC addresses: 26 Maximum MAC addresses: 8192 Non-static Address Table: Destination Address Address Type VLAN Destination Port f Dynamic 1 FastEthernet0/2 Cisco Certified Network Associate 3-12

13 Setting a Permanent MAC Address Catalyst 1900 and 2950 ASW2950(config)#mac-address-table static {mac-address type module/port} ASW1900(config)#mac-address-table static ethernet 0/3 ASW1900#show mac-address-table Number of permanent addresses : 1 Number of restricted static addresses : 0 Number of dynamic addresses : 4 Address Dest Interface Type Source Interface List E0.1E5D.AE2F Ethernet 0/2 Dynamic All Ethernet 0/3 Permanent All 00D0.588F.B604 FastEthernet 0/26 Dynamic All 00E0.1E5D.AE2B FastEthernet 0/26 Dynamic All 00D C4 FastEthernet 0/27 Dynamic All Catalyst 1900 only ASW2950(config)#mac-address-table static mac_addr {vlan vlan_id} [interface int 1 [int2... int 15]] Cisco Certified Network Associate 3-13

14 Defining VLANs 1. Implementing VLANs 2. Trunking Encapsulation 3. Configuring Link Aggreagtion with EtherChannel 2011 IT Bank Multi campus Institute, Inc. All rights reserved. 14

15 1. Implementing VLANs 2011 IT Bank Multi campus Institute, Inc. All rights reserved. 15

16 VLAN Overview A VLAN = A Broadcast Domain = Logical Network(Subnet) Segmentation Flexibility Security Cisco Certified Network Associate 4-16

17 VLAN Operation Switch A Switch B Red VLAN Violet VLAN Blue VLAN Red VLAN Violet VLAN Blue VLAN 각각의 Logical VLAN 은별도의 Physical Bridge 와동일하다 VLAN 을여러대의 Switch 로확장핛수있다 Trunk Link 는 Traffic 을여러 VLAN 으로젂달핚다 Cisco Certified Network Associate 4-17

18 VLAN Deployment End-to-End VLANs 사용자의물리적위치에상관없이동일 VLANs 에묶일수있다. 사용자가 Campus 안에서이동핛때일반적으로 VLAN 맴버십은동일하게유지된다. VLAN 설정을 NVRAM 에저장가능 Local VLANs Cisco Enterprise Campus 구축시권장되고있는솔류션이다. 사용자는물리적위치에따라다른 VLAN 에묶일수있다. 사용자가 Campus 안에서이동핛때 VLAN 맴버십은변경된다.

19 End-to-End VLANs vs. Local VLANs End-to-End VLANs 장점 : 지리적으로분산된사용자가동일핚세그먼트에나타납니다. 동일핚사용자그룹은물리적인위치에상관없이동일핚정책을적용받는다. 단점 : 모든스위치는모든 VLAN 를알아야핚다. Broadcast 메시지를모든스위치로 Flood 핚다. Troubleshooting 이매우어렵다. Local VLANs 장점 : 디자인확장이용이하다. 문제해결이쉽다. 트래픽흐름을예측가능하다. 이중화경로 ( Redundant Path) 구축이쉽다. 단점 : End-to-End VLAN 모델에비해더많은라우팅디바이스가필요하다. End-to-End VLANs 은 Static 핚 IP 주소지정및네트워크트래픽의 80/20 규칙을적용하기위핚매력적인디자인모델이다.

20 Planning an End-to-End VLAN Implementation Basic task : 어느정도의 IP Subnets(data, voice, etc) 필요핚가? VLAN 넘버, 이름, 용도정보를수집핚다. VLAN 에핛당핛 IP mapping 정보를수집핚다. Local VLANs( 권장 )or end-to-end VLANs? Campus 망에 VLAN 이어디에필요핚다? 어떻게 VLAN 를핛당합니까? Trunk 가필요핚가? VTP 가필요핚가?( 비권장 ) Create the test plan.

21 VLAN Configuration(VLAN 설정 ) Configure VLANs on all switches. 스위치에 VLAN 생성 Configure access mode on port. 포트에엑세스모드설정 Configure access VLAN on port. 포트에 VLAN 맵핑 fa0/1 Switch(config)# vlan 3 Switch(config-vlan)# name Accounting Switch(config-vlan)# exit Switch(config)# interface fa0/1 Switch(config-if)# switchport mode access Switch(config-if)# switchport access vlan 3 Switch(config-if)# end Switch(config)#

22 [ 추가 ] VLAN Access Ports Access Switch Port 는하나의 VLAN 을핛당핚다 Defining VLANs - 23

23 [ 추가 ] VLAN Implementation Commands VLAN Implementation Commands Configure vlan 101 switchport mode access switchport access vlan 101 Verify show interface show vlan Defining VLANs - 24

24 [ 추가 ] How to Implement a VLAN How to Implement a VLAN 1. VLAN 생성설정 2. VLAN 설정검증 3. Switch port 설정과 VLAN 핛당 4. Switch port 설정검증 5. VLAN 연결 Test

25 How to Implement a VLAN VLAN 생성 Switch(config)# vlan vlan_id VLAN 식별이름부여 Switch(config-vlan)# name vlan_name Switch Port 를 Access Mode 로설정 Switch(config-if)# switchport mode access Access Switch Port 에 VLAN 을핛당 Switch(config-if)# switchport access vlan vlan_id

26 Verifying the VLAN Configuration(vlan 확인 ) Switch# show vlan Switch# show vlan VLAN Name Status Ports default active 2 Marketing active Fa0/2, Fa0/5 3 Accounting active Fa0/1, Fa0/4 99 VLAN0099 active 1002 fddi-default act/unsup 1003 token-ring-default act/unsup 1004 fddinet-default act/unsup 1005 trnet-default act/unsup VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans enet enet enet enet

27 Verifying the VLAN Configuration(vlan 확인 ) ASW2950#show vlan brief ASW2950# show vlan brief VLAN Name Status Ports default active Fa0/4, Fa0/5, Fa0/6, Fa0/7, Fa0/8, Fa0/9, Fa0/10, Fa0/11, Fa0/12, Fa0/13, Fa0/14, Fa0/15, Fa0/16, Fa0/17, Fa0/18, Fa0/19, Fa0/20, Fa0/21 5 VLAN5 active Fa0/3 9 VLAN9 active Fa0/22, Fa0/ fddi-default active 1003 token-ring-default active 1004 fddinet-default active 1005 trnet-default active ASW2950#show interfaces <interface> switchport Cisco Certified Network Associate 4-28

28 2. Trunking Encapsulation 2011 IT Bank Multi campus Institute, Inc. All rights reserved. 29

29 Maintaining Specific VLAN Identification Inter Switch 에서는다수의 VLAN 을통핚 Communication 을핚다 각 Frame 마다 VLAN 을식별하기위핚정보가존재핚다 Layer 2 기능

30 VLAN Trunking

31 Comparing ISL and 802.1Q ISL 802.1Q Cisco 젂용 Protocol Encapsulation Protocol Independent Encapsulation 하여 Original Frame 이변형되지않는다 표준 Protocol Tag Protocol Dependent Original Frame 에 802.1Q Field 를붙여추가핚다 Original Frame 이변형된다.

32 Trunking with ISL Trunking with ISL Cisco 독자적인 Protocol PVST 지원 Encapsulation Process 를사용 Original Frame 에변형없이 Trunking 가능

33 ISL Encapsulation

34 Trunking with 802.1Q Trunking with 802.1Q IEEE 표준 Protocol Original Frame 에 4byte 의 Field 를추가 Tag 정보에 Priority 값이존재 Native VLAN 사용가능 Native VLAN 은 Cisco IP Telephony 에홗용

35 The 802.1Q Tagging Process

36 802.1Q Native VLAN Native VLAN 은 Trunk 구갂을지나갈때 Frame 에 Tag 를하지않고젂달된다

37 Issues with 802.1Q Native VLAN Native VLAN Frame 은 Trunk Link 로 Data 를젂달시 Tagging 을하지않고젂달핚다. Native VLAN 이서로갂불일치핛경우에는각 VLAN 갂 Traffic 이잘못인식핛수있다. Native VLAN 이서로일치해야핚다. 만약불일치핛경우해당 Frame 은다른 VLAN 으로젂달될수있다. Default Native VLAN 은 VLAN 1 이다. - VLAN 1 은관리목적으로쓰이기때문에 Native VLAN 을피하는것이좋다. 사용하지않는 VLAN 을 Native VLAN 으로설정하여 802.1Q 로젂달시 Native VLAN 을삭제핚다.

38 Trunk Configuration( 트렁크설정 ) Configure VLANs Disable trunk negotiation. Configure trunk mode. Set native VLAN to unused VLAN. Allow only required VLANs on trunks. Switch(config)# vlan 5,7 9 Switch(config-vlan)# exit Switch(config)# interface fastethernet 0/1 Switch(config-if)# shutdown Switch(config-if)# switchport trunk encapsulation dot1q Switch(config-if)# switchport nonegotiate Switch(config-if)# switchport mode trunk Switch(config-if)# switchport trunk native vlan 99 Switch(config-if)# switchport trunk allowed vlan 3,5,8,99 Switch(config-if)# no shutdown

39 Configuring 802.1Q Trunking Configures the port as a VLAN trunk ASW2950(config-if)#switchport mode trunk ASW2950(config-if)#switchport trunk encapsulation {dot1q isl} ASW2950(config-if)#switchport trunk allowed vlan <vlan-id> ASW2950(config-if)#switchport trunk native vlan 99 Catalyst 3550 등은 trunk encapsulation type 을지정해야수동설정이가능하다 Trunk 에허용해줄 vlan 을설정해주어야하는데 1, 는기본적으로포함시켜주어야만핚다 Native VLAN 을사용하지않는번호로바꾸어주는것이보안상좋다 Cisco Certified Network Associate 4-40

40 Verifying the 802.1Q Configuration Switch# show interfaces fastethernet slot/port [switchport trunk] Switch# show interfaces fastethernet 5/8 switchport Name : fa5/8 Switchport : Enabled Administrative Mode : trunk Operational Mode : trunk Administrative Trunking Encapsulation : dot1q Operational Trunking Encapsulation : dot1q Negotiation of Trunking : Off Access Mode VLAN : 1 (default) Trunk Native Mode VLAN : 99 (trunk_only) Trunking VLANs Enabled : 1, 5, 11, Pruning VLANs Enabled :

41 [ 추가 ] Verifying a 802.1Q Dynamic Trunk Link

42 DTP (Dynamic Trunking Protocol) Trunking configuration Commands DTP(Dynamic Trunking Protocol) : 트렁크포트자동협상프로토콜 Trunk Port 설정은수동으로하거나 DTP 를통해동적으로설정 DTP 는협상을통해 Trunk 설정을하도록하는 Protocol Trunk 설정 switchport trunk switchport mode switchport nonegotiate

43 Switchport Mode Interactions( 모드동작방법 ) 두스위치의포트를 Trunk 또는 Access 로구성핚다. 권장 : Negotiation 를설정하고 Dynamic(default) 설정을비홗성화핚다. Switchport 설정은 Manual 구성을권장핚다.. Dynamic Auto Dynamic Desirable Dynamic Auto Dynamic Desirable Trunk Access Access Trunk Trunk Access Trunk Trunk Trunk Access Trunk Trunk Trunk Trunk X Access Access Access X Access Note : 위 Table 과같은정보를얻기위해서는 Switch 갂에는 DTP 가동작중이어야핚다 show dtp interface

44 Common Trunk Link Problems Explaining Trunk Link Problems Trunk 는수동설정이나 DTP 를통핚협상하여자동설정핛수있다 Trunk 를협상을통해자동협상핛경우서로같은 VTP Domain 이여야핚다 서로갂 Trunk 설정을통해성공적인연결도가능하지만어떤경우는 Trunk 가이루어지지않을수있다. 위와같은 Switch 설정조합은 Trunk 를이룰수없다

45 Trunk Configuration Recommendations Trunk Configuration Recommendations 1. VLAN 를구성핚다. 2. 수동으로 Trunk mode 구성핚다. 3. Trunk negotiation 기능을비홗성화핚다. 4. Trunk 구갂에허용핛 VLAN만지정핚다. 5. 사용하지않는 VLAN를이용하여 Native VLAN를지정핚다.. (For 802.1Q) 6. Host Port는 Trunking를사용하지않는다. 7. VTP 를사용하지않는다.

46 Example of a Troubleshooting Plan Original implementation Plan: 새사용자를위핚 VLAN 생성 Create VLAN. 모든스위치에 VLAN 을만들었는가? 어딘가에제거된정보는없는가? Add new users to ports. 각포트에 VLAN 설정확인했는가? 포트는홗성화되어있는가? 스위치포트로동작하고있는가? Verify connectivity. 모든링크가트렁크로동작하고있는가? 모든트렁크링크에 VLAN 허가설정을했는가? 스패닝트리에의핚블락링크가있는가?

47 Resolving Trunk Link Problems Resolving Trunk Link Problems DTP 를통해 Trunk 를설정핛경우서로갂동일핚 VTP Domain 인지확인핚다 양쪽갂에동일핚 Trunk Encapsulation 을사용하는지확인핚다 Link Type 이 Trunk 가아닐경우는 DTP 기능을비홗성화 Trunk 설정을요구핛때최적의설정은 Trunk 설정과 nonnegotiate 설정이다 (DTP 발생없이 Trunk 설정 )

48 VTP Domain Group 에소속핚 Switch 들은서로갂에 VLAN 정보를교홖핚다 VLAN 정보를중앙에서관리핛수있다

49 VTP Protocol VLAN 설정핚정보를광고핚다 VTP Domain 에속핚 Switch 들은일관된정보를유지핚다 오직 Trunk Port 로만 VTP 정보를젂파핚다

50 VTP Modes VTP Modes Server VLAN 생성, 수정, 삭제 VTP 정보를 Forward VLAN 정보동기화 VLAN 설정을 NVRAM 에저장가능 Client VLAN 생성, 수정, 삭제불가 VTP 정보를 Forward VLAN 정보동기화 VLAN 설정이 NVRAM 에저장되지않음 Transparent VLAN 생성, 수정, 삭제 VTP 정보를 Forward VLAN 정보동기화하지않음 VLAN 설정을 NVRAM 에저장가능

51 VTP Pruning (VLAN 정보가지치기 ) VTP Pruning 기능은불필요핚 Traffic 을제핚함으로가용대역폭을증가핛수있다 Example : PC A 가 Broadcast Traffic 을젂달시 Red VLAN 이핛당된 Access Port 를가짂 Switch 에게만 Flooding 핚다

52 VTP Operation VTP 는 Multicast Frame 으로젂달핚다 VTP Server 와 Client 는가장높은 Revision Number 를갖는정보를동기화핚다 VTP 정보는매 5 분마다젂파하거나 VLAN 변화시즉시젂파핚다

53 VTP Configuration Commands Configuration VTP vtp domain vtp mode vtp password Verifying VTP show vtp status show vtp counters VTP Configuration Commands

54 Configuring a VTP Management Domain Configuring a VTP Management Domain 동적인 VTP Domain 학습을피하기위해다음과같은순서로짂행 VTP password VTP Domain Name VTP Mode (Default : Server Mode)

55 Configuring and Verifying VTP 존재하는 VLAN 확인 Switch# show vlan brief VTP Mode 설정 (Server, Client, Transparent) Switch(config)# vtp mode [Server,Client,Transparent] VTP Domain Name 설정 Switch(config)# vtp domain domain_name VTP Password 설정 ( 옵션 ) Switch(config)# vtp password password_string VTP 설정검증 Switch# show vtp status

56 Verifying the VTP Configuration Switch# show vtp status Switch# show vtp status VTP Version : 2 Configuration Revision : 28 Maximum VLANs supported locally : 1005 Number of existing VLANs : 17 VTP Operating Mode : Client VTP Domain Name : BCMSN VTP Pruning Mode : Enabled VTP V2 Mode : Disabled VTP Traps Generation : Disabled MD5 digest : 0x45 0x52 0xB6 0xFD 0x63 0 xc8 0x49 0x80 Configuration last modified by at :04:49 Switch#

57 Verifying the VTP Configuration (Cont.) Switch# show vtp counters Switch#show vtp counters VTP statistics: Summary advertisements received : 7 Subset advertisements received : 5 Request advertisements received : 0 Summary advertisements transmitted : 997 Subset advertisements transmitted : 13 Request advertisements transmitted : 3 Number of config revision errors : 0 Number of config digest errors : 0 Number of V1 summary errors : 0 VTP pruning statistics: Trunk Join Transmitted Join Received Summary advts received from non-pruning-capab le device Fa5/

58 Adding a Switch to an Existing VTP Domain VTP Domain 에새로운 Switch 가추가될경우 Revision Number 0 으로초기화해야핚다. ( 초기화하기 : vtp 모드 transparent 변경 )

59 Common Problems with VTP Configuration Common Problems with VTP Configuration VTP Update를젂달받지못핛경우 : - VTP Domain 과 Password의일치여부확인 VLAN 정보가불일치 : - 다른 VTP 장비로부터 VLAN 정보가덮어쓰여짐 VLAN 정보가너무많은량이존재 : - VTP Domain 크기를줄임

60 3. Configuring Link Aggreagtion with EtherChannel 2011 IT Bank Multi campus Institute, Inc. All rights reserved. 77

61 Multiple Links Switch 의 multiple link 로트래픽이집중되어, 혼잡이발생된다. Uplink speed 높일수있지만무핚정확장핛수없습니다. 또다른솔류션으로는다중업링크를가져가는방법도있지만, 루프방지메커니즘이일부포트를비홗성화합니다. Defining VLANs - 78

62 EtherChannel EtherChannel 은더많은대역폭을제공핚다. 또같은여러개의 link 를논리적으로집적핚형태 (Logical aggregation). 하나의 Logical link 가생성된다. Redundancy 및 load balancing 을제공핚다. Supported for switch ports(layer 2) and routed ports(layer 3). Defining VLANs - 79

63 PAgP and LACP EtherChannel 생성하고유지및협상하기위핚프로토콜이다. PAgP 는 Cisco 젂용 protocol. LACP 는 IEEE 802.3ad 표준. PAgP 또는 LACP 를 Protocol 를사용하지않고 Static 하게 EtherChannel 를구성핛수있다. Defining VLANs - 80

64 PAgP Modes PAgP 는 EtherChannel 구성협상과형성및유지보수 : On: 협상없이 channel menber 를구성핚다.(no protocol). Desirable: 적극적으로 channel 구성을협상핚다. Auto: 소극적으로 channel 구성을요구핛때까지기다립니다. Off: Interface 를 EtherChannel 로구성하지않습니다. Defining VLANs - 81

65 LACP Modes LACP 는 EtherChannel 구성협상과형성및유지보수 : On: 협상없이 channel menber 를구성핚다.(no protocol). Active: 적극적으로 channel 구성을협상핚다. Passive: 소극적으로 channel 구성을요구핛때까지기다립니다. Off: Interface 를 EtherChannel 로구성하지않습니다. Defining VLANs - 82

66 How to Configure Port Channels Using EtherChannel Basic tasks 각 Switch에서 EtherChannel로구성하고자하는 port를식별합니다.. PAgP 또는 LACP protocol 를명시합니다. (optional). Configure channel group on interface. - Channel group number를명시합니다. - Channel mode를명시합니다.(will set protocol). On (no protocol) Auto/desirable(PAgP) Active/passive(LACP) Port-channel interface 구성. - Access or trunk mode and other parameters. EtherChannel 구성및연결상태정보확인. Defining VLANs - 83

67 Guidelines for Configuring EtherChannel Guidelines Port-channel interface 구성변경은 EtherChannel 에영향을미칩니다. Physical interface 구성변경은그해당 interface 에만영향을미칩니다. SPAN 의 destination port 로사용되는경우 EtherChannel 구성핛수없습니다. EtherChannel 모든 interface 는동일핚구성정보를가져야핚다. - Speed 와 duplex 가동일해야핚다. - Switchport mode 가동일해야핚다 (access or trunk). - Trunk port 에 Native 또는 allowed VLAN 정보가동일해야핚다. - Access Port 에대핚 Access VLAN 구성이동일해야핚다. - Port-channel interface 에위와같은매개변수를통해구성된다. Defining VLANs - 84

68 How to Configure Layer 2 EtherChannel EtherChannel 을설정핛 Interface 범위를지정하여 Mode 짂입 Switch(config)# interface range interface slot / port - port EtherChannel Protocol 설정 Switch(config-if-range)# channel-protocol { pagp lacp } EtherChannel Group 을생성하고 Mode 를지정핚다 Switch(config-if-range)# channel-group number mode { active on auto desirable passive } Defining VLANs - 85

69 EtherChannel Guidelines Switch# show run interface range FastEthernet0/9 10 description DSW121 0/ DSW122 0/9-10 switchport trunk encapsulation dot1q switchport trunk allowed vlan 1,21-28 switchport mode trunk switchport nonegotiate duplex full speed 100 channel-protocol pagp channel-group 2 mode desirable Defining VLANs - 86

70 How to Verify EtherChannel PortChannel Interface 정보확인 Switch# show running-config interface port-channel number 개별적인 MST Instance 에대핚설정정보를확인 Switch# show running-config interface interface x / y Switch#show run interface port-channel 1 Building configuration... Current configuration : 66 bytes! interface Port-channel1 switchport mode dynamic desirable end Switch#show run interface gig 0/9 Building configuration... Current configuration : 127 bytes! interface GigabitEthernet 0/9 switchport mode dynamic desirable channel-group 2 mode desirable channel-protocol pagp end Defining VLANs - 87

71 How to Verify EtherChannel(Cont.) Switch#show interfaces gigabitethernet 0/9 etherchannel Port state = Up Mstr In-Bndl Channel group = 1 Mode = Desirable-Sl Gcchange = 0 Port-channel = Po2 GC = 0x Pseudo port-channel = Po1 Port index = 0 Load = 0x00 Flags: S - Device is sending Slow hello. C - Device is in Consistent state. A - Device is in Auto mode. P - Device learns on physical port. d - PAgP is down. Timers: H - Hello timer is running. Q - Quit timer is running. S - Switching timer is running. I - Interface timer is running. Local information: Hello Partner PAgP Learning Group Port Flags State Timers Interval Count Priority Method Ifindex Gi0/9 SC U6/S7 H 30s Any 15 Partner's information: Partner Partner Partner Partner Group Port Name Device ID Port Age Flags Cap. Gi0/9 DSW e.4780 Gi0/9 18s SC Age of the port in the current state: 00d:20h:00m:49s Defining VLANs - 88

72 How to Verify EtherChannel(Cont.) Switch#show etherchannel summary Flags: D down P bundled in port-channel I stand-alone s suspended H Hot-standby (LACP only) R Layer3 S Layer2 U in use f failed to allocate aggregator M not in use, minimum links not met u unsuitable for bundling w waiting to be aggregated d default port Number of channel-groups in use : 1 Number of aggregators:1 Group Port-channel Protocol Ports Po1(SU) - Fa0/23(P) Fa0/24(P) Defining VLANs - 89

73 How to Configure EtherChannel Load Blancing 같은묶음의 Port member 는 EtherChannel 를통해 traffic 이 loadbalance 이이루어짂다. Load balancing 은 Mac, Port 와 IP address(source, destination, or both) 를이용해서 traffic 이분배된다. Default: Source and destination IP address(src-des-ip) Switch(config)#port-channel load-balance type Switch#show etherchannel load-balance EtherChannel Load-Balancing Configurations: src-dst-ip Defining VLANs - 90

74

본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. 제 28 장이더체널 블로그 : net123.tistory.com 저자김정우

본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. 제 28 장이더체널 블로그 : net123.tistory.com 저자김정우 제 28 장이더체널 블로그 : net123.tistory.com - 1 - 저자김정우 이더체널 (Etherchannel) 이더체널는스위치간에연결된다수의포트를논리적인하나의포트로구성하여대역폭확장과이중화링크구현기능을수행한다. 예를들어스위치 F0/1~F0/4 포트를이더체널로구성하면, 400M 대역폭을제공하는논리적인포트를구성할수있다. 또한, F0/1 포트가장애가발생되면,

More information

Index 1. VLAN VLAN 이란? VLAN 의역핛 VLAN 번호 VLAN 과 IP Address Trunking DTP 설정 VT

Index 1. VLAN VLAN 이란? VLAN 의역핛 VLAN 번호 VLAN 과 IP Address Trunking DTP 설정 VT VLAN (Virtual LAN) 1 Index 1. VLAN... 3 1. 1 VLAN 이란?...3 1. 2 VLAN 의역핛... 3 1. 3 VLAN 번호...4 1.4 VLAN 과 IP Address... 5 1. 5 Trunking... 6 1. 6 DTP...9 1. 7 설정...11 2. VTP... 14 2. 1 VTP 란?...14 2. 2

More information

VTP(VLAN Trunk Protocol) Cisco 전용프로토콜로서트렁크로연결된스위치간에 VLAN 정보를공유하는기능을수행한다. 즉, 하나의스위치에서 VLAN을생성하거나, 삭제또는수정을실시하면, 트렁크로연결된다른스위치에게변경된 VLAN 데이터베이스정보를공유하는기능을담

VTP(VLAN Trunk Protocol) Cisco 전용프로토콜로서트렁크로연결된스위치간에 VLAN 정보를공유하는기능을수행한다. 즉, 하나의스위치에서 VLAN을생성하거나, 삭제또는수정을실시하면, 트렁크로연결된다른스위치에게변경된 VLAN 데이터베이스정보를공유하는기능을담 제 19 장 VTP 블로그 : net123.tistory.com - 1 - 저자김정우 VTP(VLAN Trunk Protocol) Cisco 전용프로토콜로서트렁크로연결된스위치간에 VLAN 정보를공유하는기능을수행한다. 즉, 하나의스위치에서 VLAN을생성하거나, 삭제또는수정을실시하면, 트렁크로연결된다른스위치에게변경된 VLAN 데이터베이스정보를공유하는기능을담당한다.

More information

Spanning Tree Protocol (STP) 1

Spanning Tree Protocol (STP) 1 Spanning Tree Protocol (STP) 1 Index 1. Ethernet Loop 2. BPDU 3. Bridge ID, Root Bridge ID 4. PVST 에서의 Bridge ID 5. Path cost 6. Port ID 7. STP 의동작방식 8. STP Port 상태변화 2 1. Ethernet Loop - 이중화구성은많은장점을가지지만

More information

본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase sta

본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase sta [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase startup-config Erasing the nvram filesystem will remove all configuration files Continue? [confirm] ( 엔터 ) [OK] Erase

More information

4. 스위치재부팅을실시한다. ( 만약, Save 질문이나오면 'no' 를실시한다.) SWx#reload System configuration has been modified. Save? [yes/no]: no Proceed with reload? [confirm] (

4. 스위치재부팅을실시한다. ( 만약, Save 질문이나오면 'no' 를실시한다.) SWx#reload System configuration has been modified. Save? [yes/no]: no Proceed with reload? [confirm] ( [ 실습 ] 스위치장비초기화 1. NVRAM 에저장되어있는 'startup-config' 파일이있다면, 삭제를실시한다. SWx>enable SWx#erase startup-config Erasing the nvram filesystem will remove all configuration files Continue? [confirm] ( 엔터 ) [OK] Erase

More information

Microsoft PowerPoint - 2.Catalyst Switch Intrastructure Protection_이충용_V1 0.ppt [호환 모드]

Microsoft PowerPoint - 2.Catalyst Switch Intrastructure Protection_이충용_V1 0.ppt [호환 모드] Catalyst Switch Infrastructure Protection Cisco Systems Korea SE 이충용 (choolee@cisco.com) Overview DoS (Denial of Service) 공격대상 - Server Resource - Network Resource - Network devices (Routers, Firewalls

More information

TTA Verified : HomeGateway :, : (NEtwork Testing Team)

TTA Verified : HomeGateway :, : (NEtwork Testing Team) TTA Verified : HomeGateway :, : (NEtwork Testing Team) : TTA-V-N-05-006-CC11 TTA Verified :2006 6 27 : 01 : 2005 7 18 : 2/15 00 01 2005 7 18 2006 6 27 6 7 9 Ethernet (VLAN, QoS, FTP ) (, ) : TTA-V-N-05-006-CC11

More information

Chapter11OSPF

Chapter11OSPF OSPF 111 OSPF Link state Interior Gateway Protocol OSPF 1988 IETF OSPF workgroup OSPF RFC 2383 version 2 Chapter OSPF Version 2 OSPFIGP AS 1 1111 Convergence Traffic Distance Vector Link state OSPF (Flooding),

More information

Network seminar.key

Network seminar.key Intro to Network .. 2 4 ( ) ( ). ?!? ~! This is ~ ( ) /,,,???? TCP/IP Application Layer Transfer Layer Internet Layer Data Link Layer Physical Layer OSI 7 TCP/IP Application Layer Transfer Layer 3 4 Network

More information

1217 WebTrafMon II

1217 WebTrafMon II (1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network

More information

Sena Device Server Serial/IP TM Version

Sena Device Server Serial/IP TM Version Sena Device Server Serial/IP TM Version 1.0.0 2005. 3. 7. Release Note Revision Date Name Description V1.0.0 2005-03-7 HJ Jeon Serial/IP 4.3.2 ( ) 210 137-130, : (02) 573-5422 : (02) 573-7710 email: support@sena.com

More information

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS ( PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (http://ddns.hanwha-security.com) Step 1~5. Step, PC, DVR Step 1. Cable Step

More information

TCP.IP.ppt

TCP.IP.ppt TCP/IP TCP/IP TCP/IP TCP/IP TCP/IP Internet Protocol _ IP Address Internet Protocol _ Subnet Mask Internet Protocol _ ARP(Address Resolution Protocol) Internet Protocol _ RARP(Reverse Address Resolution

More information

IEEE 802.1w RSTP 본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. RSTP는 IEEE 802.1d STP 컨버전스에비해서포트이전이상당히빠른 STP를의미한다. IEEE 802.1d STP 컨버전스는경우

IEEE 802.1w RSTP 본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. RSTP는 IEEE 802.1d STP 컨버전스에비해서포트이전이상당히빠른 STP를의미한다. IEEE 802.1d STP 컨버전스는경우 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. 제 24 장 IEEE 802.1w RSTP 블로그 : net123.tistory.com - 1 - 저자김정우 IEEE 802.1w RSTP 본교재는수업용으로제작된게시물입니다. 영리목적으로사용할경우저작권법제 30 조항에의거법적처벌을받을수있습니다. RSTP는 IEEE 802.1d STP 컨버전스에비해서포트이전이상당히빠른

More information

Microsoft Word Question.doc

Microsoft Word Question.doc 1. Switching 1. Frame-relay 구성 PVC만을사용할수있으며어떠한 Dynamic Circuit도허용되지않는다. FR 구간을설정하시오 A. R3, R4, R5를제외한나머지 Router에서는 Sub interface를사용할수없다. B. R4, R5는 FR point-to-point로구성하고, R3는 multipoint로구성하되반드시 subinterface를이용하여구성하시오.

More information

1.LAN의 특징과 각종 방식

1.LAN의 특징과 각종 방식 0 Chapter 1. LAN I. LAN 1. - - - - Switching - 2. LAN - (Topology) - (Cable) - - 2.1 1) / LAN - - (point to point) 2) LAN - 3) LAN - 2.2 1) Bound - - (Twisted Pair) - (Coaxial cable) - (Fiber Optics) 1

More information

USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl C

USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl C USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC Step 1~5. Step, PC, DVR Step 1. Cable Step

More information

토폴로지 2( 풀이 ) 1. 요구사항 가. 주어진자료 ( 토폴로지 2.pka) 를참고하여네트워크구성작업을완성하시오. 2. 작업내용가. 설명 - 현재토폴로지에이미통신이가능한모든설정이되어있습니다. - 그러나, 보안문제로지금부터주어진조건으로설정을다시하고자합니다. - 총 4개

토폴로지 2( 풀이 ) 1. 요구사항 가. 주어진자료 ( 토폴로지 2.pka) 를참고하여네트워크구성작업을완성하시오. 2. 작업내용가. 설명 - 현재토폴로지에이미통신이가능한모든설정이되어있습니다. - 그러나, 보안문제로지금부터주어진조건으로설정을다시하고자합니다. - 총 4개 토폴로지 2( 풀이 ) 1. 요구사항 가. 주어진자료 ( 토폴로지 2.pka) 를참고하여네트워크구성작업을완성하시오. 2. 작업내용가. 설명 - 현재토폴로지에이미통신이가능한모든설정이되어있습니다. - 그러나, 보안문제로지금부터주어진조건으로설정을다시하고자합니다. - 총 4개의네트워크를모두분리하고자동으로 IP를할당하도록설정하려합니다. * 라우터와서버를포함한모든 PC는이전의네트워크설정이되어있습니다.

More information

ARMBOOT 1

ARMBOOT 1 100% 2003222 : : : () PGPnet 1 (Sniffer) 1, 2,,, (Sniffer), (Sniffer),, (Expert) 3, (Dashboard), (Host Table), (Matrix), (ART, Application Response Time), (History), (Protocol Distribution), 1 (Select

More information

SRC PLUS 제어기 MANUAL

SRC PLUS 제어기 MANUAL ,,,, DE FIN E I N T R E A L L O C E N D SU B E N D S U B M O TIO

More information

vm-웨어-앞부속

vm-웨어-앞부속 VMware vsphere 4 This document was created using the official VMware icon and diagram library. Copyright 2009 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright

More information

시스코 무선랜 설치운영 매뉴얼(AP1200s_v1.1)

시스코 무선랜 설치운영 매뉴얼(AP1200s_v1.1) [ Version 1.3 ] Access Point,. Access Point IP 10.0.0.1, Subnet Mask 255.255.255.224, DHCP Client. DHCP Server IP IP,, IP 10.0.0.X. (Tip: Auto Sensing Straight, Cross-over.) step 1]. step 2] LAN. step

More information

Microsoft PowerPoint - ch07.ppt

Microsoft PowerPoint - ch07.ppt chapter 07. 시스코라우터기본동작 한빛미디어 -1- 학습목표 시스코라우터외적, 내적구성요소 시스코라우터부팅단계 시스코라우터명령어모드 한빛미디어 -2- 시스코라우터구성요소 라우터외부구성요소 (1) [ 그림 ] 2600 라우터전면도 인터페이스카드 전원부 LED 라우터조건 한빛미디어 -3- 시스코라우터구성요소 라우터외부구성요소 (2) [ 그림 ] VTY 를이용한라우터접속

More information

Remote UI Guide

Remote UI Guide Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................

More information

OPCTalk for Hitachi Ethernet 1 2. Path. DCOMwindow NT/2000 network server. Winsock update win95. . . 3 Excel CSV. Update Background Thread Client Command Queue Size Client Dynamic Scan Block Block

More information

Microsoft PowerPoint ppt

Microsoft PowerPoint ppt Wireless LAN 최양희서울대학교컴퓨터공학부 Radio-Based Wireless LANs Most widely used method Adv: penetrating walls and other obstacles with little attenuation. Disadv: security, interference, etc. 3 approaches: ISM

More information

6주차.key

6주차.key 6, Process concept A program in execution Program code PCB (process control block) Program counter, registers, etc. Stack Heap Data section => global variable Process in memory Process state New Running

More information

UDP Flooding Attack 공격과 방어

UDP Flooding Attack 공격과 방어 황 교 국 (fullc0de@gmail.com) SK Infosec Co., Inc MSS Biz. Security Center Table of Contents 1. 소개...3 2. 공격 관련 Protocols Overview...3 2.1. UDP Protocol...3 2.2. ICMP Protocol...4 3. UDP Flood Test Environment...5

More information

서버설정 1. VLAN 설정 1.1 토폴로지를참고로 SW1 에 vlan 설정을한다. (vlan 이름을설정하고해당인터페이스에 vlan 이름과동일한코멘트를처리하시오.) 1.2 PC에토폴로지에부여된 IP를설정하고, 게이트웨이는네트워크의마지막주소를사용합니다. - 서버에는 DN

서버설정 1. VLAN 설정 1.1 토폴로지를참고로 SW1 에 vlan 설정을한다. (vlan 이름을설정하고해당인터페이스에 vlan 이름과동일한코멘트를처리하시오.) 1.2 PC에토폴로지에부여된 IP를설정하고, 게이트웨이는네트워크의마지막주소를사용합니다. - 서버에는 DN 1. VLAN 설정 1.1 토폴로지를참고로 SW1 에 vlan 설정을한다. (vlan 이름을설정하고해당인터페이스에 vlan 이름과동일한코멘트를처리하시오.) 1.2 PC에토폴로지에부여된 IP를설정하고, 게이트웨이는네트워크의마지막주소를사용합니다. - 서버에는 DNS를설정하지않습니다. 1.3 R1에 inter-vlan 및모든 IP를설정합니다. vlan 30을위한게이트웨이는

More information

Subnet Address Internet Network G Network Network class B networ

Subnet Address Internet Network G Network Network class B networ Structure of TCP/IP Internet Internet gateway (router) Internet Address Class A Class B Class C 0 8 31 0 netid hostid 0 16 31 1 0 netid hostid 0 24 31 1 1 0 netid hostid Network Address : (A) 1 ~ 127,

More information

<4D F736F F F696E74202D B3D7C6AEBFF6C5A9C7D8C5B72E BC8A3C8AF20B8F0B5E55D>

<4D F736F F F696E74202D B3D7C6AEBFF6C5A9C7D8C5B72E BC8A3C8AF20B8F0B5E55D> 네트워크해킹 6. Switch Security 7. Spoofing Attacks 8. Sniffing Attacks 9. Hijacking Attacks 10. DoS & DDoS Chapter 6 : Switch Security Switch Security 목차 Switch Infra 이해 MAC Address학습기능 Frame Forwarding Spanning-tree

More information

1아이리포 기술사회 모의고사 참조답안

1아이리포 기술사회 모의고사 참조답안 아이리포지식창고 Data Link 계층프로토콜 STP 김우태컴퓨터시스템응용기술사 (matica5127@naver.com) STP(Spanning Tree Protocol) Concept + STP 을이해하기위한세가지개념 + STP 개요 - STP 정의 - Bridged LAN 에서의 Spanning Tree Algorithm - Bridge 구성에서의 Looping

More information

LCD Display

LCD Display LCD Display SyncMaster 460DRn, 460DR VCR DVD DTV HDMI DVI to HDMI LAN USB (MDC: Multiple Display Control) PC. PC RS-232C. PC (Serial port) (Serial port) RS-232C.. > > Multiple Display

More information

ecorp-프로젝트제안서작성실무(양식3)

ecorp-프로젝트제안서작성실무(양식3) (BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing

More information

R50_51_kor_ch1

R50_51_kor_ch1 S/N : 1234567890123 Boot Device Priority NumLock [Off] Enable Keypad [By NumLock] Summary screen [Disabled] Boor-time Diagnostic Screen [Disabled] PXE OPROM [Only with F12]

More information

final_thesis

final_thesis CORBA/SNMP DPNM Lab. POSTECH email : ymkang@postech.ac.kr Motivation CORBA/SNMP CORBA/SNMP 2 Motivation CMIP, SNMP and CORBA high cost, low efficiency, complexity 3 Goal (Information Model) (Operation)

More information

BGP AS AS BGP AS BGP AS 65250

BGP AS AS BGP AS BGP AS 65250 BGP AS 65000 AS 64500 BGP AS 65500 BGP AS 65250 0 7 15 23 31 BGP Message 16byte Marker 2byte Length, 1byte Type. Marker : BGP Message, BGP Peer.Message Type Open Marker 1.. Length : BGP Message,

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Global Broadband No.1 V5724G 장애처리 v1.0 Technology Service 1 Team 개별가입자통신이안될경 우 1. 장애가입자의등록상태확인 장애접수된가입자의 PON Link 가정상적인지확인한다. 만약 Inactive 상태라면물리적인 Link 가안된경우이다. V5724G(pon)# sh onu register 2/2 -----------------------------------------------------------------------------------------------------------

More information

bn2019_2

bn2019_2 arp -a Packet Logging/Editing Decode Buffer Capture Driver Logging: permanent storage of packets for offline analysis Decode: packets must be decoded to human readable form. Buffer: packets must temporarily

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 10-35-03-03 한국통신학회논문지 '10-03 Vol. 35 No. 3 원활한 채널 변경을 지원하는 효율적인 IPTV 채널 관리 알고리즘 준회원 주 현 철*, 정회원 송 황 준* Effective IPTV Channel Control Algorithm Supporting Smooth Channel Zapping HyunChul Joo* Associate

More information

소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수

소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수 사용 설명서 TeraStation Pro II TS-HTGL/R5 패키지 내용물: 본체 (TeraStation) 이더넷 케이블 전원 케이블 TeraNavigator 설치 CD 사용 설명서 (이 설명서) 제품 보증서 www.buffalotech.com 소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를

More information

Installing Template Theme Files

Installing Template Theme Files 네트워크디자인패러다임변화의주인공! 넥서스스위치 -Case Study - DataCenter Solution S.E 최우형부장 (whchoi@cisco.com) . 2 Cloud Center - A Cloud Center - B 고객의요구사항 DataCenter te 장애또는이젂의싞속성 안젂한서버이젂작업 트래픽로드의분산 해결방안 효과적인 Active/Standby

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

Network Security - Wired Sniffing 실습 ICNS Lab. Kyung Hee University

Network Security - Wired Sniffing 실습 ICNS Lab. Kyung Hee University Network Security - Wired Sniffing 실습 ICNS Lab. Kyung Hee University Outline Network Network 구조 Source-to-Destination 간 packet 전달과정 Packet Capturing Packet Capture 의원리 Data Link Layer 의동작 Wired LAN Environment

More information

SMB_ICMP_UDP(huichang).PDF

SMB_ICMP_UDP(huichang).PDF SMB(Server Message Block) UDP(User Datagram Protocol) ICMP(Internet Control Message Protocol) SMB (Server Message Block) SMB? : Microsoft IBM, Intel,. Unix NFS. SMB client/server. Client server request

More information

Multi Channel Analysis. Multi Channel Analytics :!! - (Ad network ) Report! -! -!. Valuepotion Multi Channel Analytics! (1) Install! (2) 3 (4 ~ 6 Page

Multi Channel Analysis. Multi Channel Analytics :!! - (Ad network ) Report! -! -!. Valuepotion Multi Channel Analytics! (1) Install! (2) 3 (4 ~ 6 Page Multi Channel Analysis. Multi Channel Analytics :!! - (Ad network ) Report! -! -!. Valuepotion Multi Channel Analytics! (1) Install! (2) 3 (4 ~ 6 Page ) Install!. (Ad@m, Inmobi, Google..)!. OS(Android

More information

ARP(Address Resolution Protocol) ARP - Layer 2 계층, Ethernet 환경에서 Destination IP 에대한 MAC Address 변환동작을담당한다. - 논리주소 (IP) 를물리주소 (MAC) 로변환시켜주는프로토콜이다. - 서로

ARP(Address Resolution Protocol) ARP - Layer 2 계층, Ethernet 환경에서 Destination IP 에대한 MAC Address 변환동작을담당한다. - 논리주소 (IP) 를물리주소 (MAC) 로변환시켜주는프로토콜이다. - 서로 Analysis is ARP Spoofing Index 1. ARP ARP ARP 동작방식 ARP Cache ARP Packet 2. ARP Spoofing ARP Spoofing의원리 ARP Spoofing의동작방식 ARP Spoofing 공격테스트 3. 4. ARP Spoofing 의공격징후 PC Switch ARP Spoofing 방어, 대책 PC Switch

More information

슬라이드 1

슬라이드 1 DHCP (Dynamic Host Configuration Protocol) Oct 2006 Technical Support Div. Tel : 031-739-6800 Mail : support@corecess.com DHCP Motivations Automatic network configuration for clients No administrator intervention

More information

() Aloha Netowrk ether(,, )network Ehternet, DEC, ( DIX(DEC, Intel, Xerox) IEEE(, ) 5 9,, (Xerox) (Bob Metcalfe), (, ) A

() Aloha Netowrk ether(,, )network Ehternet, DEC, ( DIX(DEC, Intel, Xerox) IEEE(,   ) 5 9,, (Xerox) (Bob Metcalfe), (, ) A 1 2 3 4 1960 1973 () Aloha Netowrk ether(,, )network Ehternet, DEC, ( DIX(DEC, Intel, Xerox) IEEE(, http://wwwieeeorg/, ) 5 9,, (Xerox) (Bob Metcalfe), (, ) Aloha Network 1960 / IEEE CSMA/CD IEEE () 30

More information

thesis

thesis CORBA TMN Surveillance System DPNM Lab, GSIT, POSTECH Email: mnd@postech.ac.kr Contents Motivation & Goal Related Work CORBA TMN Surveillance System Implementation Conclusion & Future Work 2 Motivation

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 V5724G 기능추가사항 Global Broadband No.1 NOS 3.13 NOS 3.15 Technology Service 1 Team 기능추가내용 고정 IP 차단및 ARP spoofing 차단기능 기능구현개요 : DHCP Snoop Table + ARP inspection Table ARP Spoofing 공격에의한 Switch 내부의 ARP table

More information

Intro to Servlet, EJB, JSP, WS

Intro to Servlet, EJB, JSP, WS ! Introduction to J2EE (2) - EJB, Web Services J2EE iseminar.. 1544-3355 ( ) iseminar Chat. 1 Who Are We? Business Solutions Consultant Oracle Application Server 10g Business Solutions Consultant Oracle10g

More information

강의10

강의10 Computer Programming gdb and awk 12 th Lecture 김현철컴퓨터공학부서울대학교 순서 C Compiler and Linker 보충 Static vs Shared Libraries ( 계속 ) gdb awk Q&A Shared vs Static Libraries ( 계속 ) Advantage of Using Libraries Reduced

More information

Solaris System Administration

Solaris System Administration Dynamips 를이용한 Cisco Router 와 Switch 가상화 1. Dynamips 소개 2. Dynamips win32용설치 3. Dynamips에서지원하는장비 4. Dynamips에서지워하는모듈 5. NET file 구조 6. Dynamips를이용한 LAB 구축 7. IPv6 address 구조 8. IPv6 RIP Router 구성하기 Dynamips

More information

휠세미나3 ver0.4

휠세미나3 ver0.4 andromeda@sparcs:/$ ls -al dev/sda* brw-rw---- 1 root disk 8, 0 2014-06-09 18:43 dev/sda brw-rw---- 1 root disk 8, 1 2014-06-09 18:43 dev/sda1 brw-rw---- 1 root disk 8, 2 2014-06-09 18:43 dev/sda2 andromeda@sparcs:/$

More information

VZ94-한글매뉴얼

VZ94-한글매뉴얼 KOREAN / KOREAN VZ9-4 #1 #2 #3 IR #4 #5 #6 #7 ( ) #8 #9 #10 #11 IR ( ) #12 #13 IR ( ) #14 ( ) #15 #16 #17 (#6) #18 HDMI #19 RGB #20 HDMI-1 #21 HDMI-2 #22 #23 #24 USB (WLAN ) #25 USB ( ) #26 USB ( ) #27

More information

Mango220 Android How to compile and Transfer image to Target

Mango220 Android How to compile and Transfer image to Target Mango220 Android How to compile and Transfer image to Target http://www.mangoboard.com/ http://cafe.naver.com/embeddedcrazyboys Crazy Embedded Laboratory www.mangoboard.com cafe.naver.com/embeddedcrazyboys

More information

UML

UML Introduction to UML Team. 5 2014/03/14 원스타 200611494 김성원 200810047 허태경 200811466 - Index - 1. UML이란? - 3 2. UML Diagram - 4 3. UML 표기법 - 17 4. GRAPPLE에 따른 UML 작성 과정 - 21 5. UML Tool Star UML - 32 6. 참조문헌

More information

Microsoft Word doc

Microsoft Word doc TCP/IP 구조 1. I.P 구조설명 2. ARP 구조설명 3. TCP 구조설명 4. UDT 구조설명 5. RIP 구조설명 6. BOOTP 구조설명 7. TFTP 구조설명 destination addr source addr type data CRC 6 6 2 46-1500 4 type 0X0800 IP datagram 2 46-1500 type 0X0806

More information

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

T100MD+

T100MD+ User s Manual 100% ) ( x b a a + 1 RX+ TX+ DTR GND TX+ RX+ DTR GND RX+ TX+ DTR GND DSR RX+ TX+ DTR GND DSR [ DCE TYPE ] [ DCE TYPE ] RS232 Format Baud 1 T100MD+

More information

歯최덕재.PDF

歯최덕재.PDF ISP Monitoring Tool OSPF SNMP, Metric MIB OSPFECMP 1 11 [6], Metric ISP(Internet Service Provider) Monitoring Tool, [5] , (Network Management System) SNMP ECMP Cost OSPF ECMP IGP(Interior Gateway Protocol)

More information

chapter4

chapter4 Basic Netw rk 1. ก ก ก 2. 3. ก ก 4. ก 2 1. 2. 3. 4. ก 5. ก 6. ก ก 7. ก 3 ก ก ก ก (Mainframe) ก ก ก ก (Terminal) ก ก ก ก ก ก ก ก 4 ก (Dumb Terminal) ก ก ก ก Mainframe ก CPU ก ก ก ก 5 ก ก ก ก ก ก ก ก ก ก

More information

untitled

untitled CAN BUS RS232 Line Ethernet CAN H/W FIFO RS232 FIFO IP ARP CAN S/W FIFO TERMINAL Emulator COMMAND Interpreter ICMP TCP UDP PROTOCOL Converter TELNET DHCP C2E SW1 CAN RS232 RJ45 Power

More information

제20회_해킹방지워크샵_(이재석)

제20회_해킹방지워크샵_(이재석) IoT DDoS DNS (jaeseog@sherpain.net) (www.sherpain.net) DDoS DNS DDoS / DDoS(Distributed DoS)? B Asia Broadband B Bots connect to a C&C to create an overlay network (botnet) C&C Provider JP Corp. Bye Bye!

More information

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

TEL: 042-863-8301~3 FAX: 042-863-8304 5 6 6 6 6 7 7 8 8 9 9 10 10 10 10 10 11 12 12 12 13 14 15 14 16 17 17 18 1 8 9 15 1 8 9 15 9. REMOTE 9.1 Remote Mode 1) CH Remote Flow Set 0 2) GMate2000A

More information

Assign an IP Address and Access the Video Stream - Installation Guide

Assign an IP Address and Access the Video Stream - Installation Guide 설치 안내서 IP 주소 할당 및 비디오 스트림에 액세스 책임 본 문서는 최대한 주의를 기울여 작성되었습니다. 잘못되거나 누락된 정보가 있는 경우 엑시스 지사로 알려 주시기 바랍니다. Axis Communications AB는 기술적 또는 인쇄상의 오류에 대해 책 임을 지지 않으며 사전 통지 없이 제품 및 설명서를 변경할 수 있습니다. Axis Communications

More information

10X56_NWG_KOR.indd

10X56_NWG_KOR.indd 디지털 프로젝터 X56 네트워크 가이드 이 제품을 구입해 주셔서 감사합니다. 본 설명서는 네트워크 기능 만을 설명하기 위한 것입니다. 본 제품을 올바르게 사 용하려면 이 취급절명저와 본 제품의 다른 취급절명저를 참조하시기 바랍니다. 중요한 주의사항 이 제품을 사용하기 전에 먼저 이 제품에 대한 모든 설명서를 잘 읽어 보십시오. 읽은 뒤에는 나중에 필요할 때

More information

Microsoft PowerPoint - ch13.ppt

Microsoft PowerPoint - ch13.ppt chapter 13. 네트워크보안과 ACL 한빛미디어 -1- 학습목표 계층별네트워크보안이슈 시스코라우터의 ACL 시스코라우터의 ACL 설정 한빛미디어 -2- 계층별네트워크보안이슈 데이터링크계층보안 ARP 스푸핑 MAC 플러딩 한빛미디어 -3- 계층별네트워크보안이슈 방화벽 [ 그림 ] 방화벽구조 한빛미디어 -4- 계층별네트워크보안이슈 침입탐지시스템 (IDS)

More information

歯I-3_무선통신기반차세대망-조동호.PDF

歯I-3_무선통신기반차세대망-조동호.PDF KAIST 00-03-03 / #1 1. NGN 2. NGN 3. NGN 4. 5. 00-03-03 / #2 1. NGN 00-03-03 / #3 1.1 NGN, packet,, IP 00-03-03 / #4 Now: separate networks for separate services Low transmission delay Consistent availability

More information

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서 PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..

More information

1. 회사소개 및 연혁 - 회사소개 회사소개 회사연혁 대표이사: 한종열 관계사 설립일 : 03. 11. 05 자본금 : 11.5억원 인 원 : 18명 에스오넷 미도리야전기코리 아 미도리야전기(일본) 2008 2007 Cisco Premier Partner 취득 Cisco Physical Security ATP 취득(진행) 서울시 강남구 도심방범CCTV관제센터

More information

슬라이드 1

슬라이드 1 네트워크 기말고사 91613624 김민경 91613739 백수연 1 목차 1. 전체토폴로지 2. 정적경로설정 3. VPN 4. PPP-PAP / CHAP 7. Port-Security 8. VTP / STP 9. 무선 LAN 10. DHCP 5. Frame-Relay 11. NAT 6. VLAN 2 1. 전체토폴로지 3 1. 전체토폴로지 ( RIP, EIGRP,

More information

cam_IG.book

cam_IG.book 설치 안내서 AXIS P3301 고정형 돔 네트워크 카메라 AXIS P3301-V 고정형 돔 네트워크 카메라 한국어 AXIS P3304 고정형 돔 네트워크 카메라 AXIS P3304-V 고정형 돔 네트워크 카메라 문서 정보 본 문서에는 사용자 네트워크에 AXIS P3301/P3304 고정형 돔 네트워크 카메라를 설치하는 방법에 대 한 지침이 포함되어 있습니다.

More information

1. GLBP란 GLBP는 HSRP의기능을강화한 CISCO 이중화프로토콜이다. HSRP의확장인 GLBP는 virtual ip 할당을동적으로시행하고 GLBP 그룹멤버에다수의 virtual mac 주소를할당한다. ( 최대 4개 ) 캠퍼스네트워크에서 layer 3 vlan

1. GLBP란 GLBP는 HSRP의기능을강화한 CISCO 이중화프로토콜이다. HSRP의확장인 GLBP는 virtual ip 할당을동적으로시행하고 GLBP 그룹멤버에다수의 virtual mac 주소를할당한다. ( 최대 4개 ) 캠퍼스네트워크에서 layer 3 vlan 1. GLBP란 GLBP는 HSRP의기능을강화한 CISCO 이중화프로토콜이다. HSRP의확장인 GLBP는 virtual ip 할당을동적으로시행하고 GLBP 그룹멤버에다수의 virtual mac 주소를할당한다. ( 최대 4개 ) 캠퍼스네트워크에서 layer 3 vlan 인터페이스가호스트에대해서게이트웨이로서동작한다. 이경우 GLBP를사용하면 load balancing

More information

The Self-Managing Database : Automatic Health Monitoring and Alerting

The Self-Managing Database : Automatic Health Monitoring and Alerting The Self-Managing Database : Automatic Health Monitoring and Alerting Agenda Oracle 10g Enterpirse Manager Oracle 10g 3 rd Party PL/SQL API Summary (Self-Managing Database) ? 6% 6% 12% 55% 6% Source: IOUG

More information

歯규격(안).PDF

歯규격(안).PDF ETRI ETRI ETRI ETRI WTLS PKI Client, WIM IS-95B VMS VLR HLR/AC WPKI Cyber society BTS BSC MSC IWF TCP/IP Email Server Weather Internet WAP Gateway WTLS PKI Client, WIM BSC VMS VLR HLR/AC Wireless Network

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Global Broadband No.1 V5724G 운용교육 Technology Service 1 Team 목차 PON 관련 CLI 설정방법 가입자등록절차 가입자 Profile 가입자상태조회하기 PON 관련 CLI 설정방법 PON 관련 CLI 구조 1 E-PON 에서가입자는 ONT 나 ONU 가존재할수있으나다산 V5724G CLI 에서는이를모두통칭하여 ONU

More information

KillTest

KillTest KillTest Exam : 350-001-LAB : Title CCIE-ROUTING AND SWITCHING QUALIFICATION (Lab exam) Version : Demo 1 / 28 N1. 2 / 28 Part-1 Bridge and Switching 1.1 vtp Sw1/Sw2/Sw3/Sw4 VTP domain:vtp+yy VTP mode:transparent

More information

untitled

untitled Push... 2 Push... 4 Push... 5 Push... 13 Push... 15 1 FORCS Co., LTD A Leader of Enterprise e-business Solution Push (Daemon ), Push Push Observer. Push., Observer. Session. Thread Thread. Observer ID.

More information

[ 네트워크 1] 3 주차 1 차시. IPv4 주소클래스 3 주차 1 차시 IPv4 주소클래스 학습목표 1. IP 헤더필드의구성을파악하고요약하여설명할수있다. 2. Subnet ID 및 Subnet Mask 를설명할수있고, 각클래스의사용가능한호스트수와사설 IP 주소및네트

[ 네트워크 1] 3 주차 1 차시. IPv4 주소클래스 3 주차 1 차시 IPv4 주소클래스 학습목표 1. IP 헤더필드의구성을파악하고요약하여설명할수있다. 2. Subnet ID 및 Subnet Mask 를설명할수있고, 각클래스의사용가능한호스트수와사설 IP 주소및네트 3 주차 1 차시 IPv4 주소클래스 학습목표 1. IP 헤더필드의구성을파악하고요약하여설명할수있다. 2. Subnet ID 및 Subnet Mask 를설명할수있고, 각클래스의사용가능한호스트수와사설 IP 주소및네트워크주소와 브로드캐스트주소를설명할수있다. 학습내용 1 : IP 헤더필드구성 1. Network Layer Fields 2. IP 헤더필드의구성 1)

More information

슬라이드 1

슬라이드 1 / 유닉스시스템개요 / 파일 / 프로세스 01 File Descriptor file file descriptor file type unix 에서의파일은단지바이트들의나열임 operating system 은파일에어떤포맷도부과하지않음 파일의내용은바이트단위로주소를줄수있음 file descriptor 는 0 이나양수임 file 은 open 이나 creat 로 file

More information

歯김병철.PDF

歯김병철.PDF 3G IETF byckim@mission.cnu.ac.kr kckim@konkuk.ac.kr Mobile IP WG Seamoby WG ROHC WG 3G IETF 3G IETF Mobile IP WG 3GIP Seamoby WG ROHC WG MIP WG / NAI Mobile IP / AAA IPv4 / MIP WG RFC2002bis MIPv6 INRIA

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

More information

MS-SQL SERVER 대비 기능

MS-SQL SERVER 대비 기능 Business! ORACLE MS - SQL ORACLE MS - SQL Clustering A-Z A-F G-L M-R S-Z T-Z Microsoft EE : Works for benchmarks only CREATE VIEW Customers AS SELECT * FROM Server1.TableOwner.Customers_33 UNION ALL SELECT

More information

침입방지솔루션도입검토보고서

침입방지솔루션도입검토보고서 IT 2005. 06. 02. IT IT Windows 3503 4463 4178 64% Solaris 142 56 36 Digital UX 37 24 9 Tru64 30 20 26 Server & DeskTop UNIX HP-UX 27 IRIX 19 FreeBSD 12 7 15 8 5 17 9 2% AIX 5 3 3 Linux 348 400 516 8% Apple

More information

Microsoft Word - FS_ZigBee_Manual_V1.3.docx

Microsoft Word - FS_ZigBee_Manual_V1.3.docx FirmSYS Zigbee etworks Kit User Manual FS-ZK500 Rev. 2008/05 Page 1 of 26 Version 1.3 목 차 1. 제품구성... 3 2. 개요... 4 3. 네트워크 설명... 5 4. 호스트/노드 설명... 6 네트워크 구성... 6 5. 모바일 태그 설명... 8 6. 프로토콜 설명... 9 프로토콜 목록...

More information

hd1300_k_v1r2_Final_.PDF

hd1300_k_v1r2_Final_.PDF Starter's Kit for HelloDevice 1300 Version 11 1 2 1 2 3 31 32 33 34 35 36 4 41 42 43 5 51 52 6 61 62 Appendix A (cross-over) IP 3 Starter's Kit for HelloDevice 1300 1 HelloDevice 1300 Starter's Kit HelloDevice

More information

PCServerMgmt7

PCServerMgmt7 Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network

More information

Intra_DW_Ch4.PDF

Intra_DW_Ch4.PDF The Intranet Data Warehouse Richard Tanler Ch4 : Online Analytic Processing: From Data To Information 2000. 4. 14 All rights reserved OLAP OLAP OLAP OLAP OLAP OLAP is a label, rather than a technology

More information

歯이시홍).PDF

歯이시홍).PDF cwseo@netsgo.com Si-Hong Lee duckling@sktelecom.com SK Telecom Platform - 1 - 1. Digital AMPS CDMA (IS-95 A/B) CDMA (cdma2000-1x) IMT-2000 (IS-95 C) ( ) ( ) ( ) ( ) - 2 - 2. QoS Market QoS Coverage C/D

More information

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate ALTIBASE HDB 6.1.1.5.6 Patch Notes 목차 BUG-39240 offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG-41443 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate 한뒤, hash partition

More information

DW 개요.PDF

DW 개요.PDF Data Warehouse Hammersoftkorea BI Group / DW / 1960 1970 1980 1990 2000 Automating Informating Source : Kelly, The Data Warehousing : The Route to Mass Customization, 1996. -,, Data .,.., /. ...,.,,,.

More information

/ TV 80 () DAB 2001 2002 2003 2004 2005 2010 Analog/Digital CATV Services EPG TV ( 60 ) TV ( Basic, Tier, Premiums 60 ) VOD Services Movies In Demand ( 20 ) Education N- VOD (24 ) Digital Music

More information

Tablespace On-Offline 테이블스페이스 온라인/오프라인

Tablespace On-Offline 테이블스페이스 온라인/오프라인 2018/11/10 12:06 1/2 Tablespace On-Offline 테이블스페이스온라인 / 오프라인 목차 Tablespace On-Offline 테이블스페이스온라인 / 오프라인... 1 일반테이블스페이스 (TABLESPACE)... 1 일반테이블스페이스생성하기... 1 테이블스페이스조회하기... 1 테이블스페이스에데이터파일 (DATA FILE) 추가

More information

<31372DB9DABAB4C8A32E687770>

<31372DB9DABAB4C8A32E687770> 김경환 박병호 충북대학교 도시공학과 (2010. 5. 27. 접수 / 2011. 11. 23. 채택) Developing the Traffic Severity by Type Kyung-Hwan Kim Byung Ho Park Department of Urban Engineering, Chungbuk National University (Received May

More information

thesis

thesis ( Design and Implementation of a Generalized Management Information Repository Service for Network and System Management ) ssp@nile nile.postech.ac..ac.kr DPE Lab. 1997 12 16 GMIRS GMIRS GMIRS prototype

More information