| 619 | - Now you have enable Routing in your Core network. Let's verify whether it is working. |
| 620 | * Go to Dept1PC and try a Ping to Dept2PC |
| 621 | {{{ |
| 622 | ping 10.0.20.1 |
| 623 | }}} |
| 624 | * Try a ping to Router's LAN port |
| 625 | {{{ |
| 626 | ping 10.0.255.254 |
| 627 | }}} |
| 628 | * Both should give you a reply |
| 629 | - add the AccessRt Routers default gateway |
| 630 | * Go to AccessRt and switch to config mode |
| 631 | * Add the default route |
| 632 | {{{ |
| 633 | CampusCore(config)# ip route 0.0.0.0 0.0.0.0 192.248.6.254 |
| 634 | }}} |
| 635 | * Verify the route by ping a known host from the AccessRt router |
| 636 | {{{ |
| 637 | ping 192.248.1.161 |
| 638 | ping www.google.com |
| 639 | }}} |
| 640 | * Both should give you a reply |