You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m testing devices and network elements that must handle IPv6 fragmented packets. I'm using the config below which works fine for IPv4 but couldn't find any related to IPv6 fragmentation. Here is the config. {
` {"interface": {
"network": {
"interface": "ens13s0f1np1",
"address": "192.168.1.100/24",
"gateway": "192.168.1.1"
"address-ipv6": "fc66:1337:7331::1/64",
"gateway-ipv6": "fc66:1337:7331::2"
}
},
"access": [
{
"interface": "ens13s0f0np0",
"type": "pppoe",
"outer-vlan-min": 2200,
"outer-vlan-max": 2200,
"inner-vlan-min": 3200,
"inner-vlan-max": 3200,
"stream-group-id": 1,
"username": "user1",
"password": "test123"
"icmp-client-group-id":1
}
],
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m testing devices and network elements that must handle IPv6 fragmented packets. I'm using the config below which works fine for IPv4 but couldn't find any related to IPv6 fragmentation. Here is the config. {
` {"interface": {
"network": {
"interface": "ens13s0f1np1",
"address": "192.168.1.100/24",
"gateway": "192.168.1.1"
"address-ipv6": "fc66:1337:7331::1/64",
"gateway-ipv6": "fc66:1337:7331::2"
}
},
"access": [
{
"interface": "ens13s0f0np0",
"type": "pppoe",
"outer-vlan-min": 2200,
"outer-vlan-max": 2200,
"inner-vlan-min": 3200,
"inner-vlan-max": 3200,
"stream-group-id": 1,
"username": "user1",
"password": "test123"
"icmp-client-group-id":1
}
],
"streams": [
{
"name": "BestEffort",
"stream-group-id": "1",
"type": "ipv6",
"direction": "upstream",
"source-port": 65058,
"destination-port": 65080,
"destination-ipv6-address": "221:80:64:1ff::3",
"pps": 1
},
{
}
]
"traffic":
{"udp-checksum": true,
"reassemble-fragments": true
},
"icmp-client": [
{
"comment": "ping from session"
"icmp-client-group-id": 1,
"size": 1400,
"destination-address": "10.60.80.40"
},
]
}
}`
Beta Was this translation helpful? Give feedback.
All reactions