Configure Static Routes Only On The Edge Router And Redistribute Into Core Network - Motorola PMP320 Configuration Manuallines

Edge router
Hide thumbs Also See for PMP320:
Table of Contents

Advertisement

7.1.2.4 Configure Static Routes on the Edge Router and Core Network
Edge-Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Edge-Router(config)#ip route 201.201.201.0 255.255.255.0 172.16.10.254
Edge-Router(config)#ip route 202.202.202.0 255.255.255.0 172.16.20.254
Edge-Router(config)#ip route 203.203.203.0 255.255.255.0 172.16.30.254
Edge-Router(config)#ip route 204.204.204.0 255.255.255.0 172.16.40.254
Once you add the following "STATIC" routes at the Edge Router you should be able to
ping the wireless interface of the AP and CPE. But you will not be able to ping them from
the Core Router. For that to work, we will have to add Static routes even in the Core
Router.
Core-Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Core-Router(config)#ip route 201.201.201.0 255.255.255.0 100.100.100.1
Core-Router(config)#ip route 202.202.202.0 255.255.255.0 100.100.100.1
Core-Router(config)#ip route 203.203.203.0 255.255.255.0 100.100.100.1
Core-Router(config)#ip route 204.204.204.0 255.255.255.0 100.100.100.1
Note: In order to access the wired interface of the Access point from the Core Router, we
will have to add Static routes for the wired interface in the Core network.
Core-Router(config)#ip route 172.16.10.0 255.255.255.0 100.100.100.1
Core-Router(config)#ip route 172.16.20.0 255.255.255.0 100.100.100.1
Core-Router(config)#ip route 172.16.30.0 255.255.255.0 100.100.100.1
Core-Router(config)#ip route 172.16.40.0 255.255.255.0 100.100.100.1
7.1.2.5 Configure Static routes only on the Edge Router and Redistribute
into Core Network
Edge-Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Edge-Router(config)#ip route 201.201.201.0 255.255.255.0 172.16.10.254
Edge-Router(config)#ip route 202.202.202.0 255.255.255.0 172.16.20.254
Edge-Router(config)#ip route 203.203.203.0 255.255.255.0 172.16.30.254
Edge-Router(config)#ip route 204.204.204.0 255.255.255.0 172.16.40.254
Once you add the following "STATIC" routes at the Edge Router you should be able to
ping the wireless interface of the AP and CPE. But you will not be able to ping them from

Advertisement

Table of Contents
loading

Table of Contents