전체 글
-
OSPF metric/costProtocols/BGP_OSPF_MPLS_VPN 2021. 2. 16. 23:20
Why 31 cost for R5 on R1? R1#show ip route ospf Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - ..
-
OSPF Link-state/Adjacency changesProtocols/BGP_OSPF_MPLS_VPN 2021. 2. 16. 16:46
OSPF has a link-state with neighbors. each state from Down to Full is changed with packets establishing a neighbor. if your OSPF neighbor does not come up to FULL state, you can make the troubleshooting closer by looking for the stuck state. 1. Shutdown each interface on R1, R2, R3 R1(config)#int e 0/0.123 R1(config-subif)#sh R2(config)#int e 0/0.123 R2(config-subif)#sh R3(config)#int e 0/0.123 ..
-
The OSPF Packet Types and FlowProtocols/BGP_OSPF_MPLS_VPN 2021. 2. 11. 14:02
Packet Name Type / number Function Hello 1 - Discovering neighbors - Maintaining neighbors Database Description 2 - Summarizing database contents Link state request 3 - Requesting LSAs (detailed DB) Link state update 4 - Updating DB Link state acknowledgment 5 - ACK I got these packet flow after commanding 'clear IP ospf process' on R5 R5#clear ip ospf process Reset ALL OSPF processes? [no]: yes..
-
Building OSPF network with EVE-NG (2)Protocols/BGP_OSPF_MPLS_VPN 2021. 2. 11. 00:10
all OPSF nodes are in a specific 'area'. Area 0 is a backbone area. the backbone area is responsible for distributing routing information between non-backbone areas. if you have Area more than one, you should have backbone area. the backbone area should be 0 or 0.0.0.0 (0.0.0.0 is same with 0). you can use the decimal number or IP address format for Area number. R1(config)#router ospf 1 // this ..
-
Building OSPF network with EVE-NG (1)Protocols/BGP_OSPF_MPLS_VPN 2021. 2. 9. 18:26
OSPF(Open Shortest Path First) is a link-state routing protocol. OSPF version 2 is for IPv4 and version 3 is for IPv6. OSPF protocol is illustrated from RFC2328. Why OSPF? It is a standard protocol unlike EIGRP(Cisco). almost all network devices support OSPF for a routing protocol. Why no OSPF? OSPF could consume resources such as CPU and RAM but nowadays devices are high-performance so it is no..
-
AWS HLD for a web serviceCloud/AWS_Azure_GCP_IBM 2021. 2. 2. 18:43
Designed by Terry YangMin Kim 1.Purpose The purpose of this document is to provide INITIAL high-level design(HLD) of a project. 2. Architecture summary It has four groups for EC2 and RDS and File Storage (EFS) and a Bastion host. * RG group is in the future. 2.1 Initial Architecture This is for initial architecture before auto-scale out. 2.2 Scale-out Architecture The Scale-out will expand each ..
-
Whois 도메인 설정 for MS TeamsProtocols/DNS_TLS 2021. 1. 26. 14:39
Whois에 DNS 값을 설정함으로써 특정 도메인에 특정 IP를 적용하고 특정 도메인에 MS 서비스(특별히 Teams)를 가능하도록 한다. 1. WHOIS에 회원으로 가입한다. 2. 원하는 도메인을 구입 완료한다. 1. WHOIS 메인 페이지에서 '내 도메인 관리'로 들어갑니다. 2. 자신이 가지고 있는 도메인을 클릭하면 여러 메뉴가 나오는데 '네임서버 고급설정'을 클릭합니다. 3. 제가 사용하려는 도메인은 humanitneerwhois.co.kr.이고, 호스트로는 sbc.humanitneerwhois.co.kr입니다. 그래서 A 레코드를 추가해서 호스트 및 해당 호스트에 대한 IP를 설정하도록 하겠습니다. 4. A 레코드를 호스트 이름과 IP를 함께 넣어서 설정해주고 확인해서 완료시켜줍니다. 5. MS..
-
Network라는 것은 어떻게 변할 것인가? (DataCenter part) - 2IT 2020. 11. 16. 17:15
이 블로그 시리즈의 목적은 앞으로 어떻게 네트워크는 변화할 것인지 고민해보고 그 변화하는 과정 중에서 나는 어디에 집중할 것인가를 고민하기 위해 썼다. 네트워크라는 것은 무엇일까? 네트워크는 연결이다. 좀 더 길게 서술하면 누군가(1:1, 1:N)에게 무엇을(HTTP,SIP,DIAMETER...) 전달하거나 받는 것(Switching, Routing, L4, Security...)이다. DataCenter의 네트워크는 기존 Campus와 다르지 않았다. 3 Tier 네트워크로 Access-Distribution-Core로 나뉘어서 L4, 방화벽, Storage를 위한 FC가 추가되어 있는 형태였다. DataCenter는 network가 가장 많이 진화한 부분이다. DataCenter에서 네트워크는 기존 ..