hostname name
Hostnames that appear in CLI prompts can
be used in various authentication processes between devices, and should
be used on topology diagrams.
strong passwords
強密碼
enable secret class
啟用秘密類別
line console 0
The zero is used to represent the first (and in most cases the only) console interface.
password cisco
cisco密碼
login
登入
line vty 0 15
Many Cisco switches support up to 16 VTY lines that are numbered 0 to 15.
以下都是些Cisco的專用東西,就不一一介紹了。
service password-encryption
banner motd # the message of the day #
Startup configuration
The file stored in Non-volatile Random Access Memory (NVRAM) that contains all of the commands that will be used by the device upon startup or reboot
Non-volatile Random Access Memory (NVRAM)
NVRAM does not lose its contents when the device is powered off.
volatile (揮發)
Running configuration
The file stored in Random Access Memory (RAM) that reflects the current configuration.
Random Access Memory (RAM)
隨機存取記憶體
show running-config ; copy running-config startup-config
To save changes made to the running configuration to the startup configuration file use the copy running-config startup-config privileged EXEC mode command.
reload
use the reload privileged EXEC mode command to restore the startup-config.
訂閱:
張貼留言 (Atom)
2025 MTK 韌體工程師 上機考心得 前言: 以前, 我覺得寫前後端的人才是真正的寫程式, 很羨慕那些大神 直到這次準備, 我才發現靠杯, 原來寫底層的程式也那麼硬派, XOR 一些奇奇怪怪的加速運算操作, 剛看到真的是無法想像, 有夠虧賊! 1. C/C++ Pro...
-
感覺筆電都好貴喔
-
本題難度為 medium,剛開始看到題目就傻住了,知道要用 Dynamic Programming 的解法,不然可能會超時,看一下台師大的演算法筆記,原來這種題目時間複雜度是O(N^4),例如 Uva 12473,參考中英文的資料後,用習慣的 C 語言,總算是把這題解出來了,...
-
# cat /etc/centos-release CentOS Linux release 7.5.1804 (Core) # yum install python-devel # yum install python-crypto # ...
沒有留言:
張貼留言