User Manual

Chapter 3 - Commissioning Initial NPU Configuration
4Motion 101 System Manual
2 Disable the interface to allow configuring its parameters:
npu(config-if)# shutdown
3 Configure the IP address (x.x.x.x) and subnet mask (y.y.y.y). For details refer
to “Assigning an IP address to an interface” on page 161:
npu(config-if)# ip address x.x.x.x y.y.y.y
4 Configure the MTU of the interface to 1500 bytes: npu(config-if)# mtu 1500
5 Enable the interface: npu(config-if)# no shutdown
6 Exit the interface configuration mode: npu(config-if)# exit
7 Exit the configuration mode: npu(config)# exit
3.1.3.4 Save and Apply Changes in Site Connectivity Configuration
1 Save the configuration: npu# write (otherwise, after the next time reset you will
lose the configuration changes).
2 Reset the system to apply the changes: npu# reset
3.1.4 ACL Definition
For details on ACLs refer to “Configuring ACLs” on page 215.
1 Create a standard ACL (number 1) and enable the ACL configuration mode:
npu(config)# "ip access-list standard 1
2 For initial configuration, permit traffic from any source address to any
destination address: npu(config-std-nacl)# "permit any any.
3 Terminate the ACL configuration mode: npu(config-std-nacl)# exit
4 Enable the AUs virtual interface configuration mode:
npu(config)# "interface all-au
5 Attach the ACL to the AUs virtual interface:
npu(config-acl)# "ip access-group 1
6 Terminate the AUs virtual interface configuration mode: npu(config-acl)# exit
3.1.5 Static Route Definition
Static Route must be configured whenever the EMS server and the NPU are on
different subnets. For more details refer to “Adding a Static Route” on page 212.
Run the following command: npu(config)# "ip route 0.0.0.0 0.0.0.0 x.x.x.x"
(x.x.x.x is the next hop IP address, 0.0.0.0 0.0.0.0 define the IP address and mask