root@% 為 cisco 的 >

進config mode 可以打 config or edit

設 default route
set routing-options static route 0.0.0.0/0 next-hop x.x.x.x

設定 master 的 FE port IP 代號:fxp0.0
set interfaces fxp0 unit 0 family inet address 219.87.9.44/24
or set interfaces fxp0.0 family inet address 219.87.9.44/24
刪除ip
del interface fxp0.0 family inet add x.x.x.x/x

將 telnet 的 service 開啟,並建立登入帳號
set routing-options static route 0.0.0.0/0 next-hop x.x.x.x
建立帳號後,按enter之後再輸入Password
[edit]
dfnoc# set system login user bing authentication plain-text-password

show相關的config
在[edit]模式下打show

開啟telnet service
[edit]
dfnoc# set system services telnet

看硬體相關
[edit]
dfnoc# run show chassis hardware

離開config mode 後要下commit 寫入 config
[edit]
dfnoc# commit
commit complete