♦ EIGRP
- 하이브리드 라우팅 프로토콜 ( distance vector + link state)
- 업데이트 특성 : 비주기적(네트워크가 변경될시만 정보 보냄), 부분적, 제한적(연관된 라우터만 제공)
- cisco 전용 프로토콜
♦ diffusing update algorithm
- 각 경로와 토폴로지의 정보를 이웃 테이블과 토폴로지 테이블에 저장
♦ EIGRP 장점
- metric 값이 다른 다수 개의 경로를 동시 사용 가능
- OSPF에 비해 기본적인 설정이 간단함(소규모 네트워크에서)
♦ EIGRP 단점
- cisco 라우터 에서만 동작
- 대규모 네트워크에서 관리 어려움
♦ EIGRP 기본 설정
- 'router eigrp 1'
- 'eigrp router-id 1.1.1.1'
- 'network 10.0.0.0' (0000 : 라우터의 모든 인터페이스르 동시에 EIGRP 활성화)
♦ EIGRP 테이블 종류
- EIGRP 이웃 테이블 : 직접 연결되어있는 라우터 정보
- EIGRP 토폴로지 테이블 : 라우터가 학습한 모든 목적지의 경로 정보
- EIGRP 라우팅 테이블 : 경로 고려한 최적 경로 계산
♦ 이웃 테이블 용어
- 'show ip eigrp neighbor'
- address : 이웃 라우터 ip 주소
- interface : 이웃과 연결되어있는 현재 라우터 인터페이스
- hold : 아무것도 수신하지 않고 기다리는 시간
- uptime : 처음 업데이트 받고 경과된 시간
- SRTT : 패킷을 보내고 수신하는데 걸리는 평균 시간
- RTO : 신뢰성 있는 패킷을 재전송하기 전에 라우터가 확인 응답 기다리는 시간
- Q cnt : 전송 대기하는 패킷 수 ( 0 이상이면 혼잡)
- Seq Num : 수신된 마지막 업데이트의 일련번호
♦ 토폴로지 테이블
- 'show ip eigrp topology'
- FD : 최적의 메트릭 값
- AD : 넥스트 홉 라우터에서 목적지 네트워크까지의 메트릭 값
- successor : 최적 경로상의 넥스트 홉 라우터
- 백업경로 : successor가 아닌 라우터 중에서 'AD<FD' 인 넥스트 홉 라우터
♦ EIGRP
- Hybrid routing protocol (distance vector + link state)
- Update characteristics: non-periodic (send information only when the network changes), partial, limited (only the associated routers are provided)
- cisco dedicated protocol
♦ diffusing update algorithm
- Store information of each path and topology in neighbor table and topology table.
♦ EIGRP Advantages
- Multiple paths with different metric values can be used simultaneously
- Simple configuration compared to OSPF (on small networks)
♦ EIGRP disadvantages
- Works only on Cisco routers
- Difficult to manage on large networks
♦ EIGRP default settings
- 'router eigrp 1'
- 'eigrp router-id 1.1.1.1'
- 'network 10.0.0.0' (0000: Enables EIGRP on all interfaces of the router at the same time)
♦ EIGRP table type
- EIGRP neighbor table: Directly connected router information
- EIGRP topology table: Route information for all destinations learned by the router
- EIGRP Routing Table: Route-Based Optimal Path Calculation
♦ Neighbor table terminology
- 'show ip eigrp neighbor'
- address: Neighbor router ip address
- interface: the current router interface connected to the neighbor
- hold: the time to wait without receiving anything
- uptime: the time that was first updated and elapsed
- SRTT: Average time to send and receive packets
- RTO: the time the router waits for an acknowledgment before retransmitting a reliable packet
- Q cnt: Number of packets waiting to be transmitted (0 or more congestion)
- Seq Num: Serial number of the last update received
♦ Topology table
- 'show ip eigrp topology'
- FD: optimal metric value
- AD: metric value from next-hop router to destination network
- successor: next hop router on the best route
- Backup path: Next-hop router with 'AD <FD' among non-successor routers
♦ EIGRP
- Protocolo de enrutamiento híbrido (vector de distancia + estado de enlace)
- Actualizar características: no periódico (enviar información sólo cuando la red cambia), parcial, limitado (sólo los routers asociados se proporcionan)
- protocolo dedicado de Cisco
♦ algoritmo de actualización de difusión
- Almacena la información de cada ruta y topología en tabla de vecinos y tabla de topología.
♦ Ventajas del EIGRP
- Pueden usarse simultáneamente múltiples rutas con diferentes valores métricos
- Configuración simple en comparación con OSPF (en pequeñas redes)
♦ Desventajas de EIGRP
- Funciona solo en routers Cisco
- Difícil de gestionar en grandes redes
♦ Configuración predeterminada de EIGRP
- 'router eigrp 1'
- 'eigrp router-id 1.1.1.1'
- 'red 10.0.0.0' (0000: habilita EIGRP en todas las interfaces del enrutador al mismo tiempo)
♦ Tipo de tabla EIGRP
- Tabla de vecinos EIGRP: información de enrutador directamente conectada
- Tabla de topología EIGRP: Información de ruta para todos los destinos aprendidos por el enrutador
- Tabla de enrutamiento EIGRP: Cálculo de trayecto óptimo basado en ruta
♦ Terminología de la tabla de vecinos
- 'mostrar ip eigrp vecino'
- dirección: Dirección IP del router vecino
- interfaz: la interfaz actual del enrutador conectada al vecino
- espera: el tiempo para esperar sin recibir nada
- tiempo de actividad: el tiempo que se actualizó y transcurrido por primera vez
- SRTT: Tiempo promedio para enviar y recibir paquetes
- RTO: el tiempo que el enrutador espera un acuse de recibo antes de retransmitir un paquete confiable
- Q cnt: Número de paquetes en espera de ser transmitidos (0 o más congestión)
- Seq Num: número de serie de la última actualización recibida
♦ Tabla de topología
- 'mostrar ip topología eigrp'
- FD: valor métrico óptimo
- AD: valor métrico del enrutador siguiente a la red de destino
- sucesor: próximo salto router en la mejor ruta
- Ruta de copia de seguridad: Router de próximo salto con 'AD <FD' entre routers que no son sucesores
- 하이브리드 라우팅 프로토콜 ( distance vector + link state)
- 업데이트 특성 : 비주기적(네트워크가 변경될시만 정보 보냄), 부분적, 제한적(연관된 라우터만 제공)
- cisco 전용 프로토콜
♦ diffusing update algorithm
- 각 경로와 토폴로지의 정보를 이웃 테이블과 토폴로지 테이블에 저장
♦ EIGRP 장점
- metric 값이 다른 다수 개의 경로를 동시 사용 가능
- OSPF에 비해 기본적인 설정이 간단함(소규모 네트워크에서)
♦ EIGRP 단점
- cisco 라우터 에서만 동작
- 대규모 네트워크에서 관리 어려움
♦ EIGRP 기본 설정
- 'router eigrp 1'
- 'eigrp router-id 1.1.1.1'
- 'network 10.0.0.0' (0000 : 라우터의 모든 인터페이스르 동시에 EIGRP 활성화)
♦ EIGRP 테이블 종류
- EIGRP 이웃 테이블 : 직접 연결되어있는 라우터 정보
- EIGRP 토폴로지 테이블 : 라우터가 학습한 모든 목적지의 경로 정보
- EIGRP 라우팅 테이블 : 경로 고려한 최적 경로 계산
♦ 이웃 테이블 용어
- 'show ip eigrp neighbor'
- address : 이웃 라우터 ip 주소
- interface : 이웃과 연결되어있는 현재 라우터 인터페이스
- hold : 아무것도 수신하지 않고 기다리는 시간
- uptime : 처음 업데이트 받고 경과된 시간
- SRTT : 패킷을 보내고 수신하는데 걸리는 평균 시간
- RTO : 신뢰성 있는 패킷을 재전송하기 전에 라우터가 확인 응답 기다리는 시간
- Q cnt : 전송 대기하는 패킷 수 ( 0 이상이면 혼잡)
- Seq Num : 수신된 마지막 업데이트의 일련번호
♦ 토폴로지 테이블
- 'show ip eigrp topology'
- FD : 최적의 메트릭 값
- AD : 넥스트 홉 라우터에서 목적지 네트워크까지의 메트릭 값
- successor : 최적 경로상의 넥스트 홉 라우터
- 백업경로 : successor가 아닌 라우터 중에서 'AD<FD' 인 넥스트 홉 라우터
♦ EIGRP
- Hybrid routing protocol (distance vector + link state)
- Update characteristics: non-periodic (send information only when the network changes), partial, limited (only the associated routers are provided)
- cisco dedicated protocol
♦ diffusing update algorithm
- Store information of each path and topology in neighbor table and topology table.
♦ EIGRP Advantages
- Multiple paths with different metric values can be used simultaneously
- Simple configuration compared to OSPF (on small networks)
♦ EIGRP disadvantages
- Works only on Cisco routers
- Difficult to manage on large networks
♦ EIGRP default settings
- 'router eigrp 1'
- 'eigrp router-id 1.1.1.1'
- 'network 10.0.0.0' (0000: Enables EIGRP on all interfaces of the router at the same time)
♦ EIGRP table type
- EIGRP neighbor table: Directly connected router information
- EIGRP topology table: Route information for all destinations learned by the router
- EIGRP Routing Table: Route-Based Optimal Path Calculation
♦ Neighbor table terminology
- 'show ip eigrp neighbor'
- address: Neighbor router ip address
- interface: the current router interface connected to the neighbor
- hold: the time to wait without receiving anything
- uptime: the time that was first updated and elapsed
- SRTT: Average time to send and receive packets
- RTO: the time the router waits for an acknowledgment before retransmitting a reliable packet
- Q cnt: Number of packets waiting to be transmitted (0 or more congestion)
- Seq Num: Serial number of the last update received
♦ Topology table
- 'show ip eigrp topology'
- FD: optimal metric value
- AD: metric value from next-hop router to destination network
- successor: next hop router on the best route
- Backup path: Next-hop router with 'AD <FD' among non-successor routers
♦ EIGRP
- Protocolo de enrutamiento híbrido (vector de distancia + estado de enlace)
- Actualizar características: no periódico (enviar información sólo cuando la red cambia), parcial, limitado (sólo los routers asociados se proporcionan)
- protocolo dedicado de Cisco
♦ algoritmo de actualización de difusión
- Almacena la información de cada ruta y topología en tabla de vecinos y tabla de topología.
♦ Ventajas del EIGRP
- Pueden usarse simultáneamente múltiples rutas con diferentes valores métricos
- Configuración simple en comparación con OSPF (en pequeñas redes)
♦ Desventajas de EIGRP
- Funciona solo en routers Cisco
- Difícil de gestionar en grandes redes
♦ Configuración predeterminada de EIGRP
- 'router eigrp 1'
- 'eigrp router-id 1.1.1.1'
- 'red 10.0.0.0' (0000: habilita EIGRP en todas las interfaces del enrutador al mismo tiempo)
♦ Tipo de tabla EIGRP
- Tabla de vecinos EIGRP: información de enrutador directamente conectada
- Tabla de topología EIGRP: Información de ruta para todos los destinos aprendidos por el enrutador
- Tabla de enrutamiento EIGRP: Cálculo de trayecto óptimo basado en ruta
♦ Terminología de la tabla de vecinos
- 'mostrar ip eigrp vecino'
- dirección: Dirección IP del router vecino
- interfaz: la interfaz actual del enrutador conectada al vecino
- espera: el tiempo para esperar sin recibir nada
- tiempo de actividad: el tiempo que se actualizó y transcurrido por primera vez
- SRTT: Tiempo promedio para enviar y recibir paquetes
- RTO: el tiempo que el enrutador espera un acuse de recibo antes de retransmitir un paquete confiable
- Q cnt: Número de paquetes en espera de ser transmitidos (0 o más congestión)
- Seq Num: número de serie de la última actualización recibida
♦ Tabla de topología
- 'mostrar ip topología eigrp'
- FD: valor métrico óptimo
- AD: valor métrico del enrutador siguiente a la red de destino
- sucesor: próximo salto router en la mejor ruta
- Ruta de copia de seguridad: Router de próximo salto con 'AD <FD' entre routers que no son sucesores
Comments
Post a Comment