在同一个路由器上添加第三个子网

思科2800系列(isp交叉连接)Eth0 / 0 192.xxx 255.255.255.252,Eth0 / 1 192.xxx 255.255.255.224

##Eth0/1.1 192.xxx 255.255.255.128 <--- want to add this block in!## 

我已经被授予了一个新的子网/ 25,并希望将其添加到我现有的CS2800路由器。

我已经尝试创build一个子接口Eth0 / 1.1,一旦我完成configuration,并没有closures约1-3小时后,我的虚拟机开始脱机,最终一切都停止,除了路由器IPs,让我login并禁用int0 / 1.1,这反过来一切恢复在线。

我目前正在尝试input子网作为辅助IP一些build议,但仍然没有解决scheme,因为我无法使用IP范围。

 interface FastEthernet0/0 description connection to NETWORK 107.18.19.28 ip address 107.18.19.30 255.255.255.252 ip broadcast-address 107.18.19.31 duplex auto speed auto ! interface FastEthernet0/1 description connection to NETWORK 107.18.19.28 ip address 64.72.69.129 255.255.255.128 secondary ip address 107.18.19.65 255.255.255.224 ip broadcast-address 107.18.19.95 duplex auto speed auto ! ip default-gateway 107.18.19.29 ip forward-protocol nd no ip http server no ip http secure-server ! ! ip route 0.0.0.0 0.0.0.0 107.18.19.29 

我不清楚为什么你试图build立一个子接口。 我怀疑你只需要添加这只是另一个次要的。

 interface FastEthernet0/1 ip address 192.xxx 255.255.255.128 secondary