Collapse AllExpand All

10.4.2. Direct link access point Previous topic Parent topic Child topic Next topic

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

Table 65. CLI parameters for “direct link“ access point

CLI parameter name
Parameter
AMO - Branch - Parameter
ip_addr_eth
IP address of the access point in the OpenScape 4000 LAN segment
UCSU
UNIT=AP - LSRTADDR
netmask_eth
OpenScape 4000 LAN segment network mask
SIPCO
TYPE=LSNET - NETMASK
default_gateway
IP address of the default router in the OpenScape 4000 LAN segment
UCSU
UNIT=AP - APRTADDR
ip_addr_signaling
IP address of the access point in the internal AP network segment
APRT
TYPE=APNET - APIPADDR
netmask_signaling
Netmask of the internal AP network segment
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 network mask
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
The command syntax is
  1. set ip address Parameter name Value or set id Parameter name Value
    For Access Point 17 from the configuration examples (see Figure 12 “OpenScape 4000 LAN segment” and Figure 15 “Configuring a “Direct Link“ access point” ), the following command syntax is yielded:
    get write access set ip address ip_addr_eth 192.168.1.17 set ip address netmask_eth 255.255.255.0 set ip address default_gateway 192.168.1.254 set ip address ip_addr_signaling 192.168.200.1 set ip address netmask_signaling 255.255.255.252 set ip address ip_addr_CC_A 192.168.1.1 set ip address ip_addr_CC_B 192.168.1.2 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.