일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- OrCAD 다운로드
- error 해결
- 오류
- import data
- 따옴표 삭제
- PHPStorm
- csv
- 파이썬
- 데이터베이스
- vscode
- MySQL
- github token
- 깃 토큰
- error
- database
- console창
- Python
- jupyter
- 에러
- run sql script
- cmd
- clone
- 클론
- github clone
- localhost
- Visual Studio Code
- php
- 단축키
- DataGrip
- visualstudio code
- Today
- Total
목록학부 공부 : 21.03.02~06.20/인터넷 이론 및 실습 (14)
개발 노트

switch 0 Switch>enable Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#ip routing Switch(config)#int g Switch(config)#int gigabitEthernet i Switch(config)#int gigabitEthernet 1/0/1 Switch(config-if)#ip address 211.114.122.5 255.255.255.252 ^ % Invalid input detected at '^' marker. Switch(config-if)#no s Switch(config-if)#no swi Switch(config-if)#no swi..
-구성(configuration)을 물어보는 질문에서는? *Cisco Router나 Switch인 경우, show running-config 명령어를 사용하여 출력되는 결과 중에 필요한 내용을 적으면 됨 *PC의 경우. IP address, Mask, Gateway를 적어 주면 됨 -라우팅 테이블은? *Cisco Router나 Switch인 경우, show ip route 명령어를 사용하여 출력되는 내용을 적으면 됨

switch 0 설정 Switch>enable Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#ip routing Switch(config)#int g Switch(config)#int gigabitEthernet 1/0/1 Switch(config-if)#no sw Switch(config-if)#no switchport Switch(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/1, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on In..

실습을 할 때에는 초기설정을 다 마치면 어느 한 부분이 자동으로 주황색이 된다. (블락이 됐다는 뜻) 주황색이 된 이 스위치에서 해당 인터페이스, vlan에 해당하는 맥 어드레스를 확인하면 된다. 스위치 CLI 창에 들어가서 show interface gigabitEthernet 1/0/1, 1/0/2, 1/0/3의 하드웨어 address를 적어둔다. 이번에는 vlan 1을 확인한다. 스위치에 해당하는 인터페이스와 각 vlan의 맥 어드레스를 적어주고 어떤 맥 어드레스가 가장 큰지를 비교한다.

PC1 설정 PC2 설정 PC3 설정 switch0 설정 (R1) Switch>enable Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#ip routing Switch(config)#int g Switch(config)#int gigabitEthernet 10/1 ^ % Invalid input detected at '^' marker. Switch(config)#int gigabitEthernet 1/0/1 Switch(config-if)#no sw Switch(config-if)#no switchport Switch(config-if)# %LINEPROTO-5-UPDOWN: Line..

1. 왼쪽부터 차례로 R3, R1, R2임 R3과 R1은 1/0/2와 1/0/1 연결 + R1과 R2는 1/0/2와 1/0/1연결 R2 설정 Switch>enable Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname R2 R2(config)#ip routing R2(config)#int gig R2(config)#int gigabitEthernet 1/0/1 R2(config-if)#no sw R2(config-if)#no switchport R2(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEther..

backbone C는 직접 연결이 되어 있음 O는 라우팅테이블을 주고 받음 R1 Switch>enable Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname R1 R1(config)#ip routing R1(config)#int R1(config)#interface Gi R1(config)#interface GigabitEthernet 1/0/1 R1(config-if)#nos swi R1(config-if)#no swi R1(config-if)#no switchport R1(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interfa..

오른쪽의 숫자가 할당할 수 있는 ip adress 개수 Class A는 할당할 수 있는 수가 너무 많아서 공간을 낭비한다. Class C가 가장 많이 사용됨 첫 번재 서브넷과 마지막 서브넷은 사용하지 못한다. R1 Switch>enable Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname R1 R1(config)#ip routing R1(config)#in R1(config)#interface G R1(config)#interface GigabitEthernet 1/0/1 R1(config-if)#no switchport R1(config-if)# %LINEPROTO-5-UP..

[RIP] RIP는 사람이 직접 설정하지 않아도 알아서 라우터를 자신들끼리 주고받는다. RIP의 단점은 속도가 느려진다. 그래서 홉 계수를 15로 제한한다. 16은 무한대로 간주되고 도달할 수 없는 네트워크가 된다. 1. PC와 Switch끼리는 전부 1/0/1로 연결 2. Switch 간에는 구성도와 같이 연결 3. R1 CLI 설정 Switch>enable Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname R1 R1(config)#ip routing R1(config)#inte R1(config)#interface Gi R1(config)#interface GigabitE..