Page 1
ZXR10 5900E Series All Gigabit-Port Intelligent Routing Switch User Manual (IPv4 Volume) Version 2.8.23.B ZTE CORPORATION ZTE Plaza, Keji Road South, Hi-Tech Industrial Park, Nanshan District, Shenzhen, P. R. China 518057 Tel: (86) 755 26771900 Fax: (86) 755 26770801 URL: http://ensupport.zte.com.cn...
Page 2
The contents of this document are protected by copyright laws and international treaties. Any reproduction or distribution of this document or any portion of this document, in any form by any means, without the prior written consent of ZTE CORPO- RATION is prohibited.
Contents About This Manual..........i Static Route Configuration ........1 Static Route Overview ............. 1 Configuring Static Route ..........1 Static Route Configuration Example ........2 Static Route Configuration Example....... 2 Static Route Summary Example........3 Default Route Configuration Example ......4 Static Route Maintenance and Diagnosis ......
Page 4
Hello Packet and Timer..........15 OSPF Neighbor ............15 Adjacency and Designated Routers ......15 Router Priority and DR Election........16 OSPF Area ..............16 LSA Type and Flooding ..........17 Stub Area and Totally Stub Area ........18 Not-So-Stubby Area...........18 OSPF Authentication ..........18 Configuring OSPF ............19 Enabling OSPF............19 Configuring Interface Timer ........19 Configuring Interface Cost ..........19...
Page 5
IS-IS Configuration Example ...........38 Single Area IS-IS Configuration ........38 Multiple Area IS-IS Configuration.........40 IS-IS Maintenance and Diagnosis........42 BGP Configuration ........... 45 BGP Overview ...............45 Configuring BGP ............46 Enabling BGP ............46 Configuring BGP Route Advertisement ......48 Configuring BGP Aggregate Advertisement ....48 Configuring Multihop in EBGP ........50 Filtering Routes by Router...........51 Filtering Routes Using NLRI.........51...
Page 6
Configuring Candidate-BSR .........73 Configure the Candidate-RP ........73 Switching Routers with Directly Connected Receivers ............73 Configuring the Area Border with the Interface PIM ..74 Setting the RP to Filter the Received Register Packet..............74 Limiting the BSR Message to Advertise to the Candidate-RP ............74 Setting DR Priority .............75 Setting the Sending Interval of the Hello Message..75...
Routing Switch Hardware Manual � ZXR10 5900E (V2.8.23.B) Series All Gigabit-Port Intelligent Routing Switch User Manual (Basic Configuration Volume) � ZXR10 5900E (V2.8.23.B) Series All Gigabit-Port Intelligent Routing Switch User Manual (Ethernet Switching Volume) Confidential and Proprietary Information of ZTE CORPORATION...
Page 8
ZXR10 5900E Series User Manual (IPv4 Volume) � ZXR10 5900E (V2.8.23.B) Series All Gigabit-Port Intelligent Routing Switch User Manual (IPv4 Routing Volume) � ZXR10 5900E (V2.8.23.B) Series All Gigabit-Port Intelligent Routing Switch User Manual (IPv6 Routing Volume) Confidential and Proprietary Information of ZTE CORPORATION...
In a routing environment with many routers and paths, however, it is very difficult to configure the static route. Configuring Static Route Command Function ip route <prefix><net-mask>{<forwarding This configures static route. ZXR10(config)# -router's-address>|<interface-name>}[global[<distance-m etric>][tag <tag>]] Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Static Route Configuration Example Static Route Configuration Example A simple network with three routers connected is shown in Figure 1 STATIC ROUTE CONFIGURATION IGURE When R1 needs to access network in R3, the static route configu- ration is as follows.
10.0.0.0/8 pass 192.168.4.2. It means that packets to subnets (subnet 10.1.0.0/16 and subnet 10.2.0.0/16) of the destination network 10.0.0.0/8 are sent to 192.168.4.2. In this way static routes are used to summarize all subnets of the main network 10.0.0.0/8. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Default Route Configuration Example A router might not be able to determine the routes to all other networks. To provide complete routing capability, the common practice is to use some routers as smart routers and give the re- maining routers default routes to the smart router.
{hostrt <ip-address>| This views hardware routing ZXR10# subnetrt <ip-address><net-mask>| summary} table and checks host route and subnet route of specific IP address and statistics of subnet route entry and all hosts. Confidential and Proprietary Information of ZTE CORPORATION...
Page 14
ZXR10 5900E Series User Manual (IPv4 Volume) This page is intentionally blank. Confidential and Proprietary Information of ZTE CORPORATION...
RIP only takes the hop count as the metric and does not consider the bandwidth, delay or other variable factors during the routing. RIP always takes the path with the minimum hop count as the Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) optimal path which sometimes results in that the selected path is not the best one. Administrative Distance (AD) of RIP is 120 by default. Smaller the AD value, more reliable the routing source is. Therefore, compar- ing with other routing protocols, RIP is not so reliable.
Command Function ip rip authentication key This designates the key ZXR10(config-if-vlanX)# <key> for interface simple text authentication. ip rip authentication mode This designates the ZXR10(config-if-vlanX)# {text|md5} authentication type for RIP packet. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Configuring split horizon mechanism Command Function ip split-horizon This enables the split horizon ZXR10(config-if-vlanX)# mechanism. Configuring Poison Reverse Mechanism Command Function ip poison-reverse This enables the poison reverse ZXR10(config-if-vlanX)# mechanism. Redistributing a Route...
This displays protocol ZXR10# information. show ip rip interface <interface-name> This shows rip routing ZXR10# interface and its parameters information. show ip rip database This displays the entire ZXR10# routing entry database. Confidential and Proprietary Information of ZTE CORPORATION...
Page 20
ZXR10 5900E Series User Manual (IPv4 Volume) Command Function show ip rip networks This displays all the RIP ZXR10# interfaces configured by users. show ip route [<ip-address><net-mask>] rip This displays global routing ZXR10# table and if RIP is in the routing table.
� Support of authentication for more secure routing. � Update information can be multicasted instead of being broad- casted, which reduces the impact on irrelevant network de- vices. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) OSPF Algorithm As OSPF is a link state protocol. OSPF router generates a routing table by setting up a link state database, which contains the infor- mation of all networks and routers. Routers use this information to establish routing tables.
There are only two routers in point-to-point network and virtual links. Routers set up an adjacency relationship automatically. The point-to-multipoint network can be regarded as a set of point-to- point networks. Each pair of routers set up an adjacency relation- ship automatically. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Neighbors do not necessarily have the adjacency relationship, on broadcast and NBMA networks. If all routers (the number is n) on a network have set up the adjacency relationship, each router has (n-1) adjacency relationships and there are n (n-1)/2 adja- cency relationships on the network.
LSAs from the packet and puts them into its database. In addition, the router constructs its own LSU and forwards the modified LSU to neighbors connecting to it. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) OSPF sends Link State Acknowledgements (LSAck) to make sure that each LSA is received by neighbors. An LSAck contains the head of the confirmed LSA, which is sufficient for identifying an LSA uniquely. When a router sends an LSA to an interface, the LSA is recorded in the resend queue of the interface.
LSU packet. This designates the dead ip ospf dead-interval<seco ZXR10(config-if-vlanX)# nds> interval for a neighbor on an interface. Configuring Interface Cost Command Function ip ospf cost<cost> This configures interface cost. ZXR10(config-if-vlanX)# Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Configuring Interface Priority Command Function ip ospf priority<priority> This configures interface priority. ZXR10(config-if-vlanX)# Configuring Neighbor Routers Command Function neighbor <ip-address>[cost This designates the neighbor ZXR10(config-router)# <cost>][priority <priority>][poll-interval <seconds>] routers on a non-broadcast. Configuring OSPF Area OSPF uses area to implement the hierarchical routing.
In OSPF the routing information of other routing protocols is the external routing information of an AS. Only when the AS’s external routing information is redistributed to OSPF then it can spread it to the whole OSPF network. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Command Function redistribute <protocol>[as <as-nu This control the redistribution of ZXR10(config-router)# mber>][peer <peer-address>][tag <tag-value>][metric routes of other routing protocols <metric-value>][metric-type <type>][route-map to the OSPF. <map-tag>] Configuring OSPF Authentication In order to improve the security of routing processes, OSPF au- thentication can be configured on router.
Pri State DeadTime Address Interface 10.1.1.2 FULL/DR 00:00:36 192.168.1.2 vlan8 ZXR10_R2(config)#show ip ospf neighbor OSPF Router with ID (10.1.1.2) (Process ID 1) Neighbor ID Pri State DeadTime Address Interface 10.1.2.1 FULL/BDR 00:00:30 192.168.1.1 vlan8 Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Multi-Area OSPF Configuration Example When a network is big, it should be divided into multiple OSPF areas. This is shown in Figure 7 as an example of multi-area OSPF. 7 MULTI-AREA OSPF CONFIGURATION IGURE 1.
ZXR10_R5(config-router)#network 10.0.2.0 0.0.0.3 area 0.0.0.2 ZXR10_R5(config-router)#area 0.0.0.2 stub Use the show ip ospf neighbor command to ensure if neighbor is established. OSPF Virtual Links Configuration Example An OSPF virtual link is shown in Figure 8 Confidential and Proprietary Information of ZTE CORPORATION...
Page 37
Number of ASEs in LSDB 0, Checksum Sum 0x00000000 Number of grace LSAs 0 Number of new LSAs received 0 Number of self originated LSAs 1 Hold time between consecutive SPF 1 secs Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Non-stop Forwarding disabled, last NSF restart 00:14:15 ago (took 0 secs) Area 0.0.0.1 enable (Demand circuit available) Enabled for 00:00:12 Area has MD5 authentication Times spf has been run 1 Number of interfaces 1. Up 0...
Page 39
OSPF packets. This enables OSPF LSA debug ip ospf lsa-generation ZXR10# generation debugging. debug ip ospf events This enables OSPF important ZXR10# events debugging. Confidential and Proprietary Information of ZTE CORPORATION...
Page 40
ZXR10 5900E Series User Manual (IPv4 Volume) This page is intentionally blank. Confidential and Proprietary Information of ZTE CORPORATION...
Protocol Data Unit (PDU) defined by ISO to implement communi- cations among routers. The types of PDUs used in IS-IS protocol are as follows: � Call PDU � Link state PDU (LSP) � Sequence Number PDU (SNP) Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Where, call PDU is similar to the HELLO packet in the OSPF pro- tocol, which is responsible for the formation of the adjacency be- tween routers, discovery of new neighbors and the detection of exit of any neighbors.
If priorities are same for a frame relay interface, a router with higher router ID will be elected as the DIS. While for an Ethernet interface, a router with higher interface MAC value will be elected as the DIS. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Configuring IS-IS Enabling IS-IS Command Function router isis This enables the IS-IS routing ZXR10(config)# process. Configuring IS-IS Global Parameters IS-IS parameter configuration covers global parameters and inter- face parameters. IS-IS global parameters need to be configured in the IS-IS route mode.
IS-IS paths. isis csnp-interval This configures IS-IS CSNP ZXR10(config-if-vlanX)# <interval>[level-1|level-2] interval in order to set the interval between CSNP packets. Configuring IS-IS Authentication ZXR10 5900E supports plain text authentication and MD5 encryp- tion authentication. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Command Function isis authentication-type This sets the authentication ZXR10(config-if-vlanX)# {text|md5}[level-1|level-2] method for an interface. authentication-type This sets the authentication ZXR10(config-router)# {text|md5}[level-1|level-2] method for LSP packets. For each authentication mode ZXR10 5900E supports three type...
Page 47
255.255.255.255 10.1.1.3 vlan1 address 0 192.168.1.0 255.255.255.0 192.168.2.1 vlan8 isis-l1 115 20 192.168.2.0 255.255.255.0 192.168.2.2 vlan8 direct 192.168.2.2 255.255.255.255 192.168.2.2 vlan8 address 0 192.168.6.0 255.255.255.0 192.168.6.1 vlan24 direct 192.168.6.1 255.255.255.255 192.168.6.1 vlan24 address 0 Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Multiple Area IS-IS Configuration If a network is large, then divide IS-IS network into multiple areas. Routers in a geographic area or of similar functions can be put into one area. This reduces the demand on memory. Routers in an area only need to maintain a small link state database.
Page 51
This tracks and views the ZXR10# debugging information of IS-IS route calculation event. This tracks and views the debug isis nsf-event ZXR10# debugging information of the IS-IS LSP processing event. Confidential and Proprietary Information of ZTE CORPORATION...
Page 52
ZXR10 5900E Series User Manual (IPv4 Volume) This page is intentionally blank. Confidential and Proprietary Information of ZTE CORPORATION...
BGP runs on the basis of a reliable transfer protocol with TCP as its underlying protocol and TCP port 179. Routers running BGP first set up a TCP connection and then exchange all the routing table information after authentication. After that when the routing table Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) changes. They send route update messages to all BGP neighbors who will further spread the routing information until it reaches the whole network. Routes learned via BGP have associated properties that are used to determine the best route to a destination when multiple paths exist to a particular destination.
Page 55
10.0.1.1 255.255.255.255 10.0.1.1 vlan8 address 0 10.1.1.0 255.255.255.0 10.1.1.3 vlan1 direct 10.1.1.3 255.255.255.255 10.1.1.3 vlan1 address 0 182.16.0.0 255.255.0.0 10.0.1.2 vlan8 182.17.0.0 255.255.0.0 182.17.1.1 vlan24 direct 182.17.1.1 255.255.255.255 182.17.1.1 vlan24 address 0 Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Configuring BGP Route Advertisement Command Function network This advertises network ZXR10(config-router)# directly connected to the current router. redistribute <protocol>[metric This redistributes the routes ZXR10(config-router)# <metric-value>][route-map <map-tag>] learnt by other routing protocols to BGP.
ZXR10 5900E Series User Manual (IPv4 Volume) summary-only count 0 R3 learns both routes 170.20.0.0 and 170.10.0.0 but it only ad- vertises the aggregate route 170.0.0.0/8. Pay attention to the pa- rameter summary-only in the command. Without that parameter, R3 will advertise both routes in addition to the aggregate route.
Example R1 and R2 are IBGP peers. R1 and R3 are EBGP peers. R2 and R4 are EBGP peers. This is shown in Figure Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) 17 FILTERING ROUTES USING NLRI IGURE Avoid AS100 from being a transitional AS and advertise the net- work 192.18.10.0/24 from AS300 to AS200. Filtering on R1 is performed. The configuration on R1 is shown below.
R4 is greater; packets from AS256 to the des- tination are passed to R4. This is shown in Figure 18 LOCAL_PREF ATTRIBUTE IGURE The following two modes are used to configure the LOCAL_PREF attribute. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) 1. Set the LOCAL_PREF attribute with the BGP default local-pr eference command. R3 configuration: ZXR10_R3(config)#router bgp 256 ZXR10_R3(config-router)#neighbor 1.1.1.1 remote-as 100 ZXR10_R3(config-router)#neighbor 128.213.11.2 remote-as 256 ZXR10_R3(config-router)#bgp default local-preference 150 R4 configuration: ZXR10_R4(config)#router bgp 256 ZXR10_R4(config-router)#neighbor 3.3.3.2 remote-as 300...
Page 63
R2 is smaller than that of the R3. Therefore, for the 180.10.0.0 update, the R1 selects the R2 rather than the R3. R1 configuration: ZXR10_R1(config)#router bgp 100 ZXR10_R1(config-router)#neighbor 2.2.2.1 remote-as 300 ZXR10_R1(config-router)#neighbor 3.3.3.2 remote-as 300 ZXR10_R1(config-router)#neighbor 4.4.4.1 remote-as 400 ZXR10_R1(config-router)#bgp always-compare-med Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Setting Community Attribute Community attribute is optional transition attribute, with the range from 0 to 4,294,967,200. According to the Community attribute, decisions are made on a group of routes. Several recognized definitions of the Community attribute as fol- lows: �...
Page 65
As run the BGP. The following configuration shows how to disable the R2 route syn- chronization. ZXR10_R2(config)#router bgp 100 ZXR10_R2(config-router)#network 150.10.0.0 255.255.255.0 ZXR10_R2(config-router)#neighbor 1.1.1.2 remote-as 400 ZXR10_R2(config-router)#neighbor 3.3.3.1 remote-as 100 ZXR10_R2(config-router)#no synchronization Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Setting BGP Router Reflector For the BGP routers inside the same AS, the adjacency must be established between every two routers according to requirements and contribute to the formation of all interconnection. As the num- ber of IBP routers increases, the number of neighbors will ascend by n*(n-1)/2 (n refers to the number of the IBGP routers).
AS200 has five BGP routers. Divide them into two sub-ASs. One is defined as AS65010 containing R3, R5 and R6. The other one is defined as AS65020 containing R4 and R7. This is shown in Figure Confidential and Proprietary Information of ZTE CORPORATION...
EBGP multi-hop relationship is established between R2 and R5 through R3. At the moment, ensure that the addresses on which to establish adjacency can be interconnected in the two routers. This is shown in Figure Confidential and Proprietary Information of ZTE CORPORATION...
04:10:08: BGP: 192.168.1.2 went from Idle to Connect 04:10:13: BGP: 192.168.1.2 went from Connect to OpenSent 04:10:13: BGP: 192.168.1.2 went from OpenSent to OpenConfirm 04:10:13: BGP: 192.168.1.2 went from OpenConfirm to Established ZXR10# Confidential and Proprietary Information of ZTE CORPORATION...
Page 72
ZXR10 5900E Series User Manual (IPv4 Volume) This page is intentionally blank. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Multicast Address In a multicast network the sender sends a packet to multiple receivers in a multicast mode. In this situation the sender is called the multicast source. Multiple receivers for the same packet are identified by same ID.
The group center point of the PIM-SM is called Rendezvous Point (RP). A network may have multiple RPs, whereas a multicast group has only one RP. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) A router can determine the location of the RP by three methods. The first method is the manual static configuration RP running routers of the PIM-SM. The other two methods are dynamic. They are determined according to the PIM-SM version adopted by the network.
PIM enables IGMP function automatically. Configuring IGMP Version At present the IGMP has the V1 and the V2. Default value is V2. For security, a router requires router requires the Network Element Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) (NE) in the same network segment to be the IGMP V1 or the IGMP For the configuration of IGMP version number of the interface, use the following command. Command Function ip igmp version <version>...
This configures the maximum ZXR10(config-if-vlanX)# se-time<seconds> response time value carried by query messages when the IGMP sends query messages. ip igmp last-member-query This configures the query ZXR10(config-if-vlanX)# -interval<seconds> interval of a specific group of the IGMP. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Configuring ssm-mapping To configure ssm-mapping and take received igmp v2 user as v3 user, use the following command. Command Function ip igmp snooping ssm-mapping This enables ssm-mapping ZXR10(config)# function globally. ip igmp snooping ssm-mapping-rule...
Only the last hop DR and the RP can actively switch to the source shortest path tree. By default, start to switch the source shortest path tree when the RP receives the first registration information. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) For the last hop DR, configure the switch threshold strategy of the source shortest path tree, with the unicast group as control gran- ularity. If configuring the switch threshold with infinity, switching does not occur. By default, switch must take place if traffic exists.
This example shows that the router 10.1.1.1 is limited to be the PIM neighbors on the interface Vlan1. ZXR10(config)#acl standard number 10 ZXR10(config-std-acl)#rule 1 deny 10.1.1.1 0.0.0.0 ZXR10(config-std-acl)#rule 2 permit any ZXR10(config-router)#exit ZXR10(config)#interface vlan 1 ZXR10(config-if-vlan1)#ip pim neighbor-filter 10 Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Configuring MSDP Enabling MSDP Command Function ip msdp peer <peer-address> This configures an MSDP peer ZXR10(config)# connect-source <interface-name> and enables MSDP. Configuring Default MSDP Peer Command Function ip msdp default-peer <peer-address>[list This configures default MSDP ZXR10(config)# <acl-number>]...
[<peer-address>] This clears statistics counter for ZXR10# MSDP peers. Clearing Statistics Counter for MSDP Peers Command Function clear ip msdp statistics [<peer-address>] This clears statistics counter for ZXR10# MSDP peers. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Clearing Statistics Counter for MSDP Peers Command Function clear ip msdp statistics [<peer-address>] This clears statistics counter for ZXR10# MSDP peers. Configuring PIM-DM Command Function router pimdm This enables PIM-DM function. ZXR10(config)# ip pim dm...
Page 87
ZXR10_R2(config-if-vlan2)#ip pim sm ZXR10_R2(config)#interface vlan3 ZXR10_R2(config-if-vlan3)#ip address 10.10.50.1 255.255.255.0 ZXR10_R2(config-if-vlan3)#ip igmp access-group 10 ZXR10_R2(config)#router ospf 1 ZXR10_R2(config-router)#network 10.0.0.0 0.0.0.255 area 0.0.0.0 R3 configuration: ZXR10_R3(config)#ip multicast-routing ZXR10_R3(config)#interface loopback1 ZXR10_R3(config-loopback1)#ip address 10.1.1.3 255.255.255.255 ZXR10_R3(config)#router pimsm Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) ZXR10_R3(config-router)#rp-candidate loopback1 priority 30 ZXR10_R3(config-router)#bsr-candidate loopback1 10 30 ZXR10_R3(config)#interface vlan1 ZXR10_R3(config-if-vlan1)#ip address 10.10.30.2 255.255.255.0 ZXR10_R3(config-if-vlan1)#ip pim sm ZXR10_R3(config)#interface vlan2 ZXR10_R3(config-if-vlan2)#ip address 10.10.40.2 255.255.255.0 ZXR10_R3(config-if-vlan2)#ip pim sm ZXR10_R3(config)#router ospf 1 ZXR10_R3(config-router)#network 10.0.0.0 0.0.0.255 area 0.0.0.0...
Page 89
IGMP querier is 4.4.4.4, never expire Inbound IGMP access group is not set IGMP immediate leave control is not set 2. To view the joining information of the IGMP group on the in- terface, use the following command. Confidential and Proprietary Information of ZTE CORPORATION...
Page 90
ZXR10 5900E Series User Manual (IPv4 Volume) Command Function show ip igmp groups[<interface-name>] This views the joining ZXR10# information of the IGMP group on the interface. This shows the group member information on the Vlan1 inter- face. ZXR10#show ip igmp groups...
Page 91
PIMSM debugging is on 00:04:11 PIMSM: Received multicast data packet (5.1.1.2, 224.1.1.1) from vlan1 00:04:11 PIMSM: Start creating (*,224.1.1.1)entry ... 00:04:11 PIMSM: (*,224.1.1.1)entry is created successfully 00:04:11 PIMSM: Start creating (5.1.1.2,224.1.1.1)entry ... Viewing PIM-DM Information Commands Confidential and Proprietary Information of ZTE CORPORATION...
Page 92
ZXR10 5900E Series User Manual (IPv4 Volume) Command Function show ip pimdm interface [<interface-name>] This views configured PIM-DM ZXR10# interface status. show ip pimdm neighbor [<interface-name>] This views PIM-DM interface ZXR10# status. show ip pimdm mroute [[ group This views PIM-DM multicast ZXR10# <group-address>[ source <source-address>]]|[...
Page 93
This views MSDP neighbor ZXR10# status. This views MSDP neighbor status. ZXR10#show ip msdp summary MSDP Peer Status Summary Peer Address State Uptime/ Reset Downtime Count Count 101.1.1.1 1d10h *102.2.2.2 14:24:00 103.3.3.3 12:36:17 Confidential and Proprietary Information of ZTE CORPORATION...
Page 94
ZXR10 5900E Series User Manual (IPv4 Volume) This page is intentionally blank. Confidential and Proprietary Information of ZTE CORPORATION...
Load balance becomes more effective if there are multiple “source address-destination address” pairs in traffic. Eight different paths can arrive at the destination at most in the ZXR10 5900E. Once load balance is configured, interface traffic becomes balanced after a period. Confidential and Proprietary Information of ZTE CORPORATION...
ZXR10 5900E Series User Manual (IPv4 Volume) Configuring Load Balance Command Function maximum-paths {<number>|i This configures the maximum ZXR10(config-router)# bgp<number>} number of routers. This configures the maximum count of routes in the RIP, OSPF, IS-IS and BGP route configuration mode. The default number of route is 1 and the maximum count is 8.
ZXR10 5900E Series User Manual (IPv4 Volume) Seven links between R1 and R2 implement load balance and over these links, the user PC1 and the user PC2 can access each other. OSPF Load Balance R1 configuration: ZXR10_R1(config)#router ospf 100 ZXR10_R1(config-router)#network 101.1.1.0 0.0.0.3 area 0.0.0.0 ZXR10_R1(config-router)#network 102.1.1.0 0.0.0.3 area 0.0.0.0...
This can be seen that seven paths reaching the destination net- work segment 20.1.1.0/24 on R1 when adopting static route load balance: ZXR10_R1#show ip route 20.1.1.0 IPv4 Routing Table: Dest Mask Interface Owner pri metric 20.1.1.0 255.255.255.0 107.1.1.1 vlan7 static Confidential and Proprietary Information of ZTE CORPORATION...
Page 100
ZXR10 5900E Series User Manual (IPv4 Volume) This page is intentionally blank. Confidential and Proprietary Information of ZTE CORPORATION...
- Interior Gateway Protocol IS-IS - Intermediate System-to-Intermediate System - Link State Advertisement - Link State Update NBMA - Non-Broadcast Multiple Access NSSA - Not-So-Stubby Area OSPF - Open Shortest Path First - Protocol Data Unit Confidential and Proprietary Information of ZTE CORPORATION...
Page 104
ZXR10 5900E Series User Manual (IPv4 Volume) PIM-SM - Protocol Independent Multicast - Sparse Mode - Rendezvous Point - Sequence Num PDU - Shortest Path First VLSM - Variable Length Subnet Mask Confidential and Proprietary Information of ZTE CORPORATION...
Need help?
Do you have a question about the ZXR10 5900E Series and is the answer not in the manual?
Questions and answers