By default, bundling is enabled. To disable bundling you can use the following
command.
To show the current status of the bundling you can look under the
OpenConfig tab in the Devices
section of your firewall.
The following is an example of an unbundled subscribe response to the path
/interfaces/interface[name=ethernet1/1]/state in protobuf
format.
{
"update": {
"timestamp": "1668715529000000000",
"update": [
{
"path": {
"elem": [
{
"name": "interfaces"
},
{
"name": "interface",
"key": {
"name": "ethernet1/1"
}
},
{
"name": "state"
},
{
"name": "name"
}
]
},
"val": {
"stringVal": "ethernet1/1"
}
},
{
"path": {
"elem": [
{
"name": "interfaces"
},
{
"name": "interface",
"key": {
"name": "ethernet1/1"
}
},
{
"name": "state"
},
{
"name": "mtu"
}
]
},
"val": {
"uintVal": "1500"
}
},
...Truncated
{
"update": {
"timestamp": "1668715531000000000",
"update": [
{
"path": {
"elem": [
{
"name": "interfaces"
},
{
"name": "interface",
"key": {
"name": "ethernet1/1"
}
},
{
"name": "state"
},
{
"name": "oper-status"
}
]
},
"val": {
"stringVal": "DOWN"
}
}
]
}
}
{
"update": {
"timestamp": "1668715530000000000",
"update": [
{
"path": {
"elem": [
{
"name": "interfaces"
},
{
"name": "interface",
"key": {
"name": "ethernet1/1"
}
},
{
"name": "state"
},
{
"name": "counters"
},
{
"name": "in-octets"
}
]
},
"val": {
"uintVal": "0"
}
},
{
"path": {
"elem": [
{
"name": "interfaces"
},
{
"name": "interface",
"key": {
"name": "ethernet1/1"
}
},
{
"name": "state"
},
{
"name": "counters"
},
{
"name": "in-pkts"
}
]
},
"val": {
"uintVal": "0"
}
},
...Truncated
}