Post by muthumariu on Aug 8, 2024 7:30:53 GMT
Hi All,
I want clarification on IPv6StaticAddresses attribute in Ethernet Interfaces URI.
Scenario 1 :
1. Initially IPv6 in DHCP mode and I am trying to change the mode to static with static ipv6 addresses with below request body
Request Body
{
"DHCPv6": {
"OperatingMode": "Disabled"
},
"IPv6StaticAddresses": [
{
"Address": "3001:df24:df25:df26::6458:5da1:4805",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26::6458:5da1:4806",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26::6458:5da1:4807",
"PrefixLength": 64
}
]
}
Question1 :
Once patch got applied in response, order of the Addresses are getting changed as showing below, can you please confirm whether this behavior is correct or we need to show the order as same as request body order?
{
"DHCPv6": {
"OperatingMode": "Disabled"
}
"IPv6StaticAddresses": [
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4807",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4806",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4805",
"PrefixLength": 64
}
]
}
Scenario 2 :
In this scenario IPv6 in static mode with the below IPv6StaticAddresses (values are updated from Scenario 1st requestbody) :
Response Body
{
"DHCPv6": {
"OperatingMode": "Disabled"
}
"IPv6StaticAddresses": [
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4807",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4806",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4805",
"PrefixLength": 64
}
]
}
Question 2 :
I am giving the patch request with the below body
{
"IPv6StaticAddresses": [
{}
]
}
After giving patch request , please give clarification for what are all the "Addresses" we need to show under "IPv6StaticAddresses" attribute ?
Scenario 3 :
In this scenario also IPv6 in static mode with the below IPv6StaticAddresses (values are updated from Scenario 1st requestbody) :
Response Body
{
"DHCPv6": {
"OperatingMode": "Disabled"
}
"IPv6StaticAddresses": [
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4807",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4806",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4805",
"PrefixLength": 64
}
]
}
Question 3 :
Now I am giving the request body as below
{
"IPv6StaticAddresses": [
{},
{
"Address": "3001:df24:df25:df26::6458:5da1:4808",
"PrefixLength": 64
},
null
]
}
In this time how we need to show the response once the above request body is applied ?
Kindy check and give the clarification for the above three scenario and respective questions mentioned in here.
Thanks,
Muthu Mari U.
I want clarification on IPv6StaticAddresses attribute in Ethernet Interfaces URI.
Scenario 1 :
1. Initially IPv6 in DHCP mode and I am trying to change the mode to static with static ipv6 addresses with below request body
Request Body
{
"DHCPv6": {
"OperatingMode": "Disabled"
},
"IPv6StaticAddresses": [
{
"Address": "3001:df24:df25:df26::6458:5da1:4805",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26::6458:5da1:4806",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26::6458:5da1:4807",
"PrefixLength": 64
}
]
}
Question1 :
Once patch got applied in response, order of the Addresses are getting changed as showing below, can you please confirm whether this behavior is correct or we need to show the order as same as request body order?
{
"DHCPv6": {
"OperatingMode": "Disabled"
}
"IPv6StaticAddresses": [
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4807",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4806",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4805",
"PrefixLength": 64
}
]
}
Scenario 2 :
In this scenario IPv6 in static mode with the below IPv6StaticAddresses (values are updated from Scenario 1st requestbody) :
Response Body
{
"DHCPv6": {
"OperatingMode": "Disabled"
}
"IPv6StaticAddresses": [
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4807",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4806",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4805",
"PrefixLength": 64
}
]
}
Question 2 :
I am giving the patch request with the below body
{
"IPv6StaticAddresses": [
{}
]
}
After giving patch request , please give clarification for what are all the "Addresses" we need to show under "IPv6StaticAddresses" attribute ?
Scenario 3 :
In this scenario also IPv6 in static mode with the below IPv6StaticAddresses (values are updated from Scenario 1st requestbody) :
Response Body
{
"DHCPv6": {
"OperatingMode": "Disabled"
}
"IPv6StaticAddresses": [
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4807",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4806",
"PrefixLength": 64
},
{
"Address": "3001:df24:df25:df26:0:6458:5da1:4805",
"PrefixLength": 64
}
]
}
Question 3 :
Now I am giving the request body as below
{
"IPv6StaticAddresses": [
{},
{
"Address": "3001:df24:df25:df26::6458:5da1:4808",
"PrefixLength": 64
},
null
]
}
In this time how we need to show the response once the above request body is applied ?
Kindy check and give the clarification for the above three scenario and respective questions mentioned in here.
Thanks,
Muthu Mari U.