Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Introduction To Common VRP vs. IOS Commands: Huawei3Com

Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 88

Introduction to Common

VRP vs. IOS Commands

Huawei3Com
Topics

• Basic Commands
• Routing
• Switching
• Network Management
• Security Management
Configuring the System Name

• Purpose
  User name is the name of equipment for users to use
the equipment more conveniently.
• Configuration Commands
  VRP sysname systemname
IOS hostname systemname

A Good Network Nearby


Structure of the Command Line

• Purpose
  Introduce the configurations for entering the system mode and
the configuration mode.

• Configuration Commands
• VRP system view   Enter the system mode and the
configuration mode
• IOS enable   Enter the system mode
     config terminal   Enter the configuration mode

A Good Network Nearby


Interface Description

• Purpose
  Interface description is to specify some attributes of
the interface (for example, what the interface is, and
what equipment is connected at the peer end) for
users to understand the interface better.
• Configuration Commands
  VRP has the same interface configuration commands
as IOS. Presented below are the interface
configuration commands of VRP, for example.
interface serial 0
description frame-relay link to huawei

A Good Network Nearby


Configuring the Interface IP Address

• Purpose
  Define a network-wide unique identifier for the
interface .
• Configuration Commands
  VRP has the same IP address configuration
commands as IOS. Presented below are IP
address configuration commands of VRP, for
example.
interface ethernet 0
ip address 168.10.2.1 255.255.255.0

A Good Network Nearby


Link Encapsulation under Serial Port

• Purpose
  Select a different encapsulation mode for a different
network architecture.
• Configuration Commands
  The common link encapsulation modes of VRP are
FRAME-RELAY, HDLC, and PPP.
  VRP interface serial 0
link-protocal frame-relay/hdlc/ppp
IOS interface serial 0
encapsulation frame-relay/hdlc/ppp

A Good Network Nearby


Viewing the Router Information

• Purpose
  Make users understand the equipment information better and facilitate
the equipment configuration.

• Configuration Commands
VRP
Display the version:   display version
Display the configuration information
of the current view:    display
this
Display the current configuration information: display current
Display the NVRAM configuration: display saved-config
Display information of an interface:   display interface XX
Display the routing information:     display ip routing
Display the module configuration in any status: display current config
xx (mode)

A Good Network Nearby


Viewing the Router Information

IOS Show the version information show version


Show the current configuration show running-config

Show the NVRAM information   show start-


config
Show information of an interface   show interface
xx
Show the routing information   show ip route

A Good Network Nearby


Debugging the Router

• Purpose
  View all data packets of the router more carefully,
which is helpful in uncovering the network problems.
• Common Debugging Commands
  VRP debugging ip packet
debugging ospf [process-id] packet
debugging fr lmi
undo debugging all

A Good Network Nearby


Debugging the Router

IOS debug ip packets


debug ip ospf [process-id] packet
debug frame-relay lmi
undebug all

A Good Network Nearby


Shortcut Command Lines

• VRP
Ctrl+O undo debugging all
Ctrl+L display ip routing-table
Ctrl+G display current-configuration
Ctrl+A Move to the beginning of command line
Ctrl+E Move to the end of command line
Ctrl+F Move forward by a character
Ctrl+B Move backward by a character
Ctrl+P  (upward arrow) Re-use the previous command
Ctrl+N  (downward arrow) Re-use the next command

A Good Network Nearby


Shortcut Command Lines

• IOS
Ctrl+Shift+6+X Stop the current operation
Ctrl+Z Return to the privileged mode

Ctrl+A Move to the beginning of command line

Ctrl+E Move to the end of command line


Ctrl+F Move backward by a character
Ctrl+B Move forward by a word
Ctrl+P Re-use the previous command
Ctrl+N Re-use the next command

A Good Network Nearby


Using the Loopback Interface

• Purpose
  The loopback interface is virtual, and VRP can use it to simulate
the actual interface because a virtual interface is not closed due
to various factors like a physical interface.
• Configuration Commands
  A loopback interface has the same configuration commands as
other interfaces. Since it is not connected to any other physical
interface, it uses a 32-bit mask to save addresses.
   interface loopback 0
ip address 1.1.1.1 255.255.255.255

A Good Network Nearby


Unnumbered Interface Address

• Purpose
ip unnumbered can be used to save the space of network
addresses or subnet addresses, but the port status (up or not)
cannot be known with the ping command.

• Configuration Commands
VRP has the same configuration commands has IOS. Described
below is how to configure VRP.
Interface serial 1/0
Ip unnumbered ethernet 0/1

A Good Network Nearby


DNS

• Purpose
  Domain Name Server (DNS) makes destination names
correspond to IP addresses, so that users only need to
know the destination name.
• Configuration Commands
  VRP Configure the domain name correspondence:
ip host host-name ip-add
     Cancel the domain name correspondence:
  undo ip host host-name ip-address
IOS Configure: The same as VRP
    Cancel:   no ip host host-name ip-address

A Good Network Nearby


DNS

• IOS no ip domain-lookup
To avoid the case where a router regards the wrongly
entered command as a host name, and thus sends a
request to domain-server for the corresponding IP
address or sends a broadcast (255.255.255.255) if
there is no domain-server.

A Good Network Nearby


CDP

• Purpose
  Cisco Discovery Protocol (CDP) is a private protocol
of Cisco. Cisco equipment complies with CDP when
collecting the information of other adjacent Cisco
equipment. This command is used in the interface
mode.
• Configuration Commands
  Since CDP is a private protocol of Cisco, VRP does
not have the relevant commands.
  IOS interface serial 0
cdp enable

A Good Network Nearby


Boot Configuration

• Purpose
  Change the place where the router’s system software
is obtained.
• Configuration Commands
  IOS boot system flash
boot system tftp: //1.2.3.4/c2600-121-5.T4
boot system rom

A Good Network Nearby


Cisco Register Configuration

• Purpose
  Register configuration is used to change the route
start process.
• Configuration Commands
  First introduced are functions of major registers.
   0x2102 Industrial default value   
    0x2142   Start from flash without using the
configuration file in NVRAM (used for password
recovery)
   Configuration   config-register 0x2102
config-register 0x2142

A Good Network Nearby


Topics

• Basic Commands
• Routing
• Switching
• Network Management
• Security Management

A Good Network Nearby


RIP

• Routing Information Protocol (RIP) is a


relatively simple Interior Gateway Protocol
(IGP). It is predominantly used in small-scale
networks.

A Good Network Nearby


VRP RIP (1)

• Start RIP and enter the RIP view


rip
• Stop the RIP
undo rip
• Apply RIP to a specified network interface
network network-address
• Cancel the RIP applied on a specified network
interface
undo network network-address

A Good Network Nearby


VRP RIP (2)

• Specify RIP-1 for an interface


rip version 1
• Specify RIP-2 for an interface
rip version 2 [ broadcast | multicast ]
• Restore the RIP version on an interface to the
default value
undo rip version { 1 | 2 }

A Good Network Nearby


IOS RIP (1)

• Start RIP and enter the RIP view


router rip
• Stop the RIP
no router rip
• Apply RIP to a specified network interface
network network-address
• Cancel the RIP applied on a specified network
interface
undo network network-address

A Good Network Nearby


IOS RIP (2)

• IOS RIP version information may be


configured in the RIP process.

Configure RIP in such a way as to only receive and


send the information of version 1 and version 2
Router(config-router)# version {1 | 2}

• RIP version information may be controlled


more accurately under an interface

Router(config-if)# ip rip receive version 2


Router(config-if)# ip rip send version 1
A Good Network Nearby
Basic RIP Configuration Example

VRP configuration
1.1.1.1/24 commands: (router1)
3.1.1.2/24
rip
Router4 net 1.0.0.0
3.1.1.1/24 net 2.0.0.0
1.1.1.2/24
Other routers may be
configured similarly.
Router1 Router3 IOS configuration
commands: (router1)
router rip
2.1.1.1/24 3.1.1.2/24 net 1.0.0.0
Router2 net 2.0.0.0
3.1.1.1/24 Other routers may be
2.1.1.2/24
configured similarly.

A Good Network Nearby


OSPF

• Open Shortest Path First (OSPF) is an IETF-


developed interior gateway protocol based on
link state. Version 2 (RFC2328) is used now.

A Good Network Nearby


VRP OSPF (1)

• Start OSPF and enter the OSPF view


ospf [ process-id [ [ router-id router-id ] vpn-
instance vpn-instance-name ] ]

• Close an OSPF process


undo ospf [ process-id ]

A Good Network Nearby


VRP OSPF (2)

• Enter the OSPF area view


area area-id
• Delete the specified OSPF area
undo area area-id

• Cause OSPF to run at the specified network


segment
network ip-address wildcard-mask
• Cancel OSPF running at a network segment
undo network ip-address wildcard-mask

A Good Network Nearby


IOS OSPF (1)

• Start an OSPF process


Router(config)# router ospf process-id

• Delete the specified OSPF area


no router ospf process-id

A Good Network Nearby


IOS OSPF (2)

• Enable OSPF at the specified network


segment, and put the interfaces of this
network segment in the specified area
Router(config-router)# network ip-address
wildcard-mask area area-id

• Cancel OSPF of a network segment


Router(config-router)#no network ip-address
wildcard-mask area area-id

A Good Network Nearby


Basic OSPF Configuration Example
VRP configuration
commands: (router1)
1.1.1.1/24 ospf 1
3.1.1.2/24
area 0
Router4 network 1.1.1.2 0.0.0.0
3.1.1.1/24
1.1.1.2/24 area 1
Area 0 network 2.1.1.1 0.0.0.0
Other routers may be
Router1 Router3 configured similarly.

IOS configuration
2.1.1.1/24 3.1.1.2/24 commands: (router1)
Router2 router ospf 1
3.1.1.1/24
2.1.1.2/24 network 1.1.1.2 0.0.0.0 area 0
Area 1 network 2.1.1.1 0.0.0.0 area 1
Other routers may be
configured similarly.
A Good Network Nearby
ISIS

• Intermediate System-to-Intermediate System


(IS-IS) is a protocol for intra-domain routing
information exchange. Initially, IS-IS is a
dynamic routing protocol that ISO defines for
its CLNP design. To support IP-based routing,
IETF has expanded and modified IS-IS for it to
be applied in both TCP/IP and OSI
environment. Such an IS-IS is known as an
integrated IS-IS.

A Good Network Nearby


VRP ISIS (1)

• Enable the IS-IS routing process and enter the


IS-IS view
isis [ tag ]
• Delete the IS-IS routing process
undo isis [ tag ]
• Set the network entity title
network-entity net
• Delete the network entity title
undo network-entity net

A Good Network Nearby


VRP ISIS (2)

• Enable IS-IS on a specified interface


isis enable [ tag ]

• Disable a running IS-IS process on an


interface
undo isis enable [ tag ]

A Good Network Nearby


IOS ISIS (1)

• Enable the IS-IS routing process


Router(config)# router isis [area tag]
• Delete the IS-IS routing process
no router isis [area tag ]
• Set a network entity title
net network-entity-title
• Delete a network entity title
no net network-entity-title

A Good Network Nearby


IOS ISIS (2)

• Enable IS-IS on a specified interface


Router(config-if)# ip router isis [area tag]

• Disable a running IS-IS process on an


interface
no ip router isis [area tag ]

A Good Network Nearby


Basic ISIS Configuration 1

RT2: 49.0001.0000.0000.0002.00
1.1.1.1/24
3.1.1.2/24

Router2
3.1.1.1/24
1.1.1.2/24

Router1 Router3
RT1: 49.0001.0000.0000.0001.00 RT3: 49.0001.0000.0000.0003.00

Area 49.0001

A Good Network Nearby


Basic ISIS Configuration 2

VRP configuration IOS configuration


commands: (router1) commands: (router1)
isis router isis
network entity net
49.0001.0000.0000.0001.00 49.0001.0000.0000.0001.00
int serial X int serial X
isis enable ip router isis
Other routers may be Other routers may be
configured similarly. configured similarly.

A Good Network Nearby


BGP

• Border Gateway Protocol (BGP) is a protocol


for dynamic route discovery between
Autonomous Systems (ASs). BGP-4 is
currently used (see RFC1771). BGP-4 is
applicable to the distributed structure and
supports Classless Inter-Domain Routing
(CIDR). BGP is frequently used between ISPs.

A Good Network Nearby


VRP BGP (1)

• Start the BGP and enter the BGP view


bgp as-number

• Configure the transmission network of the


local BGP (optional)
network ip-address [ address-mask ] [ route- polic
y route-policy-name ]

A Good Network Nearby


VRP BGP (2)

• Create a peer group


group group-name [ internal | external ]
• Specify an AS number for a peer group
peer group-name as-number as-number
• Create a peer in a peer group
peer peer-address group group-name [ as-number
as-number ]

A Good Network Nearby


IOS BGP (1)

• Start the BGP and enter the BGP view


Router(config)# router bgp as-number

• Configure the transmission network of the


local BGP (optional)
Router(config-router)# network network-number
[mask network-mask] [route-map route-map-
name]

A Good Network Nearby


IOS BGP (2)

• Specify the address of a peer or peer group


Router(config-router)# neighbor {ip-address |
peer-group-name} remote-as as-number

• Note: IOS does not forcibly requires


configuring a peer group. A peer group may be
directly configured when there are a few
neighbors.

A Good Network Nearby


Basic BGP Configuration Example

VRP configuration
1.1.1.1/24 commands: (router1)
3.1.1.2/24 bgp 100
group 1 external
Router2
3.1.1.1/24 peer 1.1.1.1 group 1
1.1.1.2/24
AS200 as-number 200
Other routers may be
configured similarly.
Router1 Router3

AS100 AS300 IOS configuration


commands: (router1)
bgp 100
neighbor 1.1.1.1
remote-as 200
Other routers may be
configure similarly.

A Good Network Nearby


Integrated RIP and BGP
Configuration Example 1
1.1.1.1/24
3.1.1.2/24

Router2
3.1.1.1/24
1.1.1.2/24
AS200

Router1 Router3
4.1.1.2/24 AS300
AS100

4.1.1.1/24

Router4

Loopback0: 10.1.1.1/8

A Good Network Nearby


IOS BGP (2)

VRP configuration IOS configuration commands:


commands: (router4) (router4)
rip router rip
network 100.0.0.0 network 100.0.0.0
network 4.0.0.0 network 4.0.0.0

bgp 100 router bgp 100


group 1 internal neighbor 4.1.1.2 remote-as 100
peer 4.1.1.2 group 1 network 10.0.0.0 mask 255.0.0.0
network 10.0.0.0 Other routers may be configure
255.0.0.0 similarly.
Other routers may be
configure similarly.

A Good Network Nearby


Routing Policy

• Introduction
When advertising and receiving the routing
information, a router may carry out some policies to
filter the routing information, for example, only receive
or advertise the routing information that meets the
given conditions.

A Good Network Nearby


Routing Policy

• Network Requirement
  When the OSPF on a router redistributes the routing information of RIP, it filters
routes by quoting a routing policy. The routing policy comprises two nodes, for
example, 192.1.0.0/24 and 128.2.0.0/16, whose routing information is advertised by
OSPF under different routing costs.
• Topology
          
          

          
        

128.1.0.1/16
192.1.0.0/24
128.1.0.0/16
128.2.0.0/16

Regional network
Campus network

A Good Network Nearby


Example of Routing Policy

• VRP Configuration
• Define an address prefix list
[Router]ip ip-prefix p1 permit 192.1.1.0/24
[Router]ip ip-prefix p1 permit 128.2.0.0/16
• Configure a routing policy
[Router]route-policy r1 permit 10
[Router-route-policy]if-match ip address ip-prefix p1
[Router-route-policy]apply cost 20
[Router-route-policy]route-policy r1 permit 20
[Router-route-policy]if-match ip address ip-prefix p2
[Router-route-policy]apply cost 30
  

A Good Network Nearby


Example of Routing Policy

• VRP Configuration
• Configure the OSPF
  [Router]ospf 1
  [Router-ospf-1]import-route rip route-policy r1  
 

A Good Network Nearby


Example of Routing Policy

• IOS Configuration
ip prefix-list p1 permit 192.1.1.0/24
ip prefix-list p2 permit 128.2.0.0/16  
route-map r1 permit 10
match ip prefix-list p1
set cost 20
route-map r1 permit 20
match ip prefix-list p2
set cost 30
router ospf 1
redistribute rip route-map r1  

A Good Network Nearby


Topics

• Basic Commands
• Routing
• Switching
• Network Management
• Security Management

A Good Network Nearby


Virtual Local Area Network (VLAN)

• VLAN technology serves to divide an LAN into


multiple logical “LANs” – VLANs. Each VLAN is
a broadcast domain. Hosts in a VLAN can
communicate with one another in the same way
as in an LAN. A VLAN cannot directly
communicate with another one, thus broadcast
packets are restricted in one VLAN.

A Good Network Nearby


VRP Command Line (1)

• Create a VLAN
vlan 100 (1-4094)
• Delete a VLAN
undo vlan 100 (1-4094)
• Add a port in VLAN
port Ethernet 2/0/1
• Delete a port from a VLAN
undo port Ethernet 2/0/1

A Good Network Nearby


VRP Command Line (2)

• Add a port to a VLAN


port access vlan 100 (1-4094)
• Delete a port from a VLAN
undo port access vlan 100 (1-4094)
• Display the information of a VLAN
display vlan VLAN ID (1-4094)

A Good Network Nearby


IOS Command Line

• Create a VLAN
vlan 100 (1-4094)
• Delete a VLAN
no vlan 100 (1-4094)
• Add a port to a VLAN
switchport access vlan 100
• Delete a port from a VLAN
no switchport access vlan
• Show a VLAN
show vlan

A Good Network Nearby


Trunk

• Trunk permits transmission of the VLAN


information when there is only one link.

A Good Network Nearby


VRP Command Line (1)

• Define the Trunk attribute of a


port link-type trunk
• Delete the Trunk attribute of a port
undo port link-type
• Define the VLAN that a port can transmit
port trunk permit vlan VLAN ID
• Delete a port from VLAN
undo port trunk permit vlan VLAN ID

A Good Network Nearby


IOS Command Line

• Define the Trunk attribute of an interface


switchpor trunk encapsulation isl
switchport mode trunk
• Delete the Trunk attribute of an interface
no switchport mode
• Define the VLANs allowed by the Trunk
switchport trunk allowed vlan VLAN IDs
• Cancel the VLANs allowed by the Trunk
no switchport trunk allowed vlan

A Good Network Nearby


Link Aggregation

• Link aggregation is a method of combining


several physical links into a logical link.
Link aggregation can be static or dynamic.

A Good Network Nearby


VRP Command Line(1)

• Set static port aggregation


link-aggregation Ethernet 0/1 to Ethernet 0/4
both
• Delete static port aggregation
undo link-aggregation all
• Perform dynamic aggregation under a port
lacp enable
• Cancel dynamic aggregation under a port
undo lacp enable

A Good Network Nearby


IOS Command Line

• Set static port aggregation


channel-group 1 <1-64> mode on
• Delete static port aggregation
no channel-group
• Perform dynamic aggregation under a port
channel-protocol lacp
channel-group 1 <1-64> mode active (passive)
• Cancel dynamic aggregation under a port
no channel-protocol
no channel-group
A Good Network Nearby
Spanning Tree Protocol (STP )

• STP can be applied in the loop network. With a


certain algorithm, it blocks some redundant
routes and trims the loop network into a loop-
free tree network, thus avoiding proliferation and
infinite circulation of packets in the loop
network.

A Good Network Nearby


VRP Command Line (1)

• Define the STP mode


stp mode stp
• Cancel the STP mode
undo stp mode
• Define the MSTP mode
stp mode mstp
• Cancel the MSTP mode
undo stp mode

A Good Network Nearby


IOS Command Line

• Define the STP mode


spanning-tree mode rapid-pvst
• Cancel the STP mode
no spanning-tree mode
• Define the MSTP mode
spanning-tree mode mst
• Cancel the MSTP mode
no spanning-tree mode

A Good Network Nearby


Topics

• Basic Commands
• Routing
• Switching
• Network Management
• Security Management

A Good Network Nearby


Introduction to SNMP

• Introduction
  Simple Network Management Protocol (SNMP), a broadly
applied industrial standard, is the computer network
management protocol that used the most extensively at present.
• Structure
  SNMP is structurally divided into Network Management Station
(NMS) and AGENT. NMS is the client workstation and AGENT is
the server software that runs on the network equipment.
• SNMP Version
  SNMP has three versions now: SNMP v3/v2c/v1. SNMP v3 is
compatible with v1 and v2c.

A Good Network Nearby


SNMP Configuration

• SNMP configurations include:


  Start and close the SNMP AGENT service
  Set the community name
  Configure an SNMP group
Set the information about how to contact the
administrator
  Allow/prohibit transmission of the Trap packet
  Set the address of the destination host of the Trap
  Specify the source address of the packet

A Good Network Nearby


SNMP Instance Configuration

Snmp agent
Router

129.102.149.23

129.102.149.1

A Good Network Nearby


VRP Configuration

• System-view Enter the view


• Snmp-agent community read public Only read the community
attribute name “public”
• Snmp-agent communty write private Only write the community
attribute name “private”
• Snmp-agent sys-inf contact Mr.wang-tel 3306 Set the
information about how to contact the administrator
• Snmp-agent sys-info location telephone 3rd floor Physical
location of the router
• Snmp-agent trap enable Enable the trap packet
• Snmp-agent target-host trap address udp-domain
129.102.149.23 udp-port 5000 params securityname public
Allow sending trap packets to the NM workstation 129.102.149.23
with the community name “public”.

A Good Network Nearby


IOS Configuration

• Config termimal
• Snmp-server community public ro
• Snmp-server community private rw
• Snmp-server contact Mr.wang-tel 3306
• Snmp-server location telephone 3rd floor
• Snmp-server enable traps
• Snmp-server target-host trap address udp-domain
129.102.149.23 udp-port 5000 params securityname public

A Good Network Nearby


Topics

• Basic Commands
• Routing
• Switching
• Network Management
• Security Management

A Good Network Nearby


Security Policy

• A policy is the factors to be considered in


decision-making. The policy for network
security is based on:
  Controllability   VS Adaptability
  Stability    VS Latent threat
  Initial input   VS    Subsequent input
• In making a decision, find a balance point
between the above pairs.

A Good Network Nearby


Authentication and Authorization

• Key points
• Determine the level of authority
• Determine the authorization policy
   Generic or per user
AAA via TACACS+ or RADIUS
Local authentication

A Good Network Nearby


Authentication Configuration

• Local AAA Authentication


• VRP Configuration
  aaa enable Enable aaa authentication
  aaa authentication-scheme login local   Enable
local aaa authentication
  local-user huawei password simple linbin Set the
local username and password
  user-interface vty 0 4 Enter the vty view
  authentication-mode local The user that accesses
the equipment via telnet uses local authentication

A Good Network Nearby


Authentication Configuration

• Local AAA Authentication


• IOS Configuration
  aaa new-model
aaa authentication login local
username huawei password linbin
line vty 0 4
login authentication local

A Good Network Nearby


Restricted Authorization

  Authorize different users on the equipment


• Configuration level
• View level
• Support level
  Use privilege level (level 1 ~ level 3)

A Good Network Nearby


Authorization Configuration

• VRP Configuration
  local-user huawei password simple linbin Create
a user
  local-user huawei level 3 Set the authorization level

• Application Command
command-privilege level 3 view serial display
interface

A Good Network Nearby


Authorization Configuration

• IOS Configuration
username huawei privilege 5 password huawei
peivilege config level 5 interface Define a
configuration object
privilege interface level 5 shutdown Define a
configuration command
privilege exec level 5 show ip route Define an
executable command

A Good Network Nearby


Security of Command Line

• Command Line Protection of VRP


super password level {1/2/3} {simple/cipher} linbin

• Command Line Protection of IOS


enable password linbin
enable secret linbin

A Good Network Nearby


Time Protection of Vty and console

• Purpose
Ensure that the equipment that is logged on to via vty
and console is not used by any other unauthorized
person after the user leaves.

• VRP Configuration
Idle-timeout minite second

• IOS Configuration
exec-timeout minite second

A Good Network Nearby


ACL

• Overview
To filter data packets,a router shall be configured with
rules to decide which data packets will be let
through.These rules are defined in an Access Control
List (ACL).
• Classification
Basic acl
Advanced acl
Interface-based acl
MAC-based acl

A Good Network Nearby


Configuring the Standard ACL

• VRP configuration
• Create a basic ACL in the system view
acl {number number/name name basic} [match-
order {config/auto}]
• Create the ACL rules in the basic ACL view
rule [rule-id] {permit/deny} [source sour-add sour-
wildcast/any] [time-range time-name] [logging]
[fragment] [vpn-instance vpn-instance-name]

A Good Network Nearby


Configuring the Standard ACL

• VRP instance
acl number 2000 match-order config
rule 1 permit source 20.1.1.0 0.0.0.255

• IOS instance
access-list 2 permit 20.1.1.0 0.0.0.255

A Good Network Nearby


Thank
you!
A Good Network Nearby
www.huawei-3com.com

You might also like