📌  相关文章
📜  创建控制台行密码数据包跟踪器 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:34.152000             🧑  作者: Mango

代码示例1
// This will set the console line password as "cisco" 
// And also then enable login
R1>en
R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#line con 0
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#end