Changes between Version 15 and Version 16 of ipv6v4config


Ignore:
Timestamp:
May 9, 2017, 6:15:48 PM (8 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ipv6v4config

    v15 v16  
    605605FacACore(config)# ip route 0.0.0.0 0.0.0.0 10.0.2.1
    606606}}}
    607     *FacBCore
     607    * FacBCore
    608608{{{
    609609FacBCore(config)#router ospf 1
     
    617617FacBCore(config)# ip route 0.0.0.0 0.0.0.0 10.0.2.1
    618618}}}
     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{{{
     622ping 10.0.20.1
     623}}}
     624   * Try a ping to Router's LAN port
     625{{{
     626ping 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{{{
     633CampusCore(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{{{
     637ping 192.248.1.161
     638ping www.google.com
     639}}}
     640   * Both should give you a reply