Cisco CSS 11501 Getting Started Guide - Page 51

Task and Command Example, clock date, european-date

Page 51 highlights

Chapter 2 Configuring CSS Basics Initial Setup Quick Start Table 2-1 Initial Setup Quick Start (continued) Task and Command Example 4. Create usernames and passwords to log in to the CSS (optional). The CSS supports a maximum of 32 usernames, including the administrator and technician usernames. You can assign each user with SuperUser or User status. (config)# username picard password "captain" superuser 5. Access boot mode to configure an IP address for the Ethernet management port. This IP address must be on a different subnet than any other CSS virtual LAN (VLAN) circuit IP subnet or you will not be able to access the port. You must reboot the CSS for the new IP address to take effect. (config)# boot (config-boot)# ip address 172.16.6.58 6. Configure a subnet mask for the Ethernet management port in boot mode. (config-boot)# subnet mask 255.255.255.0 7. Exit from boot mode to config mode. (config-boot)# exit 8. Configure a static IP route, as required. (config)# ip route 192.168.0.0 255.255.0.0 192.168.1.1 9. Exit from config mode to configure a date. The clock date command does not allow backspacing. If you enter a wrong date, reenter the command with the new information. Enter the date in the format mm-dd-yy. # clock date Enter date: [12-31-03] 12-31-03 To use the European format to specify the date (using the format of day, month, and year), access config mode and use the date european-date command to enable the clock date command to accept date input in the format of day, month, and year. (config)# date european-date (config)# exit # clock date Enter date: [31-12-03] 31/12/03 OL-6037-01 Cisco Content Services Switch Getting Started Guide 2-3

  • 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

2-3
Cisco Content Services Switch Getting Started Guide
OL-6037-01
Chapter 2
Configuring CSS Basics
Initial Setup Quick Start
4.
Create usernames and passwords to log in to the CSS (optional). The CSS
supports a maximum of 32 usernames, including the administrator and
technician usernames. You can assign each user with SuperUser or User
status.
(config)#
username picard password “captain” superuser
5.
Access boot mode to configure an IP address for the Ethernet management
port. This IP address must be on a different subnet than any other CSS
virtual LAN (VLAN) circuit IP subnet or you will not be able to access the
port. You must reboot the CSS for the new IP address to take effect.
(config)#
boot
(config-boot)#
ip address 172.16.6.58
6.
Configure a subnet mask for the Ethernet management port in boot mode.
(config-boot)#
subnet mask 255.255.255.0
7.
Exit from boot mode to config mode.
(config-boot)#
exit
8.
Configure a static IP route, as required.
(config)#
ip route 192.168.0.0 255.255.0.0 192.168.1.1
9.
Exit from config mode to configure a date. The
clock date
command does
not allow backspacing. If you enter a wrong date, reenter the command with
the new information.
Enter the date in the format
mm
-
dd
-
yy
.
#
clock date
Enter date: [12-31-03]
12-31-03
To use the European format to specify the date (using the format of day,
month, and year), access config mode and use the
date
european-date
command to enable the
clock date
command to accept date input in the
format of day, month, and year.
(config)#
date european-date
(config)#
exit
#
clock date
Enter date: [31-12-03]
31/12/03
Table 2-1
Initial Setup Quick Start (continued)
Task and Command Example