思科ASA 5505(8.05):重新加载后接口不起作用

出于某种原因,我不得不在每个真实的物理接口上运行no shutdown ,以使它们在重新加载后出现。

为了testing,我做了以下: write erase吹掉我的configuration, reload并说不保存更改。 在提示符打不出“交互式设置”, enable然后conf t然后粘贴我的configuration。

然后我运行copy run startup然后reload

重新启动,configuration所有,但接口closures。 尝试reload ,同样的事情。

有点吓坏了,把这个东西部署在某个地方,担心接口在重启后不会出现。

这是我的configuration界面部分:

  interface Vlan1 nameif web security-level 50 ip address 192.168.10.1 255.255.255.0 ! interface Vlan2 nameif mgmt security-level 100 ip address 192.168.20.1 255.255.255.0 ! interface Vlan3 nameif outside security-level 0 ip address 10.0.0.10 255.255.255.0 ! interface Ethernet0/0 switchport access vlan 3 ! interface Ethernet0/1 ! interface Ethernet0/2 switchport access vlan 2 ! interface Ethernet0/3 shutdown ! interface Ethernet0/4 shutdown ! interface Ethernet0/5 shutdown ! interface Ethernet0/6 shutdown ! interface Ethernet0/7 shutdown ! 

有一件事很奇怪的是,即使我在int e0/1下运行switchport access vlan 1 int e0/1 ,它似乎永远不会保存它,并始终保持为空。

编辑

好的,如果在某些时候,我在接口上运行no shutdown然后 copy run startup ,后续重新加载似乎会带来接口。 然而,我没有看到任何东西在我的show run以表明no shutdown声明是保存在任何地方(前后做一个差异也certificate了这一点)。

接口默认closures。 如果你没有在你的configuration中明确地启用它们,它们将不会出现。 在粘贴的configuration文件中,我看不到任何“no shutdown”命令。需要为每个需要的接口input“no shutdown”,然后运行“write mem”来保存configuration。 然后重新加载testing。

当没有任何连接的主动设备时,接口显示为closures。

testing时,你往往没有东西连接到所有的接口?