デフォルト設定
ルータを起動すると、ルータはデフォルトのファイル名(ルータの PID)を検索します。たとえば、Cisco 4000 シリーズ サービス統合型ルータは、isr 4451.cfg という名前のファイルを検索します。Cisco 4000 シリーズ ISRは、このファイルを検索した後、標準の files-router-confg または ciscortr.cfg を検索します。
Cisco 4000 ISR は、ブートフラッシュで isr4451.cfg ファイルを検索します。ファイルがブートフラッシュで見つからない場合、ルータは標準の router-confg と ciscortr.cfg を検索します。すべてのファイルが見つからない場合、ルータは、同じ特定の順序で、これらのファイルを保存している可能性のある挿入済みの USB をチェックします。
(注) |
挿入済みの USB に PID という名前の構成ファイルがある一方で、標準ファイルの 1 つがブートフラッシュにある場合、システムは標準ファイルを検索して使用します。 |
初期設定を表示するには、次の例に示すように、show running-config コマンドを使用します。
Router# show running-config
Building configuration...
Current configuration : 977 bytes
!
version 15.3
service timestamps debug datetime msec
service timestamps log datetime msec
no platform punt-keepalive disable-kernel-core
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
no aaa new-model
!
ipv6 multicast rpf use-bgp
!
!
multilink bundle-name authenticated
!
!
redundancy
mode none
!
interface GigabitEthernet0/0/0
no ip address
negotiation auto
!
interface GigabitEthernet0/0/1
no ip address
negotiation auto
!
interface GigabitEthernet0/0/2
no ip address
negotiation auto
!
interface GigabitEthernet0/0/3
no ip address
negotiation auto
!
interface GigabitEthernet0
vrf forwarding Mgmt-intf
no ip address
negotiation auto
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
control-plane
!
!
line con 0
stopbits 1
line vty 0 4
login
!
!
end