我正在尝试在 AS2511-RJ 路由器上使用以下命令禁用线路 aux 0:
conf t
!
line aux 0
transport input none
transport output none
no exec
exec-timeout 0 1
no password
!
end
这是正确的方法吗?如果需要,我该如何重新启用它?
我正在尝试在 AS2511-RJ 路由器上使用以下命令禁用线路 aux 0:
conf t
!
line aux 0
transport input none
transport output none
no exec
exec-timeout 0 1
no password
!
end
这是正确的方法吗?如果需要,我该如何重新启用它?
首先,我不得不去查找部件号,它实际上在思科网站的一部分上,他们在那里存档了图片文件......
其次,您可以将配置缩短为:
line aux 0
no exec
并重新启用配置将是:
line aux 0
exec
请注意,您仍然可以使用 aux 线路对另一台已no exec
配置设备上的串行端口进行反向 telnet 访问,因此您只能使用该命令阻止传入会话。