TJ8 - Sguinther/Fall2021-NET330-guinther GitHub Wiki

OSPF:

ROUTER(config)#

router ospf INSTANCE# - starts ospf instance

from there, add the networks:

network x.x.x.x wildcard area #

ex: network 172.16.16.0 0.0.0.255 area 0

***make sure IP routing is turned on

BGP:

THREE STEPS:

  1. Create BGP instance - router bgp AS#
  2. Identify peer neighbors - neighbor x.x.x.x remote-as as#
  3. Identify any networks that the router is responsible to advertise - network x.x.x.0 mask x.x.x.x