IOSネタ 「show running-config」のオプション機能

Cisco IOS
今までのCisco IOSの場合、デフォルト値に関しての設定は「show run」コマンドでは表示されませんでした。
そのため、デフォルト値はいくつなの?とか、デフォルトは有効なのか無効なのか?が分かりづらいなぁと思っていました。
最近気付いたのですが、いつからか「show running-config」コマンドに、「all」オプションが追加されていたのですね。
「all」オプションを使用すると、デフォルト値を含めた全ての設定が表示されるようです。早速試してみました。
今回は、「IOS15.0(1)M5」という比較的新しめのVersionで試してみました。
Router#sh ver
Cisco IOS Software, 7200 Software (C7200-IPBASE-M), Version 15.0(1)M5, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2011 by Cisco Systems, Inc.
Compiled Wed 23-Feb-11 18:55 by prod_rel_team
~省略~
まずは、通常の「show running-config」を実行してみます。
Router#sh running-config 
Building configuration…
Current configuration : 648 bytes
!
upgrade fpd auto
version 15.0
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip source-route
ip cef
!
!
!
!
no ipv6 cef
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
ip forward-protocol nd
no ip http server
!
!
!
!
!
!
control-plane
!
!
!
!
gatekeeper
 shutdown
!
!
line con 0
 stopbits 1
line aux 0
 stopbits 1
line vty 0 4
 login
!
end
続いて、「all」オプションを追加して実行してみます。
Router#sh running-config all
Building configuration…
Current configuration with default configurations exposed : 13152 bytes
!
upgrade fpd auto
version 15.0
parser cache
parser config partition
no service log backtrace
no service config
no service exec-callback
no service nagle
service slave-log
no service slave-coredump
no service pad to-xot
no service pad from-xot
no service pad cmns
service pad
no service telnet-zeroidle
no service tcp-keepalives-in
no service tcp-keepalives-out
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
no service exec-wait
no service linenumber
no service internal
no service scripting
no service compress-config
service prompt config
no service old-slip-prompts
no service pt-vty-logging
no service disable-ip-fast-frag
no service sequence-numbers
no service call-home
service password-recovery
!
hostname Router
!
boot-start-marker
boot-end-marker
!
no logging discriminator
logging exception 8192
no logging count
no logging message-counter log
no logging message-counter debug
logging message-counter syslog
no logging snmp-authfail
no logging userinfo
logging buginf
logging queue-limit 250
logging queue-limit esm 0
logging queue-limit trap 250
logging buffered 8192 debugging
logging reload message-limit 1000 notifications
no logging persistent
logging rate-limit console 10 except errors
logging console guaranteed
logging console debugging
logging monitor debugging
logging cns-events informational
logging on
!
ipc holdq threshold upper 0
ipc holdq threshold lower 0
ipc header-cache permanent 1000 100
ipc buffers min-free 1
ipc buffers max-free 8
ipc buffers permanent 2
no aaa new-model
cef table consistency-check IPv4 auto-repair delay 10 holddown 300
cef table consistency-check IPv6 auto-repair delay 10 holddown 300
cef table rate-monitor-period 5
call-home
 alert-group configuration
 alert-group environment
 alert-group inventory
 alert-group syslog
 rate-limit 20
 profile “CiscoTAC-1”
  no active
  destination preferred-msg-format xml
  destination message-size-limit 3145728
  no destination transport-method http
  destination transport-method email
  destination address email callhome@cisco.com 
  destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService 
  subscribe-to-alert-group environment severity minor 
  subscribe-to-alert-group inventory
  subscribe-to-alert-group syslog severity major pattern “.*”
  subscribe-to-alert-group configuration periodic monthly 11 15:49
  subscribe-to-alert-group inventory periodic monthly 11 15:34
ip source-route
ip icmp redirect subnet
ip spd queue threshold minimum 73 maximum 74
ip cef
ip cef load-sharing algorithm universal 2DB0643D
~省略~
デフォルト設定も含めてわんさか表示されました。
デフォルト値を確認したいときに重宝しそうです。

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください