I am configuring a router to three different subnet as follow.
Sub1: 192.168.1.1-254
255.255.248.0
Sub2: 192.168.2.1-254
255.255.248.0
Sub3: 192.168.3.1-254
255.255.248.0
In my cisco router I am doing the following.
Fa0/0
(config-if)# ip address 192.168.1.1 255.255.248.0
This works. However, when i go to configure my fa1/0. i got the following.
(config-if)# ip address 192.168.2.1 255.255.248.0
% 192.168.0.0 overlaps with FastEthernet0/0
How do i resolve this problem?