Cisco SGE2000 Configuration Guide - Page 114

Example for Saving or Changing the Configuration Settings

Page 114 highlights

Managing SCE 2000 Configurations Chapter 7 Basic SCE 2000 Platform Operations SUMMARY STEPS 1. At the SCE 2000# prompt, type show running-configto view the running configuration. 2. Check the displayed configuration to make sure that it is set the way you want. If not, make the changes you want before saving. 3. Type copy running-config startup-config. DETAILED STEPS Step 1 Step 2 Step 3 At the SCE 2000# prompt, type show running-configto view the running configuration. The running configuration is displayed. Check the displayed configuration to make sure that it is set the way you want. If not, make the changes you want before saving. Type copy running-config startup-config. The system saves all running configuration information to the configuration file, which is used when the system reboots. The configuration file holds all information that is different from the system default in a file called config.txt located in the directory: tffs0:system. Example for Saving or Changing the Configuration Settings EXAMPLE 1 The following example shows the running configuration file. SCE 2000#show running-config#This is a general configuration file (running-config). #Created on 15:50:56 CET MON February 11 2006 #cli-type 1 #version 1 clock timezone CET 1 snmp-server community "public" ro snmp-server host 10.1.1.253 traps version 1 "public" interface LineCard 0 connection-mode active no silent no shutdown flow-aging default-timeout UDP 60 interface FastEthernet 0/0 ip address 10.1.5.109 255.255.0.0 interface FastEthernet 0/1 interface FastEthernet 0/2 exit line vty 0 4 no timeout exit SCE 2000# SCE 2000#copy running-config startup-configWriting general configuration file to temporary location... Backing-up general configuration file... Copy temporary file to final location... SCE 2000# EXAMPLE 2 Cisco SCE 2000 4xGBE Installation and Configuration Guide 7-6 OL-7824-06

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142

7-6
Cisco SCE 2000 4xGBE Installation and Configuration Guide
OL-7824-06
Chapter 7
Basic SCE 2000 Platform Operations
Managing SCE 2000 Configurations
SUMMARY STEPS
1.
At the SCE 2000# prompt, type
show running-config
to view the running configuration.
2.
Check the displayed configuration to make sure that it is set the way you want. If not, make the
changes you want before saving.
3.
Type
copy running-config startup-config
.
DETAILED STEPS
Step 1
At the SCE 2000# prompt, type
show running-config
to view the running configuration.
The running configuration is displayed.
Step 2
Check the displayed configuration to make sure that it is set the way you want. If not, make the changes
you want before saving.
Step 3
Type
copy running-config startup-config
.
The system saves all running configuration information to the configuration file, which is used when the
system reboots.
The configuration file holds all information that is different from the system default in a file called
config.txt located in the directory: tffs0:system.
Example for Saving or Changing the Configuration Settings
EXAMPLE 1
The following example shows the running configuration file.
SCE 2000#
show running-config
#This is a general configuration file (running-config).
#Created on 15:50:56 CET MON February 11 2006
#cli-type 1
#version 1
clock timezone CET 1
snmp-server community “public” ro
snmp-server host 10.1.1.253 traps version 1 “public”
interface LineCard 0
connection-mode active
no silent
no shutdown
flow-aging default-timeout UDP 60
interface FastEthernet 0/0
ip address 10.1.5.109 255.255.0.0
interface FastEthernet 0/1
interface FastEthernet 0/2
exit
line vty 0 4
no timeout
exit
SCE 2000#
SCE 2000#
copy running-config startup-config
Writing general configuration file to temporary
location...
Backing-up general configuration file...
Copy temporary file to final location...
SCE 2000#
EXAMPLE 2