Exam 200-901 | Question id=6165 | Software Development and Design |
Refer to the exhibit.
leaf IPPeer {
type union {
type inet:ipv4-address;
type inet:ipv6-address;
}
}
What is the value of the node defined by this YANG structure?
A. |
{
"IPPeer": [
"10.1.1.1"
]
}
| |
B. |
{
"IPPeer": "10.1.1.1 2001:db::1"
}
| |
C. |
{
"IPPeer": "10.1.1.1"
}
| |
D. |
{
"IPPeer": [
"10.1.1.1"
"2001:db::1"
]
}
|