Lines Matching full:ip
14 IP address(v4 and v6) objects must be children objects of the physical/virtual
21 3. IP: This describes the IP address-specific parameters.
22 4. IPProtocol: This describes the IP protocol type (IPv4/IPv6).
39 There can be multiple IP address objects under an interface object. These
58 ### Configure IP address
62 xyz.openbmc_project.Network.IP.Create IP ssys
63 "xyz.openbmc_project.Network.IP.Protocol.IPv4" "<ip>" <subnetmask>
67 '{"data":["xyz.openbmc_project.Network.IP.Protocol.IPv4","<ip>",<subnetmask>,"<networkGateway>"]
68 }' https://<hostname/ip>/xyz/openbmc_project/network/eth0/action/IP
81 https://<hostname/ip>/xyz/openbmc_project/network/config/attr/DefaultGateway
94 https://<hostname/ip>/xyz/openbmc_project/network/config/attr/DefaultGateway
110 https://<hostname/ip>/xyz/openbmc_project/network/config/attr/HostName
122 https://<hostname/ip>/xyz/openbmc_project/network/config/attr/HostName
125 ### Delete IP address
133 NOTE: How to get the ipv4/id: After creating the IP address object enumerate the
138 https://<hostname/ip>/xyz/openbmc_project/network/eth0/ipv4/fbfc29b
151 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/DHCPEnabled
162 1}' https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/DHCPEnabled
175 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/MACAddress
190 https://<hostname/ip>/xyz/openbmc_project/network/eth0/attr/MACAddress
200 '{"data":[] }' https://<hostname/ip>/xyz/openbmc_project/network/action/Reset
210 https://<hostname/ip>/xyz/openbmc_project/network/action/VLAN
217 https://<hostname/ip>/xyz/openbmc_project/network/eth0_50
227 https://<hostname/ip>/xyz/openbmc_project/network/eth0_50/enumerate
230 #### Configure IP on VLAN Interface
232 Please refer to the "Configure IP address" section.