Collapse AllExpand All

10.4.1. Networked access point Previous topic Parent topic Child topic Next topic

IMPORTANT:
In order to be able to carry out the following commands, you will need ADMIN rights in CLI.

Table 64. CLI parameter for “networked“ access point

CLI parameter name
Parameter meaning
AMO - Branch - Parameter
ip_addr_eth
IP address of the access point
APRT
TYPE=APNET - APIPADDR
netmask_eth
Netmask in the network of the access point
APRT
TYPE=APNET - NETMASK
default_gateway
IP address of the default router in the network of the access point
UCSU
UNIT=AP - APRTADDR
ip_addr_signaling
IP address of the access point
APRT
TYPE=APNET - APIPADDR
netmask_signaling
Netmask in the network of the access point
APRT
TYPE=APNET - NETMASK
ip_addr_CC_A
IP address of the CC-A
SIPCO
TYPE=LSNET - CCAADDR
ip_addr_CC_B
IP address of the CC-B
SIPCO
TYPE=LSNET - CCBADDR
netmask_hhs
OpenScape 4000 LAN segment netmask
SIPCO
TYPE=LSNET - NETMASK
vlan_tag
VLAN tagging on/off [0 = OFF,1 = ON]
STMIB: MTYPE=NCUI2,
TYPE=IFDATA - VLAN
vlan_id
VLAN ID [0.. 4095]
STMIB: MTYPE=NCUI2,
TYPE=IFDATA - VLANID
eth_link_mode
Ethernet interface operating mode
0 : Autonegotiation
21 : 10 Mbps half duplex
22 : 10 Mbps full duplex
23 : 100 Mbps half duplex
24 : 100 Mbps full duplex
STMIB: MTYPE=NCUI2,
TYPE=IFDATA - BITRATE
AUTONEG: Autonegotiate
10MBHD: 10 Mbps, half duplex
10MBFD: 10 Mbps, full duplex
100MBHD: 100 Mbps, half duplex
100MBFD: 100 Mbps, full duplex

Note

For “networked“ access points
  1. ip_addr_signaling = ip_addr_eth
and
  1. netmask_signaling = netmask_eth
must be set!
The command syntax is
  1. set ip address Parameter name Value or set id Parameter name Value
    For Access Point 99 from the configuration examples (see Figure 12 “OpenScape 4000 LAN segment” and Figure 14 “Configuring a “networked“ access point” ), the following command syntax is yielded:
    get write access set ip address ip_addr_eth 192.168.23.99 set ip address netmask_eth 255.255.255.0 set ip address default_gateway 192.168.23.1 set ip address ip_addr_signaling 192.168.23.99 set ip address netmask_signaling 255.255.255.0 set ip address ip_addr_CC_A 192.168.1.1 set ip address ip_addr_CC_B 192.168.1.1 set ip address netmask_hhs 255.255.255.0 set id vlan_tag 0 set id vlan_id 0 set id eth_link_mode 0 finish
    IMPORTANT:
    No other commands (e.g. show) may be transmitted between the set commands and the finish command, which transfers the data to the Flash memory.