Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Feature: eigrp

Terencio Agozzino edited this page Jun 5, 2018 · 5 revisions

The eigrp feature allows you to configure the EIGRP settings for a router.

EIGRP settings

eigrp:
  # Autonomous system number (must be the first line)
  # Available values:
  #   1-65535
  process: 1
  # Available values:
  #   False: Disable automatic network number summarization
  #   True: Enable automatic network number summarization
  auto_summary: False
  # Supress routing updates on an interface
  passive_interface: Gi0/0
  # Specifies a neighbor router
  networks:
    # <network> <wild card bits>
    - network: 192.168.0.0 0.0.0.255
    - network: 192.168.1.0 0.0.0.255
  # Sets load balancing variance
  # Available values:
  #   1-128
  variance: 2
Clone this wiki locally