ZTE Card Configurations
ZTE Card Configurations, Physical configurations include the configuration about the following:
-Rack
– Shelf
– Card
– Daughter-Card
– PnP function
– Fan
– Switch over function
Card Configurations for a 21-Inch Shelf:
Slot ID Card Type
0/1 Power card
2–9, 12–19 PON interface card, TDM interface card, Ethernet interface card, and P2P interface card
10/11 Switching and control card
20 Common interface card
21/22 Uplink card
Card Configurations for a 19-Inch Shelf
Slot ID Card Type
0/1 Power card
2–9, 12–17 PON interface card, TDM interface card, Ethernet interface card, and P2P interface card
10/11 Switching and control card
18 Common interface card
19/20 Uplink card
Card Configurations for a C320_Shelf
Slot ID Card Type
1–2 PON interface card, and P2P interface card
3/4 Switching and control card
Card Status Description
Status Description
INSERVICE The card is operating properly.
CONFIGING The card is being configured.
CONFIGFAILED The service configuration for the card fails.
DISABLE The card is added logically and is installed in the shelf, but the system fails to receive information about the card.
HWONLINE The card is installed in the shelf, but its version is incorrect, so that it does not operate properly.
OFFLINE The card is added logically, but it is installed in the shelf physically.
STANDBY The card is in standby status.
TYPEMISMATCH The card type is different from the configured type.
NOPOWER The power card is not powered on.
Example:
– The following example shows how to configure the rack:
ZXAN#configure terminal
%Info 20272: Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#
ZXAN(config)#add-rack rackno 1 racktype IEC19
– The following example shows how to configure the shelf:
ZXAN(config)#add-shelf shelfno 1 shelftype IEC_SHELF
– The following example shows how to configure a card:
ZXAN(config)#add-card slotno 5 GTGO
ZXAN(config)#add-card slotno 19 GUSQ
– The following example shows how to enable the PnP function:
ZXAN(config)#set-pnp enable
– The following example shows how to delete a card:
ZXAN(config)#del-card slotno 5
Confirm to delete card? [yes/no]:yes
– The following example shows how to switch over the active and standby switching and control cards:
ZXAN#swap
Confirm to master swap? [yes/no]:y
– The following example shows how to query the fan configurations:
ZXAN(config)#show fan
Shelf : 1
epm : env-card device power
FanControlType : temperature-control
TemperatureThreshold : 30 40 50 60 (deg c)
FanSpeedLevelPercent : 30% 45% 60% 80%
CriticalTemperatureThreshold : 160(deg c)
HighTemperatureThreshold : 75(deg c)
LowTemperatureThreshold : -20(deg c)
Environment Temperature : 32(deg c)
EnvTemperatureProtect : disable
EnvPowerMode : Mains Supply
CardCritialTempProtection : enable
EnvPowerOffProtect : disable
Upper Fanboard Status : online
Fan SN :
FAN FW Version :
Fan Temperature : 0(deg c)
All fan units actual status :
———————————————————————————–
FanUnitId SpeedLevel ActualSpeed(RPM)
———————————————————————————–
1 2 2300
2 2 2300
3 2 2200
———————————————————————————–
The following example shows:
ZXAN#show card
ZXAN#show card slotno 10
Configuring the System Time:
ZXAN(config)#clock timezone utc 8
ZXAN(config)#exit
ZXAN#clock set 08:00:00 mar 7 2022
ZXAN#show clock
08:01:55 Mon Mar 7 2022 utc
User Permission Descriptions:
User Level 0–1 : Permission Description : When a user of level 0 or 1 logs in to the device and enters operator mode, the user can enter the enable command and the password to raise the user level to level 15, and perform any operations.
User Level 2–9 : Permission Description : When a user of level 2 through 9 logs in to the device and enters administrator mode, the user can use commands of levels 0 through 9.
User Level 10–15 : Permission Description : When a user of level 10 through 15 logs in to the device and enters administrator mode, the user can use commands of levels 0 through 15. The user can manage and maintain the device and user accounts.
How to create a user?
1. In global configuration mode, run the following command to enable the password encryption function:
ZXAN(config)#service password-encryption
2. Run the following command to create a user of level 10. The username and password are abc.
ZXAN(config)#username abc password abc privilege 10
3. (Optional) Run the following command to display user configurations:
ZXAN(config)#show username
H ow to delete a user?
1. In global configuration mode, run the following command to delete a user:
ZXAN(config)#no username abc
How to disconnect an online user?
1. Run the following command to display online users:
ZXAN#show users
Line User Privilege Host(s) Idle Location
* 66 vty 0 zte 15 idle 00:00:00 10.60.197.21
2. Run the following command to display the current TCP connections:
ZXAN#show tcp brief
ZXAN(config)#show tcp brief
TCB Local Address Foreign Address State
1731109028 10.63.192.251.23 10.60.197.21.2375 ESTAB
3. Run the following commands to disconnect an online user:
>Run the following command to disconnect a user:
ZXAN#clear tcp line 69
> Run the following command to disconnect the TCP connection:
ZXAN#clear tcp connect 10.1.1.1 23 10.2.1.1 3641