メモメモ
社内DNS用にRTX1200に静的DNSレコードを登録しためも。
静的DNS登録(Aレコード)
ip host main.example.internal 172.16.1.10
ip host FQDN IPアドレス
- ip host コマンドは、dns static コマンドで a と ptr を両方設定することを簡略化したもの。
静的DNS登録(CNAME)
dns static cname test.example.internal main.example.internal
dns static type FQDN
静的レコードの確認
# show config | grep "ip host"
Searching ...
ip host main.example.internal 172.16.1.10
# show config | grep "dns static"
dns static cname test.example.internal main.example.internal