SlideShare a Scribd company logo
1 of 45
Download to read offline
ZXR10 M6000/T8000 Basic Operation
IP_OC180_E1_1
Objectives
Upon completion of this chapter you will be able
to:
Understand how to configure ZXR10 M6000/T8000
Master how to configure file system
Master how to configure interface
Master how to show the status of ZXR10 M6000/T8000
Content
ZXR10 basic configuration
ZXR10 system mode
ZXR10 file system
Interface configuration
Show the status of ZXR10 M6000//T8000
ZXR10 M6000/T8000 Configuration Methods
COM port configuration
TELNET connection
configuration
SSH connection configuration
SNMP connection configuration
TFTP/FTP connection
configuration
TFTP/FTP/Radius
Server
TELNET/SSH Host SNMP Network
Management
ZXR10
COM Console
Hyper
Terminal
ZXR10#clok
^
% Invalid input detected at '^' marker.
ZXR10#cl?
clear clock
ZXR10#clock ?
set Set the time and date
ZXR10#clock set?
set
ZXR10#clock set ?
hh:mm:ss Current Time
ZXR10#clock set 17:30:00 ?
Help Information and Error Hint
apr April
aug August
dec December
feb February
jan January
jul July
jun June
mar March
may May
nov November
oct October
sep September
ZXR10#clock set 17:30:00 may ?
<1-31> Day of the month
ZXR10#clock set 17:30:00 may 12 ?
<2001-2098> Year
ZXR10#clock set 17:30:00 may 12 2010 ?
<cr>
ZXR10#clock set 17:30:00 may 12 2010
ZXR10#
Help Information and Error Hint(cont.)
ZXR10>e?
enable exit
ZXR10>en?
enable
ZXR10>en
Password:
ZXR10#
ZXR10#sh
ZXR10#show ru
ZXR10#show running-config
Use Tab key to
complete the command
Command Abbreviation
Use Extend Edit Command
<Ctrl-A>
<Ctrl-E>
< >
< >
<backspace>
ZXR10> show history
Move to the end of the command line.
Move to the beginning of the command line.
Move forward one character.
Move back one character.
Input characterInput character
Delete a single character.
Ctrl-P or Up arrow Last (previous) command recall
Ctrl-N or Down arrow More recent command recall
Show command buffer contents
Content
ZXR10 basic configuration
ZXR10 system mode
ZXR10 file system
Interface configuration
Show the status of ZXR10 M6000/T8000
System Command Modes
ZXR10 M6000/T8000 assigns commands to different
modes according to different functions and rights.
Command modes of ZXR10 M6000/T8000 are as
follows.
1.User mode
2.Privilege mode(enable mode)
3.Global configuration mode
4.Interface configuration mode
5.Route configuration mode
…..
1. User mode
User Mode
User Mode
Enter the user mode automatically
when logging in to the system
Limited examination of router
Command Prompt is ZXR10>
2. Privilege mode
Privilege Mode
Privileged (or enabled) Mode
In user mode, enter enable command and
corresponding password to enter
Detailed examination of router
Enables configuration and debugging
Prerequisite for other configuration modes
Command prompts is ZXR10#
3. Global configuration mode
Global Configuration Mode
Global Configuration Mode
In privileged mode, input config terminal
command to enter into global configuration
mode
Command prompts is ZXR10(config)#
Commands in global configuration mode act
on entire system, not merely on a protocol or
interface.
4. Interface configuration mode
Interface Configuration Mode
Interface Configuration Mode
In global configuration mode, use interface
command to enter interface configuration
mode
Command prompts is ZXR10(config-if) #
In interface configuration mode, the
parameters of interface can be modified.
Route Configuration Mode
5. Route configuration mode
Route Configuration Mode
In global configuration mode, use router
command to enter route configuration mode
Command prompts is :
ZXR10(config) #router ospf 1
ZXR10(config-ospfv2) #
Routing protocols used are Routing Information
Protocol (RIP), Open Shortest Path First
(OSPF), Intermediate System-to- Intermediate
System (IS-IS) and Border Gateway Protocol
(BGP)
Mode Switch
Enter or exit system command mode:
Enter enable mode from user mode:
ZXR10>enable
ZXR10#
Enter configuration mode from enable mode:
ZXR10#config t
ZXR10(config)#
Enter ‘exit’ or press ‘carriage return’ or press ‘Ctrl+Z’,
to return back to the upper layer command mode
Content
ZXR10 basic configuration
ZXR10 system mode
ZXR10 file system
Interface configuration
Show the status of ZXR10 M6000/T8000
File System Overview
On ZXR10 M6000/T8000, the main harddisk needs two
independent partitions. One partition /sysdisk0 occupies
8G space, and the rest space is another partition
/datadisk0.
/sysdisk0 does not support format operation. Users can perform some
operations to files, such as rename, delete and dir, copy, but they can not
create and delete directory. Version file, configuration file, system halted
file and abnormal log are restored in /sysdisk0.
The partition /datadisk0 is used by user to restore various log (such as
alarm log and command operation log) and performance statistic data
files.
Router Name
ZXR10(config)#hostname zte-university
ZXR10(config)#exit
ZXR10#write
Building configuration...
..
[ok]
ZXR10#
Set Basic System Information
Set name for the router
Set Basic System Information (cont.)
Set system location and system
contact information
ZXR10(config)#location ?
LINE The physical location of this system (max be 200
characters)
ZXR10(config)#location BB-04 zijinghua road 68
Nanjing China
ZXR10(config)#contact ?
LINE System contact information (max be 200 characters)
ZXR10(config)#contact Zijinghua road Nanjing China
Enable Password
Set Password
ZXR10(config)#
ZXR10(config)#nvram enable-password zxr10 zte zte
ZXR10(config)#
Version Upgrade
On ZXR10 M6000/T8000, there are three version
upgrading modes:
Upgrade the whole software system by network mode
Upgrade the whole software system by hard disk mode
Upgrade software system patch by ISCU mode
Version Upgrading Perquisites
Prepare a PC that FTP sever software is installed. Configure its IP
address and make sure that PC and ZXR10 management interface IP
addresses are in the same network segment.
Create a user in FTP server. Configure password and file downloading
directory. Save the new distribution set in the file downloading
directory in FTP server. Start FTP server.
Connect serial port of ZXR10 to serial port of FTP server with the
console cable. Connect management interface of ZXR10 to network
port of FTP server with Ethernet cable. Make sure that the connections
are correct.
Affirm the version number of the new distribution set file.
Upgrading Version by Network BOOT Mode
1. Delete the old distribution set file under the directory /sysdisk0/verset/
on ZXR10 M6000/T8000 main control board.
2. Modify BOOT start-up parameters, and then power down and restart
ZXR10 M6000/T8000.
3. System is booted. Enter man-machine interface, execute show
version command to view whether the displayed distribution file
name is consistent with the new distribution version number.
Upgrading Version by Harddisk
1. Delete the old distribution set file under the directory /sysdisk0/verset/
in ZXR10 M6000/T8000 main control board.
2. Copy the new distribution file from background to /sysdisk0/verset/
directory in main control board.
3. Install version by harddisk : install add harddisk: /sysdisk0/verset/
M6k_10_1.1.0.set.
4. Configure Boot mode of main control board MPU: nvram imgfile-
location local
5. System is booted. Enter man-machine interface, execute show
version command to view whether the displayed distribution file name
is consistent with the new distribution version number.
Upgrading Software Patch by ISCU Mode
1. Make a software patch M6000_1.0.0_patch_001.set which only
contains TFTP service software. The version is 1.0.1.
2. Download the patch M6000_1.0.0_patch_001.set from the FTP
server to PC, and install the patch.
3. Activate the patch M6000_1.0.0_patch_001.set, upgrade TFTP
service software.
4. The all online cards obtain service software.
5. Use show software command to view the software information of
the online cards.
Content
ZXR10 basic configuration
ZXR10 system mode
ZXR10 file system
Interface configuration
Show the status of ZXR10 M6000/T8000
Interface Configuration
• Interface naming rules:
<Interface type>_<frame ID>/<Slot ID><Sub-card ID>/<Port ID>.<Sub-
interface or Channel ID>
gei means the interface type is Gigabit Ethernet, 0 means frame number, 1 means
slot number, 0 means Sub-card number, 1 means port number
Exit from the interface configuration mode
ZXR10(config)#interface gei-0/1/0/1
ZXR10(config-if)#
ZXR10(config-if)#exit
ZXR10(config)#
View Interface Information
Show the information of a specified interface.
show ip interface [<interface-name>]
Show the related configuration information of a specified interface.
show running-config-interface <interface-name>
Configure Ethernet interface
Enter interface configuration mode, Delete IP address under
interface mode
ZXR10(config)#interface fei-0/3/0/1
ZXR10(config-if)#
ZXR10(config)#no interface fei-0/3/0/1
configure IP address and subnetwork mask of interface.
ZXR10(config)#interface fei-0/3/0/1
ZXR10(config-if)# ip address 10.1.1.1 255.255.255.0
Configure POS interface
ZXR10(config)#interface POS192-0/3/0/1
ZXR10(config-if)# ip address 10.1.1.1 255.255.255.0
Enter interface configuration mode, configure IP address on
POS interface
ZXR10(config)#pm
ZXR10(config-pm)#clock mode < interface-name> < clock>
For better quality of communication, POS interface has two
choices in clock, link extract clock and internal clock.
Logical Interface Overview
Logical interface is not real existent, which is configured by
user manually. ZXR10 M6000/T8000 supports the
following logical interfaces, Loopback, NULL and
SuperVLAN, SmartGroup interfaces and so on.
These logical interfaces have some common points.
There is no real physical interface corresponding to the logical
interface.
Logical interface can not be generated according to the physical
interface. It has to be created manually according to the actual
requirement.
Once the interface is in up state (both physical and protocol states
are up). It will never be down.
Configure Loopback Interface
ZXR10(config)#interface loopback1
ZXR10(config-if)#
Configure IP address and mask of Loopback interface
ZXR10(config)#interface loopback1
ZXR10(config-if)# ip address 10.1.1.1 255.255.255.0
Enter Loopback interface configuration mode
Configure NULL Interface
NULL interface is a logical interface, IP address can not be
configured on NULL interface.
NULL interface is applied to BGP that saves a IP address,
and it also can be used to configure blackhole route that
avoid loop.
All the data packets transmitting to NULL interface are
discarded.
For example, use static route configure NULL interface to discard
all the packets transmitting to 192.101.0.0.
ZXR10(config)#ip route 192.101.0.0 255.255.0.0 null1
Configure VLAN Interface
1. Enter VLAN configuration mode
ZXR10(config)#vlan-configuration
2. Enter VLAN sub-interface service configuration mode
ZXR10(vlan-config)#interface <interface-name>
3. Encapsulate VLAN-ID for new created sub-interface
ZXR10(subvlan-if-config)#encapsulation-dot1q <vlan-id>
4. Configure IP address for sub-interface
ZXR10(config-subif) #ip address < ip-addr> < net-mask>
VLAN Interface Configuration Example
As shown below, it is required to realize the accessing
and routing of users in different VLANs on the same
physical Ethernet interface by using VLAN sub-interfaces.
Configuration Thought:
1. Create a sub-interface.
2. Enter sub-interface VLAN configuration mode.
3. Configure VLAN-ID.
4. Configure IP address for the sub-interface.
R1 Configuration
R1(config)#interface gei-0/2/0/2.1
R1(config-subif)#exit
R1(config)#vlan
R1(config-vlan)#interface gei-0/2/0/2.1
R1(config-subvlan-if)#encapsulation-dot1q 100
R1(config-subvlan-if)#exit
R1(config-vlan)#exit
R1(config)#interface gei-0/2/0/2.1
R1(config-subif)#ip address 192.2.1.1 255.255.255.0
R1(config-subif)#exit
R2 Configuration
R2(config)#interface gei-0/3/0/3.1
R2(config-subif)#exit
R2(config)#vlan
R2(config-vlan)#interface gei-0/3/0/3.1
R2(config-subvlan-if)#encapsulation-dot1q 100
R2(config-subvlan-if)#exit
R2(config-vlan)#exit
R2(config)#interface gei-0/3/0/3.1
R2(config-subif)#ip address 192.2.1.2 255.255.255.0
R2(config-subif)#exit
Content
ZXR10 basic configuration
ZXR10 system mode
ZXR10 file system
Interface configuration
Show the status of ZXR10 M6000/T8000
show ip interface Command
ZXR10#show ip interface fei-0/3/0/1
fei-0/3/0/1 AdminStatus is up, PhyStatus is down, line protocol
is down
Internet address is 180.1.1.1/24
Broadcast address is 255.255.255.255
IP MTU is 1500 bytes
ZXR10#
show ip interface Command
ZXR10# show ip interface brief
interface IP-Address Mask AdminStatus PhyStatus Protocol
fei-0/3/0/1 unassigned unassigned up down down
fei-0/3/0/2 180.1.1.1 255.255.255.0 up up up
fei-0/3/0/3 unassigned unassigned up down down
fei-0/3/0/4 unassigned unassigned up down down
System Information
ZXR10#show processor
M : Master cpu
S : Slave cpu
Character: Cpu curent character in system
……
Character Temp CPU(5s) CPU(1m) CPU(5m) Peak PhyMem FreeMem Mem
==========================================================
PFU-0/1/0 N/A 44 7% 7% 6% 12% 2048 930 54.590%
--------------------------------------------------------------------------------------------------
PFU-0/2/0 N/A 46 5% 4% 4% 9% 2048 1177 42.529%
--------------------------------------------------------------------------------------------------
PFU-0/4/ N/A 43 27% 28% 28% 39% 2048 796 61.133%
--------------------------------------------------------------------------------------------------
……
System Information (cont.)
ZXR10#show version
ZXR10 M6000-08
ZTE ZXR10 Software, Version: M6000 V1.0.0, Release software
Copyright (c) 2010 by ZTE Corporation.
Build on 2010/02/08 09:07:07
System image file is <sysdisk0: verset/M6000_1.10.0.B25_rel.set>,
file size is 306,392,922 Bytes
System image is loaded from net
System uptime is 0 day(s), 0 hour(s), 24 minute(s)
[MPUF, shelf 0, slot 11]
System BaudRate : 9,600 bps
MPU-0/11/0(M):
Bootrom Version : V2.00
………..
Questions
How many configuration files are there in the
router? And the difference between them?
How to create interface and configure IP address?
How to upgrade the version of ZXR10
M6000/T8000?
What to do when the router is unable to startup
because of the broken file?
01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)

More Related Content

What's hot

MPLS + BGP Presentation
MPLS + BGP PresentationMPLS + BGP Presentation
MPLS + BGP PresentationGino McCarty
 
Virtual Routing and Forwarding, (VRF-lite)
Virtual Routing and Forwarding, (VRF-lite)Virtual Routing and Forwarding, (VRF-lite)
Virtual Routing and Forwarding, (VRF-lite)NetProtocol Xpert
 
Troubleshooting BGP
Troubleshooting BGPTroubleshooting BGP
Troubleshooting BGPAPNIC
 
Building DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNBuilding DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNCisco Canada
 
Lte outbound roaming_session
Lte outbound roaming_sessionLte outbound roaming_session
Lte outbound roaming_sessionSamir Mohanty
 
A University Network Design Exercise
A University Network Design ExerciseA University Network Design Exercise
A University Network Design Exercisejoelavery
 
5G End to-end network slicing Demo
5G End to-end network slicing Demo5G End to-end network slicing Demo
5G End to-end network slicing DemoITU
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configurationyasir1122
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)Netwax Lab
 
3GPP_Overall_Architecture_and_Specifications.pdf
3GPP_Overall_Architecture_and_Specifications.pdf3GPP_Overall_Architecture_and_Specifications.pdf
3GPP_Overall_Architecture_and_Specifications.pdfAbubakar416712
 
Zte utran ur11.1 optional feature description
Zte utran ur11.1 optional feature descriptionZte utran ur11.1 optional feature description
Zte utran ur11.1 optional feature descriptionMd Kamruzzaman
 
3GPP SON Series: Cell Outage Detection and Compensation (COD & COC)
3GPP SON Series: Cell Outage Detection and Compensation (COD & COC)3GPP SON Series: Cell Outage Detection and Compensation (COD & COC)
3GPP SON Series: Cell Outage Detection and Compensation (COD & COC)3G4G
 
Network and types of network
Network and types of networkNetwork and types of network
Network and types of networkvivek jain
 

What's hot (20)

VoLte overview
VoLte overviewVoLte overview
VoLte overview
 
MPLS + BGP Presentation
MPLS + BGP PresentationMPLS + BGP Presentation
MPLS + BGP Presentation
 
Virtual Routing and Forwarding, (VRF-lite)
Virtual Routing and Forwarding, (VRF-lite)Virtual Routing and Forwarding, (VRF-lite)
Virtual Routing and Forwarding, (VRF-lite)
 
Troubleshooting BGP
Troubleshooting BGPTroubleshooting BGP
Troubleshooting BGP
 
Building DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNBuilding DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPN
 
Lte outbound roaming_session
Lte outbound roaming_sessionLte outbound roaming_session
Lte outbound roaming_session
 
A University Network Design Exercise
A University Network Design ExerciseA University Network Design Exercise
A University Network Design Exercise
 
Cisco Commands
Cisco CommandsCisco Commands
Cisco Commands
 
5G End to-end network slicing Demo
5G End to-end network slicing Demo5G End to-end network slicing Demo
5G End to-end network slicing Demo
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
 
BGP on mikrotik
BGP on mikrotikBGP on mikrotik
BGP on mikrotik
 
CCNA ppt
CCNA pptCCNA ppt
CCNA ppt
 
3GPP_Overall_Architecture_and_Specifications.pdf
3GPP_Overall_Architecture_and_Specifications.pdf3GPP_Overall_Architecture_and_Specifications.pdf
3GPP_Overall_Architecture_and_Specifications.pdf
 
vlan
vlanvlan
vlan
 
Aruba 802.11ac networks: Validated Reference Designs
Aruba 802.11ac networks: Validated Reference DesignsAruba 802.11ac networks: Validated Reference Designs
Aruba 802.11ac networks: Validated Reference Designs
 
Zte utran ur11.1 optional feature description
Zte utran ur11.1 optional feature descriptionZte utran ur11.1 optional feature description
Zte utran ur11.1 optional feature description
 
MPLS VPN
MPLS VPNMPLS VPN
MPLS VPN
 
3GPP SON Series: Cell Outage Detection and Compensation (COD & COC)
3GPP SON Series: Cell Outage Detection and Compensation (COD & COC)3GPP SON Series: Cell Outage Detection and Compensation (COD & COC)
3GPP SON Series: Cell Outage Detection and Compensation (COD & COC)
 
Network and types of network
Network and types of networkNetwork and types of network
Network and types of network
 

Viewers also liked

08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 2408 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24legasu zemene
 
04 zxr10 bc-en-acl principle and configuration (acl principle)-1-ppt-201105 24
04 zxr10 bc-en-acl principle and configuration (acl principle)-1-ppt-201105 2404 zxr10 bc-en-acl principle and configuration (acl principle)-1-ppt-201105 24
04 zxr10 bc-en-acl principle and configuration (acl principle)-1-ppt-201105 24legasu zemene
 
11 zxr10 b-en-bgp-mpls-vpn configuration-2-ppt-201105 26
11 zxr10 b-en-bgp-mpls-vpn configuration-2-ppt-201105 2611 zxr10 b-en-bgp-mpls-vpn configuration-2-ppt-201105 26
11 zxr10 b-en-bgp-mpls-vpn configuration-2-ppt-201105 26legasu zemene
 
Zxsdr bs8900 a product description 20101026
Zxsdr bs8900 a product description 20101026Zxsdr bs8900 a product description 20101026
Zxsdr bs8900 a product description 20101026Adeep Asaad
 
05 ip oc305 2_e1_1 zxr10 m6000&amp;t8000 acl configuration (v1.00.30) 31
05 ip oc305 2_e1_1 zxr10 m6000&amp;t8000 acl configuration (v1.00.30) 3105 ip oc305 2_e1_1 zxr10 m6000&amp;t8000 acl configuration (v1.00.30) 31
05 ip oc305 2_e1_1 zxr10 m6000&amp;t8000 acl configuration (v1.00.30) 31legasu zemene
 
Cisco Call Manager on CISCO IOS
Cisco Call Manager on CISCO IOSCisco Call Manager on CISCO IOS
Cisco Call Manager on CISCO IOSHermann GBILIMAKO
 
Zxmw nr8250 v1.00 commissioning guide ¸±±¾
Zxmw nr8250 v1.00 commissioning guide   ¸±±¾Zxmw nr8250 v1.00 commissioning guide   ¸±±¾
Zxmw nr8250 v1.00 commissioning guide ¸±±¾Gratien Niyitegeka
 
Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010Febrian ‎
 
Authentification des protocoles de routage
Authentification des protocoles de routageAuthentification des protocoles de routage
Authentification des protocoles de routageThomas Moegli
 
MPLS-based Metro Ethernet Networks
MPLS-based Metro Ethernet NetworksMPLS-based Metro Ethernet Networks
MPLS-based Metro Ethernet NetworksAPNIC
 
JunOS - Fondamentaux
JunOS - FondamentauxJunOS - Fondamentaux
JunOS - FondamentauxThomas Moegli
 

Viewers also liked (20)

08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 2408 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
 
04 zxr10 bc-en-acl principle and configuration (acl principle)-1-ppt-201105 24
04 zxr10 bc-en-acl principle and configuration (acl principle)-1-ppt-201105 2404 zxr10 bc-en-acl principle and configuration (acl principle)-1-ppt-201105 24
04 zxr10 bc-en-acl principle and configuration (acl principle)-1-ppt-201105 24
 
11 zxr10 b-en-bgp-mpls-vpn configuration-2-ppt-201105 26
11 zxr10 b-en-bgp-mpls-vpn configuration-2-ppt-201105 2611 zxr10 b-en-bgp-mpls-vpn configuration-2-ppt-201105 26
11 zxr10 b-en-bgp-mpls-vpn configuration-2-ppt-201105 26
 
Zxsdr bs8900 a product description 20101026
Zxsdr bs8900 a product description 20101026Zxsdr bs8900 a product description 20101026
Zxsdr bs8900 a product description 20101026
 
05 ip oc305 2_e1_1 zxr10 m6000&amp;t8000 acl configuration (v1.00.30) 31
05 ip oc305 2_e1_1 zxr10 m6000&amp;t8000 acl configuration (v1.00.30) 3105 ip oc305 2_e1_1 zxr10 m6000&amp;t8000 acl configuration (v1.00.30) 31
05 ip oc305 2_e1_1 zxr10 m6000&amp;t8000 acl configuration (v1.00.30) 31
 
Cisco Call Manager on CISCO IOS
Cisco Call Manager on CISCO IOSCisco Call Manager on CISCO IOS
Cisco Call Manager on CISCO IOS
 
Zxmw nr8250 v1.00 commissioning guide ¸±±¾
Zxmw nr8250 v1.00 commissioning guide   ¸±±¾Zxmw nr8250 v1.00 commissioning guide   ¸±±¾
Zxmw nr8250 v1.00 commissioning guide ¸±±¾
 
Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010
 
Authentification des protocoles de routage
Authentification des protocoles de routageAuthentification des protocoles de routage
Authentification des protocoles de routage
 
EtherChannel
EtherChannelEtherChannel
EtherChannel
 
MPLS-based Metro Ethernet Networks
MPLS-based Metro Ethernet NetworksMPLS-based Metro Ethernet Networks
MPLS-based Metro Ethernet Networks
 
Services IP
Services IPServices IP
Services IP
 
ZXSDR Trainning
ZXSDR TrainningZXSDR Trainning
ZXSDR Trainning
 
Virtuals LAN
Virtuals LANVirtuals LAN
Virtuals LAN
 
Protocole IKE/IPsec
Protocole IKE/IPsecProtocole IKE/IPsec
Protocole IKE/IPsec
 
GPON Introduction
GPON IntroductionGPON Introduction
GPON Introduction
 
Protocoles SSL/TLS
Protocoles SSL/TLSProtocoles SSL/TLS
Protocoles SSL/TLS
 
JunOS - Fondamentaux
JunOS - FondamentauxJunOS - Fondamentaux
JunOS - Fondamentaux
 
Cis82 e2-1-packet forwarding
Cis82 e2-1-packet forwardingCis82 e2-1-packet forwarding
Cis82 e2-1-packet forwarding
 
Cisco ASA
Cisco ASACisco ASA
Cisco ASA
 

Similar to 01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)

CCNA at a glance
CCNA at a glanceCCNA at a glance
CCNA at a glanceVikas Raut
 
Chapter 04 - Router Conf
Chapter 04 - Router ConfChapter 04 - Router Conf
Chapter 04 - Router Confphanleson
 
managing your network environment
managing your network environmentmanaging your network environment
managing your network environmentscooby_doo
 
Cisco router configuration tutorial
Cisco router configuration tutorialCisco router configuration tutorial
Cisco router configuration tutorialIT Tech
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornmentAsif
 
Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Netwax Lab
 
Cis81 ccna1v5-2-configuring networkoperatingsystem
Cis81 ccna1v5-2-configuring networkoperatingsystemCis81 ccna1v5-2-configuring networkoperatingsystem
Cis81 ccna1v5-2-configuring networkoperatingsystemBetselove
 
Id. 01 router (computing)
Id. 01 router (computing)Id. 01 router (computing)
Id. 01 router (computing)Rawa KirKuKi
 
operating and configuring cisco a cisco IOS device
operating and configuring cisco a cisco IOS deviceoperating and configuring cisco a cisco IOS device
operating and configuring cisco a cisco IOS devicescooby_doo
 
INTRODUCTION TO IOS AND CISCO ROUTERS
INTRODUCTION TO IOS AND CISCO ROUTERSINTRODUCTION TO IOS AND CISCO ROUTERS
INTRODUCTION TO IOS AND CISCO ROUTERSanilinvns
 
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERSDay 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERSanilinvns
 
10 Command Line quan trọng để giao tiếp với Cisco IOs
10 Command Line quan trọng để giao tiếp với Cisco IOs10 Command Line quan trọng để giao tiếp với Cisco IOs
10 Command Line quan trọng để giao tiếp với Cisco IOsNhóc Nhóc
 
CCNA ppt Day 4
CCNA ppt Day 4CCNA ppt Day 4
CCNA ppt Day 4VISHNU N
 
01c. Starting A Router
01c.  Starting A  Router01c.  Starting A  Router
01c. Starting A RouterNghiep Lam
 

Similar to 01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20) (20)

CCNA presentation.
CCNA presentation.CCNA presentation.
CCNA presentation.
 
CCNA at a glance
CCNA at a glanceCCNA at a glance
CCNA at a glance
 
Chapter 04 - Router Conf
Chapter 04 - Router ConfChapter 04 - Router Conf
Chapter 04 - Router Conf
 
Mod11
Mod11Mod11
Mod11
 
managing your network environment
managing your network environmentmanaging your network environment
managing your network environment
 
Cisco router configuration tutorial
Cisco router configuration tutorialCisco router configuration tutorial
Cisco router configuration tutorial
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornment
 
OSWAN.pptx
OSWAN.pptxOSWAN.pptx
OSWAN.pptx
 
Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)
 
CCNA CheatSheet
CCNA CheatSheetCCNA CheatSheet
CCNA CheatSheet
 
Cis81 ccna1v5-2-configuring networkoperatingsystem
Cis81 ccna1v5-2-configuring networkoperatingsystemCis81 ccna1v5-2-configuring networkoperatingsystem
Cis81 ccna1v5-2-configuring networkoperatingsystem
 
Id. 01 router (computing)
Id. 01 router (computing)Id. 01 router (computing)
Id. 01 router (computing)
 
CCNA ALL IN ONE
CCNA ALL IN ONE CCNA ALL IN ONE
CCNA ALL IN ONE
 
operating and configuring cisco a cisco IOS device
operating and configuring cisco a cisco IOS deviceoperating and configuring cisco a cisco IOS device
operating and configuring cisco a cisco IOS device
 
C C N A Day2
C C N A  Day2C C N A  Day2
C C N A Day2
 
INTRODUCTION TO IOS AND CISCO ROUTERS
INTRODUCTION TO IOS AND CISCO ROUTERSINTRODUCTION TO IOS AND CISCO ROUTERS
INTRODUCTION TO IOS AND CISCO ROUTERS
 
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERSDay 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
 
10 Command Line quan trọng để giao tiếp với Cisco IOs
10 Command Line quan trọng để giao tiếp với Cisco IOs10 Command Line quan trọng để giao tiếp với Cisco IOs
10 Command Line quan trọng để giao tiếp với Cisco IOs
 
CCNA ppt Day 4
CCNA ppt Day 4CCNA ppt Day 4
CCNA ppt Day 4
 
01c. Starting A Router
01c.  Starting A  Router01c.  Starting A  Router
01c. Starting A Router
 

Recently uploaded

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 

Recently uploaded (20)

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 

01 ip oc180 e1_1 zxr10 m6000_t8000 basic operation (v1.00.20)

  • 1. ZXR10 M6000/T8000 Basic Operation IP_OC180_E1_1
  • 2. Objectives Upon completion of this chapter you will be able to: Understand how to configure ZXR10 M6000/T8000 Master how to configure file system Master how to configure interface Master how to show the status of ZXR10 M6000/T8000
  • 3. Content ZXR10 basic configuration ZXR10 system mode ZXR10 file system Interface configuration Show the status of ZXR10 M6000//T8000
  • 4. ZXR10 M6000/T8000 Configuration Methods COM port configuration TELNET connection configuration SSH connection configuration SNMP connection configuration TFTP/FTP connection configuration TFTP/FTP/Radius Server TELNET/SSH Host SNMP Network Management ZXR10 COM Console Hyper Terminal
  • 5. ZXR10#clok ^ % Invalid input detected at '^' marker. ZXR10#cl? clear clock ZXR10#clock ? set Set the time and date ZXR10#clock set? set ZXR10#clock set ? hh:mm:ss Current Time ZXR10#clock set 17:30:00 ? Help Information and Error Hint
  • 6. apr April aug August dec December feb February jan January jul July jun June mar March may May nov November oct October sep September ZXR10#clock set 17:30:00 may ? <1-31> Day of the month ZXR10#clock set 17:30:00 may 12 ? <2001-2098> Year ZXR10#clock set 17:30:00 may 12 2010 ? <cr> ZXR10#clock set 17:30:00 may 12 2010 ZXR10# Help Information and Error Hint(cont.)
  • 7. ZXR10>e? enable exit ZXR10>en? enable ZXR10>en Password: ZXR10# ZXR10#sh ZXR10#show ru ZXR10#show running-config Use Tab key to complete the command Command Abbreviation
  • 8. Use Extend Edit Command <Ctrl-A> <Ctrl-E> < > < > <backspace> ZXR10> show history Move to the end of the command line. Move to the beginning of the command line. Move forward one character. Move back one character. Input characterInput character Delete a single character. Ctrl-P or Up arrow Last (previous) command recall Ctrl-N or Down arrow More recent command recall Show command buffer contents
  • 9. Content ZXR10 basic configuration ZXR10 system mode ZXR10 file system Interface configuration Show the status of ZXR10 M6000/T8000
  • 10. System Command Modes ZXR10 M6000/T8000 assigns commands to different modes according to different functions and rights. Command modes of ZXR10 M6000/T8000 are as follows. 1.User mode 2.Privilege mode(enable mode) 3.Global configuration mode 4.Interface configuration mode 5.Route configuration mode …..
  • 11. 1. User mode User Mode User Mode Enter the user mode automatically when logging in to the system Limited examination of router Command Prompt is ZXR10>
  • 12. 2. Privilege mode Privilege Mode Privileged (or enabled) Mode In user mode, enter enable command and corresponding password to enter Detailed examination of router Enables configuration and debugging Prerequisite for other configuration modes Command prompts is ZXR10#
  • 13. 3. Global configuration mode Global Configuration Mode Global Configuration Mode In privileged mode, input config terminal command to enter into global configuration mode Command prompts is ZXR10(config)# Commands in global configuration mode act on entire system, not merely on a protocol or interface.
  • 14. 4. Interface configuration mode Interface Configuration Mode Interface Configuration Mode In global configuration mode, use interface command to enter interface configuration mode Command prompts is ZXR10(config-if) # In interface configuration mode, the parameters of interface can be modified.
  • 15. Route Configuration Mode 5. Route configuration mode Route Configuration Mode In global configuration mode, use router command to enter route configuration mode Command prompts is : ZXR10(config) #router ospf 1 ZXR10(config-ospfv2) # Routing protocols used are Routing Information Protocol (RIP), Open Shortest Path First (OSPF), Intermediate System-to- Intermediate System (IS-IS) and Border Gateway Protocol (BGP)
  • 16. Mode Switch Enter or exit system command mode: Enter enable mode from user mode: ZXR10>enable ZXR10# Enter configuration mode from enable mode: ZXR10#config t ZXR10(config)# Enter ‘exit’ or press ‘carriage return’ or press ‘Ctrl+Z’, to return back to the upper layer command mode
  • 17. Content ZXR10 basic configuration ZXR10 system mode ZXR10 file system Interface configuration Show the status of ZXR10 M6000/T8000
  • 18. File System Overview On ZXR10 M6000/T8000, the main harddisk needs two independent partitions. One partition /sysdisk0 occupies 8G space, and the rest space is another partition /datadisk0. /sysdisk0 does not support format operation. Users can perform some operations to files, such as rename, delete and dir, copy, but they can not create and delete directory. Version file, configuration file, system halted file and abnormal log are restored in /sysdisk0. The partition /datadisk0 is used by user to restore various log (such as alarm log and command operation log) and performance statistic data files.
  • 19. Router Name ZXR10(config)#hostname zte-university ZXR10(config)#exit ZXR10#write Building configuration... .. [ok] ZXR10# Set Basic System Information Set name for the router
  • 20. Set Basic System Information (cont.) Set system location and system contact information ZXR10(config)#location ? LINE The physical location of this system (max be 200 characters) ZXR10(config)#location BB-04 zijinghua road 68 Nanjing China ZXR10(config)#contact ? LINE System contact information (max be 200 characters) ZXR10(config)#contact Zijinghua road Nanjing China
  • 21. Enable Password Set Password ZXR10(config)# ZXR10(config)#nvram enable-password zxr10 zte zte ZXR10(config)#
  • 22. Version Upgrade On ZXR10 M6000/T8000, there are three version upgrading modes: Upgrade the whole software system by network mode Upgrade the whole software system by hard disk mode Upgrade software system patch by ISCU mode
  • 23. Version Upgrading Perquisites Prepare a PC that FTP sever software is installed. Configure its IP address and make sure that PC and ZXR10 management interface IP addresses are in the same network segment. Create a user in FTP server. Configure password and file downloading directory. Save the new distribution set in the file downloading directory in FTP server. Start FTP server. Connect serial port of ZXR10 to serial port of FTP server with the console cable. Connect management interface of ZXR10 to network port of FTP server with Ethernet cable. Make sure that the connections are correct. Affirm the version number of the new distribution set file.
  • 24. Upgrading Version by Network BOOT Mode 1. Delete the old distribution set file under the directory /sysdisk0/verset/ on ZXR10 M6000/T8000 main control board. 2. Modify BOOT start-up parameters, and then power down and restart ZXR10 M6000/T8000. 3. System is booted. Enter man-machine interface, execute show version command to view whether the displayed distribution file name is consistent with the new distribution version number.
  • 25. Upgrading Version by Harddisk 1. Delete the old distribution set file under the directory /sysdisk0/verset/ in ZXR10 M6000/T8000 main control board. 2. Copy the new distribution file from background to /sysdisk0/verset/ directory in main control board. 3. Install version by harddisk : install add harddisk: /sysdisk0/verset/ M6k_10_1.1.0.set. 4. Configure Boot mode of main control board MPU: nvram imgfile- location local 5. System is booted. Enter man-machine interface, execute show version command to view whether the displayed distribution file name is consistent with the new distribution version number.
  • 26. Upgrading Software Patch by ISCU Mode 1. Make a software patch M6000_1.0.0_patch_001.set which only contains TFTP service software. The version is 1.0.1. 2. Download the patch M6000_1.0.0_patch_001.set from the FTP server to PC, and install the patch. 3. Activate the patch M6000_1.0.0_patch_001.set, upgrade TFTP service software. 4. The all online cards obtain service software. 5. Use show software command to view the software information of the online cards.
  • 27. Content ZXR10 basic configuration ZXR10 system mode ZXR10 file system Interface configuration Show the status of ZXR10 M6000/T8000
  • 28. Interface Configuration • Interface naming rules: <Interface type>_<frame ID>/<Slot ID><Sub-card ID>/<Port ID>.<Sub- interface or Channel ID> gei means the interface type is Gigabit Ethernet, 0 means frame number, 1 means slot number, 0 means Sub-card number, 1 means port number Exit from the interface configuration mode ZXR10(config)#interface gei-0/1/0/1 ZXR10(config-if)# ZXR10(config-if)#exit ZXR10(config)#
  • 29. View Interface Information Show the information of a specified interface. show ip interface [<interface-name>] Show the related configuration information of a specified interface. show running-config-interface <interface-name>
  • 30. Configure Ethernet interface Enter interface configuration mode, Delete IP address under interface mode ZXR10(config)#interface fei-0/3/0/1 ZXR10(config-if)# ZXR10(config)#no interface fei-0/3/0/1 configure IP address and subnetwork mask of interface. ZXR10(config)#interface fei-0/3/0/1 ZXR10(config-if)# ip address 10.1.1.1 255.255.255.0
  • 31. Configure POS interface ZXR10(config)#interface POS192-0/3/0/1 ZXR10(config-if)# ip address 10.1.1.1 255.255.255.0 Enter interface configuration mode, configure IP address on POS interface ZXR10(config)#pm ZXR10(config-pm)#clock mode < interface-name> < clock> For better quality of communication, POS interface has two choices in clock, link extract clock and internal clock.
  • 32. Logical Interface Overview Logical interface is not real existent, which is configured by user manually. ZXR10 M6000/T8000 supports the following logical interfaces, Loopback, NULL and SuperVLAN, SmartGroup interfaces and so on. These logical interfaces have some common points. There is no real physical interface corresponding to the logical interface. Logical interface can not be generated according to the physical interface. It has to be created manually according to the actual requirement. Once the interface is in up state (both physical and protocol states are up). It will never be down.
  • 33. Configure Loopback Interface ZXR10(config)#interface loopback1 ZXR10(config-if)# Configure IP address and mask of Loopback interface ZXR10(config)#interface loopback1 ZXR10(config-if)# ip address 10.1.1.1 255.255.255.0 Enter Loopback interface configuration mode
  • 34. Configure NULL Interface NULL interface is a logical interface, IP address can not be configured on NULL interface. NULL interface is applied to BGP that saves a IP address, and it also can be used to configure blackhole route that avoid loop. All the data packets transmitting to NULL interface are discarded. For example, use static route configure NULL interface to discard all the packets transmitting to 192.101.0.0. ZXR10(config)#ip route 192.101.0.0 255.255.0.0 null1
  • 35. Configure VLAN Interface 1. Enter VLAN configuration mode ZXR10(config)#vlan-configuration 2. Enter VLAN sub-interface service configuration mode ZXR10(vlan-config)#interface <interface-name> 3. Encapsulate VLAN-ID for new created sub-interface ZXR10(subvlan-if-config)#encapsulation-dot1q <vlan-id> 4. Configure IP address for sub-interface ZXR10(config-subif) #ip address < ip-addr> < net-mask>
  • 36. VLAN Interface Configuration Example As shown below, it is required to realize the accessing and routing of users in different VLANs on the same physical Ethernet interface by using VLAN sub-interfaces. Configuration Thought: 1. Create a sub-interface. 2. Enter sub-interface VLAN configuration mode. 3. Configure VLAN-ID. 4. Configure IP address for the sub-interface.
  • 37. R1 Configuration R1(config)#interface gei-0/2/0/2.1 R1(config-subif)#exit R1(config)#vlan R1(config-vlan)#interface gei-0/2/0/2.1 R1(config-subvlan-if)#encapsulation-dot1q 100 R1(config-subvlan-if)#exit R1(config-vlan)#exit R1(config)#interface gei-0/2/0/2.1 R1(config-subif)#ip address 192.2.1.1 255.255.255.0 R1(config-subif)#exit
  • 38. R2 Configuration R2(config)#interface gei-0/3/0/3.1 R2(config-subif)#exit R2(config)#vlan R2(config-vlan)#interface gei-0/3/0/3.1 R2(config-subvlan-if)#encapsulation-dot1q 100 R2(config-subvlan-if)#exit R2(config-vlan)#exit R2(config)#interface gei-0/3/0/3.1 R2(config-subif)#ip address 192.2.1.2 255.255.255.0 R2(config-subif)#exit
  • 39. Content ZXR10 basic configuration ZXR10 system mode ZXR10 file system Interface configuration Show the status of ZXR10 M6000/T8000
  • 40. show ip interface Command ZXR10#show ip interface fei-0/3/0/1 fei-0/3/0/1 AdminStatus is up, PhyStatus is down, line protocol is down Internet address is 180.1.1.1/24 Broadcast address is 255.255.255.255 IP MTU is 1500 bytes ZXR10#
  • 41. show ip interface Command ZXR10# show ip interface brief interface IP-Address Mask AdminStatus PhyStatus Protocol fei-0/3/0/1 unassigned unassigned up down down fei-0/3/0/2 180.1.1.1 255.255.255.0 up up up fei-0/3/0/3 unassigned unassigned up down down fei-0/3/0/4 unassigned unassigned up down down
  • 42. System Information ZXR10#show processor M : Master cpu S : Slave cpu Character: Cpu curent character in system …… Character Temp CPU(5s) CPU(1m) CPU(5m) Peak PhyMem FreeMem Mem ========================================================== PFU-0/1/0 N/A 44 7% 7% 6% 12% 2048 930 54.590% -------------------------------------------------------------------------------------------------- PFU-0/2/0 N/A 46 5% 4% 4% 9% 2048 1177 42.529% -------------------------------------------------------------------------------------------------- PFU-0/4/ N/A 43 27% 28% 28% 39% 2048 796 61.133% -------------------------------------------------------------------------------------------------- ……
  • 43. System Information (cont.) ZXR10#show version ZXR10 M6000-08 ZTE ZXR10 Software, Version: M6000 V1.0.0, Release software Copyright (c) 2010 by ZTE Corporation. Build on 2010/02/08 09:07:07 System image file is <sysdisk0: verset/M6000_1.10.0.B25_rel.set>, file size is 306,392,922 Bytes System image is loaded from net System uptime is 0 day(s), 0 hour(s), 24 minute(s) [MPUF, shelf 0, slot 11] System BaudRate : 9,600 bps MPU-0/11/0(M): Bootrom Version : V2.00 ………..
  • 44. Questions How many configuration files are there in the router? And the difference between them? How to create interface and configure IP address? How to upgrade the version of ZXR10 M6000/T8000? What to do when the router is unable to startup because of the broken file?