diff --git a/Networks/Main.pkt b/Networks/Main.pkt index 29e45af..830daa2 100644 --- a/Networks/Main.pkt +++ b/Networks/Main.pkt @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aedd9693f45c6f658d3a51e6d6b27c56863d4979601dc519dfb901ede08f05fe -size 202212 +oid sha256:9fc7a65ddc3b41767802df5fbfe2dbcc15619a3b8726295dc89d7c9e6170b8c6 +size 201897 diff --git a/Tutorials/M5 Lab 3 - VLAN Routing/README.md b/Tutorials/M5 Lab 3 - VLAN Routing/README.md index 2f9b9f9..540c19c 100644 --- a/Tutorials/M5 Lab 3 - VLAN Routing/README.md +++ b/Tutorials/M5 Lab 3 - VLAN Routing/README.md @@ -4,7 +4,7 @@ > - Add the routers `R1` and `R2` > - Create a subinterface FE0/0.10 for VLAN10 -## Router Configuration +## Inter-VLAN Routing Configuration For each router, configure this replacing `{x}` with the router number: ```sh @@ -30,3 +30,22 @@ exit disable exit ``` + +## First-Hop Redundancy Protocol Setup +On each router: + +```sh +enable +configure terminal + +interface fastEthernet 0/0.10 +standby 1 ip 10.10.0.111 + +interface fastEthernet 0/0.20 +standby 2 ip 10.20.0.222 + +exit +exit +disable +exit +```