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:
- Create BGP instance - router bgp AS#
- Identify peer neighbors - neighbor x.x.x.x remote-as as#
- Identify any networks that the router is responsible to advertise - network x.x.x.0 mask x.x.x.x