network
ccna
cisco
Cisco機器のコマンドは階層構造となっています。
ip
に続くものはip関連です。
さらに、ip dhcp
に続くものはdhcp関連です。
他にも、logging
に続くものはlog関連です。
この階層構造を意識すると、コマンドを覚えるのが楽になると思います。
?
を入力して候補を確認することで、階層構造をある程度確認できます。
(config)#ip ?
access-list Named access-list
cef Cisco Express Forwarding
default-network Flags networks as candidates for default routes
dhcp Configure DHCP server and relay parameters
domain IP DNS Resolver
domain-lookup Enable IP Domain Name System hostname translation
domain-name Define the default domain name
flow-export Specify host/port to send flow statistics
forward-protocol Controls forwarding of physical and directed IP broadcasts
ftp FTP configuration commands
host Add an entry to the ip hostname table
name-server Specify address of name server to use
nat NAT configuration commands
route Establish static routes
scp Scp commands
ssh Configure ssh options
tcp Global TCP parameters
ip dhcp
の場合
(config)#ip dhcp ?
excluded-address Prevent DHCP from assigning certain addresses
pool Configure DHCP address pools
relay DHCP relay agent parameters
logging
の場合
(config)#logging ?
A.B.C.D IP address of the logging host
buffered Set buffered logging parameters
console Set console logging parameters
host Set syslog server IP address and parameters
on Enable logging to all enabled destinations
trap Set syslog server logging level
userinfo Enable logging of user info on privileged mode enabling
この法則に当てはまらないものも多々あります。
標準アクセスリストは
access-list ...
であるのに対し、
拡張アクセスリストは
ip access-list ...
だったりします。
推測ですが、歴史的経緯とかでそうなってるんじゃないかなと考えています。
今後年齢を重ねていくにおいて,以下のようなことに気をつけて振る舞うようにしたほうがいいかなと思っている. 間違ったことをあえて正さない 相手が間違ったことを言ったとしても,それを場合によっては正さない. その場の雰囲気を乱したり,その人を不快にさせたりしないために. 思いついたギャグを、あえて言わずにかみ殺す 何か話の流れで面白いギャグとかを思いついても,場合によってはそれを口の中で噛み殺して言わない.
Nov 9, 2021apt list --installed 2> /dev/null | awk -F ',| ' '{print $1}' | grep -v '一覧表示' > ./installed_package.txt # cat installed_package.txt | head accountsservice/bionic-updates acl/bionic acpi-support/bionic acpid/bionic adduser/bionic adium-theme-ubuntu/bionic adwaita-icon-theme/bionic
Jan 24, 2021まとめ この本はどんな本? 職人気質・プロのミームを伝染させてくれる本」 内容ピックアップ プロのやりとり 「いつ終わる?」「〇〇日に終わります」 このやり取りで合意が取れれば完了。
Jan 16, 2021ベッドのマットレス レガリア - インシグニアという大塚家具レガリアシリーズのマットレスを購入しました。 高かったですが、2020年最高の買い物は間違いなくこれです。 睡眠の質が大きく高まりました。また、腰痛の症状緩和になりました。 ベッドのフレーム マットレスの新調に合わせてフレームも購入しました。
Jan 10, 2021or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up