♦ 단독 이더넷 스위치
- PC, 서버, 라우터 스위치 등 이더넷 포트를 연결시켜주는 장비
- 단독형, 스택형, 모듈형으로 나눔
- 이더넷, 패스트 이더넷, 기가비트 이더넷 등이 있다.
♦ 스택형 이더넷 위치
- 여러대의 스위치를 하나의 스위치처럼 사용
♦ 모듈형 이더넷 스위치
- 필요한 모듈을 선택적으로 장착
- 다양한 속도, 매체(UTP) 지원
- 방화벽, VPN게이트웨이 등 여러 기능 지원
♦ 스위치 동작 원리
- MAC 주소 테이블 : 주소와 포트번호, VLAN 으로 구성.
- 초기 MAC주소 테이블은 비어있음
- Flooding : 들어오는 프레임의 목적지 MAC주소를 확인하고, 목적지 주소가 MAC테이블에 있는지 검사. 테이블에 목적지 주소가 없을경우 들어온 포트를 제외한 나머지 포트로 프레임을 보냄 (Flooding)
- Learning : 프레임을 수신하면, 소스 MAC주소 검사. 소스 MAC주소가 없으면 MAC주소 테이블에 저장(Learning). MAC주소가 있으면 갱신.
- 프랜스 패런트 브리징
1. 필터링 : 목적지 MAC주소가 출발지 MAC주소와 동일한 포트에 있으면 해당 프레임 차단
2. 포워딩 : 목적지 MAC주소가 MAC 주소 테이브에 있으면 전송
- Aging : 프레임이 5분동안 들어오지 않으면 MAC 주소 테이블에서 해당 주소 삭제. 주소 쌓이는걸 방지
♦ 스위치 기본 설정 및 설정 확인
- ? : 명령어, 옵션 보기
- > : 이용자 모드 프롬프트
- enable : 관리자 모드(#)
- conf t : 전체 설정 모드
- exit : 설정모드에서 빠져나오기
- end, ctrl+z : 한번에 빠져나오기
♦ 스위치 초기화
- delete vlan.dat : vlan정보가 저장된 파일 삭제
- erase start : 설정 파일 삭제
- reload : 재부팅
- 저장하겠습니까? no
♦ 스위치 이름 설정
- enable
- conf t
- hostname "xx"
- 설정 취소 : no hostname
♦ logging sync 설정
- 명령어 입력 도중 시스템 메시지 표시되어도 지워지지 않음
- conf t
- line 0 16
- logging synchrononus
♦ IP 주소 부여하기
- 스위치에 IP주소를 부여하는 목적
- VLAN 인터페이스 : interface vlan 1→ no shutdown→ ip address "xxx"
- Default Gateway 설정 : conf t→ ip default-gateway "xxx"→ ping "xxx"
- 스위치에 디폴트 게이트웨이 지정시 일치 조건
IP주소를 부여한 VLAN번호, 라우터가 연결된 인터페이스의 VLAN번호
♦ 암호 설정
- conf t
- enable secret "xxx" : 암호가 암호화되어 저장
- 텔넷 패스워드 : 패스워드 설정하지 않으면 텔넷 사용 불가능 : line vty 0 15→ password "xxx"
♦ 배너 달기
- conf t
- banner motd *
♦ 인터페이스 설명 달기
- 장애를 처리할 때 인터페이스의 설명이 도움
- interface fastethernet
- description "xxx"
♦ 설정 파일 저장
- copy
- write momory
- wr
♦ 스위치 동작 확인
- 전체 설정내용 확인 : show running-config. 기본 설정이 아닌것만 표시
- 설정파일 일부만 보기 : show run | begin interface
- 전체 인터페이스 상태 확인 : show interfaces status. 포,트 이름, 상태, VLAN, 두플랙스, 속도, 타입 표시
- 인터페이스 IP 확인 : show ip interface brief
♦ Single Ethernet switch
- Equipment to connect Ethernet port such as PC, server, router switch
- Single, stacked, modular
- Ethernet, Fast Ethernet, and Gigabit Ethernet.
♦ Stacked Ethernet Location
- Use multiple switches as a single switch
♦ Modular Ethernet Switch
- Optional mounting of required modules
- Various speed, medium (UTP) support
- Supports various functions such as firewall and VPN gateway
♦ Switch operation principle
- MAC address table: Configured by address and port number, VLAN.
- Initial MAC address table is empty
- Flooding: Check the destination MAC address of the incoming frame and check whether the destination address is in the MAC table. If there is no destination address in the table, the frame is sent to the port except the incoming port (Flooding)
- Learning: Upon receiving the frame, check the source MAC address. If there is no source MAC address, it is stored in the MAC address table. Update if MAC address exists.
- Phantom bridging
1. Filtering: If the destination MAC address is on the same port as the source MAC address,
2. Forwarding: If the destination MAC address is in the MAC address t
- Aging: If the frame does not come in for 5 minutes, delete the address from the MAC address table. Prevent accumulation of addresses
♦ Checking switch preferences and settings
-? : Command, view options
->: User mode prompt
- enable: Administrator mode (#)
- conf t: Full configuration mode
- exit: Exit setup mode
- end, ctrl + z: Exit at once
♦ Initializing the Switch
- delete vlan.dat: delete the file where vlan information is stored
- erase start: Delete configuration file
- reload: reboot
- Do you want to save it? No
♦ Set switch name
- enable
- conf t
- hostname "xx"
- Cancel setting: no hostname
♦ Setting logging sync
- Even if system message is displayed during command input, it will not be erased
- conf t
- line 0 16
- logging synchrononus
♦ Assigning an IP address
- Purpose of assigning an IP address to a switch
- VLAN interface: interface vlan 1 → no shutdown → ip address "xxx"
- Default Gateway configuration: conf t → ip default-gateway "xxx" → ping "xxx"
- When specifying a default gateway on the switch,
The VLAN number to which the IP address is assigned, and the VLAN number of the interface to which the router is connected
♦ Set Password
- conf t
- enable secret "xxx": password is stored encrypted
- Telnet Password: Disable Telnet if password is not set: line vty 0 15 → password "xxx"
♦ Bannering
- conf t
- banner motd *
♦ Interface description
- A description of the interface helps in handling faults
- interface fastethernet
- description "xxx"
♦ Save Configuration File
- copy
- write momory
- wr
♦ Check switch operation
- Check the entire configuration: show running-config. Show only non-default settings
- Show only some configuration files: show run | Begin interface
- Check overall interface status: show interfaces status. Port name, status, VLAN, double flex, speed, type indication
- Check interface IP: show ip interface brief
♦ ki Ethernet tasi
- Meafaigaluega e fesootai le taulaga Ethernet, e pei o PC, faigaluega, router, ki,
- Tu-na, faasoa atu se stackable, modular
Aofia Ethernet, Ethernet Anapogi, Gigabit Ethernet -
♦ nofoaga stackable Ethernet
- faaaogaina switches tele e avea o se ki e tasi
♦ Modular Switches Ethernet
- optionally faatotogaina i le modules talafeagai
- Support saosaoa eseese, auala (UTP)
- Fesoasoani mo galuega tele, e pei o firewall, faitotoa VPN,
♦ ki mataupu faavae o faagaoioia
- laulau tuatusi Mac: tuatusi ma taulaga numera, configured ma VLAN.
- I totonu o le uluai laulau tuatusi Mac o gaogao
- lologa: Siaki le taunuuga tuatusi Mac o se faavaa fafati, ma siaki pe talanoa le taunuuga Mac i le laulau. Afai o le laulau e leai ni le tuatusi taunuuga auina mai se faavaa i le uafu totoe vagana ai le taulaga fafati (lologa)
- Aoaoina: Ina ua le mauaina o se tino, o le puna tuatusi Mac siakiina. Afai o le puna tuatusi Mac teuina i le laulau tuatusi Mac (Aoao). Afai e faafou le tuatusi Mac.
- bridging matua Frans
1. faamama: poloka le faavaa taunuuga tuatusi Mac o le taulaga lava lea e tasi mai le tuatusi Mac
2. O le forwarding: Afai o le taunuuga tuatusi Mac i le auina tuatusi Mac Tave
- matutua: Faavaa 5 minute aveese le tuatusi mai le laulau tuatusi Mac pe afai e te oo i ai. Taofia ai oe mai le mauaina mai Address
♦ Siaki ki mananao i ai ma tulaga
- View poloaiga, o le Filifiliga:
-> vave Faiga tagata e faaaogāina
- mafai: faiga Pule (#)
- conf t: faiga faatulagaga atoa
- ulufafo: ulufafo ai le faiga faatulagaga
- iuga, ctrl + z: o ese mai i le taimi e tasi,
♦ ki initialization
- aveese vlan.dat: faamatalaga faila aveesea teuina vlan
- Tape amataga: Faatulaga e aveese faila
- reload: reboot
- Aua e te manao e laveai ai? leai
♦ Seti le suafa ki
- mafai
- conf t
- hostname "xx"
- Faatulagaina o manino: leai hostname
♦ logging tulaga sync
- i le taimi o le poloaiga ona aveesea e tusa lava pe le faaaliga savali faiga
- conf t
- laina 0 16
- synchrononus logging
♦ e tuuina atu tuatusi IP
- faamoemoe e tuuina atu se lauga IP i le ki,
- VLAN Ofisa: Ofisa vlan 1 → leai shutdown → tuatusi IP "xxx"
- faaletonu tulaga faitotoa: conf t → IP faaletonu-faitotoa "xxx" → ping "xxx"
- taiala fetaui faamaoti faitotoa faaletonu pe a le ki
numera VLAN tofia se tuatusi IP, o le aofai VLAN router o le Ofisa o fesootai
♦ Seti upu faataga
- conf t
- mafai lilo "xxx": o loo teuina le upu faataga faiga o faailoga faalilolilo
- Telnet upu faataga: Afai e te le faatuina se telnet upu faataga le atoatoa: laina vty 0 15 → upu faataga "xxx"
♦ tagavai tali
- conf t
- fuʻa motd *
♦ tali Ofisa o Faamatalaga
- o se faamatalaga o le fesoasoani Ofisa e taulimaina le toilalo
- fastethernet Ofisa
- faamatalaga "xxx"
♦ faila nofoaga Faasao
- kopi
- tusi momory
- wr
♦ faagaoioia ki afaina
- Siaki le tulaga atoa: faaalia tamoʻe-config. Ahningeot faaaliga na o le tulaga faaletonu
- na o se vaega o le vaaiga faila configuration: faaalia taufetuli | amata Ofisa
- Siaki le tulaga o le Ofisa atoa: interfaces faaalia tulaga. Fa, igoa sooupu, setete, VLAN, lua Fuʻa, saosaoa, ituaiga faaaliga
- Ofisa o siaki IP: ia faaali puupuu Ofisa o IP
- PC, 서버, 라우터 스위치 등 이더넷 포트를 연결시켜주는 장비
- 단독형, 스택형, 모듈형으로 나눔
- 이더넷, 패스트 이더넷, 기가비트 이더넷 등이 있다.
♦ 스택형 이더넷 위치
- 여러대의 스위치를 하나의 스위치처럼 사용
♦ 모듈형 이더넷 스위치
- 필요한 모듈을 선택적으로 장착
- 다양한 속도, 매체(UTP) 지원
- 방화벽, VPN게이트웨이 등 여러 기능 지원
♦ 스위치 동작 원리
- MAC 주소 테이블 : 주소와 포트번호, VLAN 으로 구성.
- 초기 MAC주소 테이블은 비어있음
- Flooding : 들어오는 프레임의 목적지 MAC주소를 확인하고, 목적지 주소가 MAC테이블에 있는지 검사. 테이블에 목적지 주소가 없을경우 들어온 포트를 제외한 나머지 포트로 프레임을 보냄 (Flooding)
- Learning : 프레임을 수신하면, 소스 MAC주소 검사. 소스 MAC주소가 없으면 MAC주소 테이블에 저장(Learning). MAC주소가 있으면 갱신.
- 프랜스 패런트 브리징
1. 필터링 : 목적지 MAC주소가 출발지 MAC주소와 동일한 포트에 있으면 해당 프레임 차단
2. 포워딩 : 목적지 MAC주소가 MAC 주소 테이브에 있으면 전송
- Aging : 프레임이 5분동안 들어오지 않으면 MAC 주소 테이블에서 해당 주소 삭제. 주소 쌓이는걸 방지
♦ 스위치 기본 설정 및 설정 확인
- ? : 명령어, 옵션 보기
- > : 이용자 모드 프롬프트
- enable : 관리자 모드(#)
- conf t : 전체 설정 모드
- exit : 설정모드에서 빠져나오기
- end, ctrl+z : 한번에 빠져나오기
♦ 스위치 초기화
- delete vlan.dat : vlan정보가 저장된 파일 삭제
- erase start : 설정 파일 삭제
- reload : 재부팅
- 저장하겠습니까? no
♦ 스위치 이름 설정
- enable
- conf t
- hostname "xx"
- 설정 취소 : no hostname
♦ logging sync 설정
- 명령어 입력 도중 시스템 메시지 표시되어도 지워지지 않음
- conf t
- line 0 16
- logging synchrononus
♦ IP 주소 부여하기
- 스위치에 IP주소를 부여하는 목적
- VLAN 인터페이스 : interface vlan 1→ no shutdown→ ip address "xxx"
- Default Gateway 설정 : conf t→ ip default-gateway "xxx"→ ping "xxx"
- 스위치에 디폴트 게이트웨이 지정시 일치 조건
IP주소를 부여한 VLAN번호, 라우터가 연결된 인터페이스의 VLAN번호
♦ 암호 설정
- conf t
- enable secret "xxx" : 암호가 암호화되어 저장
- 텔넷 패스워드 : 패스워드 설정하지 않으면 텔넷 사용 불가능 : line vty 0 15→ password "xxx"
♦ 배너 달기
- conf t
- banner motd *
♦ 인터페이스 설명 달기
- 장애를 처리할 때 인터페이스의 설명이 도움
- interface fastethernet
- description "xxx"
♦ 설정 파일 저장
- copy
- write momory
- wr
♦ 스위치 동작 확인
- 전체 설정내용 확인 : show running-config. 기본 설정이 아닌것만 표시
- 설정파일 일부만 보기 : show run | begin interface
- 전체 인터페이스 상태 확인 : show interfaces status. 포,트 이름, 상태, VLAN, 두플랙스, 속도, 타입 표시
- 인터페이스 IP 확인 : show ip interface brief
♦ Single Ethernet switch
- Equipment to connect Ethernet port such as PC, server, router switch
- Single, stacked, modular
- Ethernet, Fast Ethernet, and Gigabit Ethernet.
♦ Stacked Ethernet Location
- Use multiple switches as a single switch
♦ Modular Ethernet Switch
- Optional mounting of required modules
- Various speed, medium (UTP) support
- Supports various functions such as firewall and VPN gateway
♦ Switch operation principle
- MAC address table: Configured by address and port number, VLAN.
- Initial MAC address table is empty
- Flooding: Check the destination MAC address of the incoming frame and check whether the destination address is in the MAC table. If there is no destination address in the table, the frame is sent to the port except the incoming port (Flooding)
- Learning: Upon receiving the frame, check the source MAC address. If there is no source MAC address, it is stored in the MAC address table. Update if MAC address exists.
- Phantom bridging
1. Filtering: If the destination MAC address is on the same port as the source MAC address,
2. Forwarding: If the destination MAC address is in the MAC address t
- Aging: If the frame does not come in for 5 minutes, delete the address from the MAC address table. Prevent accumulation of addresses
♦ Checking switch preferences and settings
-? : Command, view options
->: User mode prompt
- enable: Administrator mode (#)
- conf t: Full configuration mode
- exit: Exit setup mode
- end, ctrl + z: Exit at once
♦ Initializing the Switch
- delete vlan.dat: delete the file where vlan information is stored
- erase start: Delete configuration file
- reload: reboot
- Do you want to save it? No
♦ Set switch name
- enable
- conf t
- hostname "xx"
- Cancel setting: no hostname
♦ Setting logging sync
- Even if system message is displayed during command input, it will not be erased
- conf t
- line 0 16
- logging synchrononus
♦ Assigning an IP address
- Purpose of assigning an IP address to a switch
- VLAN interface: interface vlan 1 → no shutdown → ip address "xxx"
- Default Gateway configuration: conf t → ip default-gateway "xxx" → ping "xxx"
- When specifying a default gateway on the switch,
The VLAN number to which the IP address is assigned, and the VLAN number of the interface to which the router is connected
♦ Set Password
- conf t
- enable secret "xxx": password is stored encrypted
- Telnet Password: Disable Telnet if password is not set: line vty 0 15 → password "xxx"
♦ Bannering
- conf t
- banner motd *
♦ Interface description
- A description of the interface helps in handling faults
- interface fastethernet
- description "xxx"
♦ Save Configuration File
- copy
- write momory
- wr
♦ Check switch operation
- Check the entire configuration: show running-config. Show only non-default settings
- Show only some configuration files: show run | Begin interface
- Check overall interface status: show interfaces status. Port name, status, VLAN, double flex, speed, type indication
- Check interface IP: show ip interface brief
♦ ki Ethernet tasi
- Meafaigaluega e fesootai le taulaga Ethernet, e pei o PC, faigaluega, router, ki,
- Tu-na, faasoa atu se stackable, modular
Aofia Ethernet, Ethernet Anapogi, Gigabit Ethernet -
♦ nofoaga stackable Ethernet
- faaaogaina switches tele e avea o se ki e tasi
♦ Modular Switches Ethernet
- optionally faatotogaina i le modules talafeagai
- Support saosaoa eseese, auala (UTP)
- Fesoasoani mo galuega tele, e pei o firewall, faitotoa VPN,
♦ ki mataupu faavae o faagaoioia
- laulau tuatusi Mac: tuatusi ma taulaga numera, configured ma VLAN.
- I totonu o le uluai laulau tuatusi Mac o gaogao
- lologa: Siaki le taunuuga tuatusi Mac o se faavaa fafati, ma siaki pe talanoa le taunuuga Mac i le laulau. Afai o le laulau e leai ni le tuatusi taunuuga auina mai se faavaa i le uafu totoe vagana ai le taulaga fafati (lologa)
- Aoaoina: Ina ua le mauaina o se tino, o le puna tuatusi Mac siakiina. Afai o le puna tuatusi Mac teuina i le laulau tuatusi Mac (Aoao). Afai e faafou le tuatusi Mac.
- bridging matua Frans
1. faamama: poloka le faavaa taunuuga tuatusi Mac o le taulaga lava lea e tasi mai le tuatusi Mac
2. O le forwarding: Afai o le taunuuga tuatusi Mac i le auina tuatusi Mac Tave
- matutua: Faavaa 5 minute aveese le tuatusi mai le laulau tuatusi Mac pe afai e te oo i ai. Taofia ai oe mai le mauaina mai Address
♦ Siaki ki mananao i ai ma tulaga
- View poloaiga, o le Filifiliga:
-> vave Faiga tagata e faaaogāina
- mafai: faiga Pule (#)
- conf t: faiga faatulagaga atoa
- ulufafo: ulufafo ai le faiga faatulagaga
- iuga, ctrl + z: o ese mai i le taimi e tasi,
♦ ki initialization
- aveese vlan.dat: faamatalaga faila aveesea teuina vlan
- Tape amataga: Faatulaga e aveese faila
- reload: reboot
- Aua e te manao e laveai ai? leai
♦ Seti le suafa ki
- mafai
- conf t
- hostname "xx"
- Faatulagaina o manino: leai hostname
♦ logging tulaga sync
- i le taimi o le poloaiga ona aveesea e tusa lava pe le faaaliga savali faiga
- conf t
- laina 0 16
- synchrononus logging
♦ e tuuina atu tuatusi IP
- faamoemoe e tuuina atu se lauga IP i le ki,
- VLAN Ofisa: Ofisa vlan 1 → leai shutdown → tuatusi IP "xxx"
- faaletonu tulaga faitotoa: conf t → IP faaletonu-faitotoa "xxx" → ping "xxx"
- taiala fetaui faamaoti faitotoa faaletonu pe a le ki
numera VLAN tofia se tuatusi IP, o le aofai VLAN router o le Ofisa o fesootai
♦ Seti upu faataga
- conf t
- mafai lilo "xxx": o loo teuina le upu faataga faiga o faailoga faalilolilo
- Telnet upu faataga: Afai e te le faatuina se telnet upu faataga le atoatoa: laina vty 0 15 → upu faataga "xxx"
♦ tagavai tali
- conf t
- fuʻa motd *
♦ tali Ofisa o Faamatalaga
- o se faamatalaga o le fesoasoani Ofisa e taulimaina le toilalo
- fastethernet Ofisa
- faamatalaga "xxx"
♦ faila nofoaga Faasao
- kopi
- tusi momory
- wr
♦ faagaoioia ki afaina
- Siaki le tulaga atoa: faaalia tamoʻe-config. Ahningeot faaaliga na o le tulaga faaletonu
- na o se vaega o le vaaiga faila configuration: faaalia taufetuli | amata Ofisa
- Siaki le tulaga o le Ofisa atoa: interfaces faaalia tulaga. Fa, igoa sooupu, setete, VLAN, lua Fuʻa, saosaoa, ituaiga faaaliga
- Ofisa o siaki IP: ia faaali puupuu Ofisa o IP
Comments
Post a Comment