Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6fbe680
Added ipv6 support for core_interfaces
emilarista Oct 8, 2025
6acbdcf
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 8, 2025
6ad8048
fixed accidental dependency on ipv4_pool
emilarista Oct 9, 2025
12180fc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 9, 2025
201a0e6
removed junk, updated molecule example
emilarista Oct 15, 2025
73698c4
changed condition to apply underlay_ipv6
emilarista Oct 15, 2025
a341965
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 15, 2025
34f2a0e
removed unnecessary ifs
emilarista Oct 15, 2025
a44eb72
fixed negative unit test scenario and updated underlay_ipv6 documenta…
emilarista Oct 15, 2025
134bd35
pre-commit
emilarista Oct 15, 2025
3aa0cab
Update python-avd/pyavd/_eos_designs/structured_config/core_interface…
emilarista Oct 15, 2025
acac928
Update python-avd/pyavd/_eos_designs/structured_config/core_interface…
emilarista Oct 15, 2025
66a2af8
Update python-avd/pyavd/_eos_designs/structured_config/core_interface…
emilarista Oct 20, 2025
05e049b
add porting guide info
emilarista Oct 20, 2025
b8c1a4e
added error message for invalid combo of underlay ospf and underlay_ipv6
emilarista Oct 20, 2025
0686aa3
changed underlay_ipv6 description
emilarista Oct 20, 2025
2d709e2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 20, 2025
44c5fe1
removed underlay_ipv6 requirement for core_interfaces ipv6 config
emilarista Oct 20, 2025
9b71758
changed ospf ldp molecule unit test to avoid error
emilarista Oct 20, 2025
2ee1833
pre-commit
emilarista Oct 20, 2025
23ae14b
molecule
emilarista Oct 27, 2025
10d57c7
Merge branch 'devel' into core_if_ipv6
emilarista Oct 27, 2025
8f98b5b
Merge branch 'devel' into core_if_ipv6
carl-baillargeon Oct 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ vlan 2020

| Interface | Description | Channel Group | IPv6 Address | VRF | MTU | Shutdown | ND RA Disabled | Managed Config Flag | IPv6 ACL In | IPv6 ACL Out |
| --------- | ----------- | --------------| ------------ | --- | --- | -------- | -------------- | -------------------| ----------- | ------------ |
| Ethernet1 | P2P_SITE1-LSR1_Ethernet1 | - | - | default | 9178 | False | - | - | - | - |
| Ethernet2 | P2P_SITE1-LER2_Ethernet2 | - | - | default | 9178 | False | - | - | - | - |
| Ethernet1 | P2P_SITE1-LSR1_Ethernet1 | - | 2001:db8:64:48::/127 | default | 9178 | False | - | - | - | - |
| Ethernet2 | P2P_SITE1-LER2_Ethernet2 | - | 2001:db8:64:48::4/127 | default | 9178 | False | - | - | - | - |

##### ISIS

Expand All @@ -226,6 +226,7 @@ interface Ethernet1
no switchport
ip address 100.64.48.0/31
ipv6 enable
ipv6 address 2001:db8:64:48::/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand All @@ -247,6 +248,7 @@ interface Ethernet2
no switchport
ip address 100.64.48.4/31
ipv6 enable
ipv6 address 2001:db8:64:48::4/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ vlan 2020

| Interface | Description | Channel Group | IPv6 Address | VRF | MTU | Shutdown | ND RA Disabled | Managed Config Flag | IPv6 ACL In | IPv6 ACL Out |
| --------- | ----------- | --------------| ------------ | --- | --- | -------- | -------------- | -------------------| ----------- | ------------ |
| Ethernet1 | P2P_SITE1-LSR2_Ethernet1 | - | - | default | 9214 | False | - | - | - | - |
| Ethernet2 | P2P_SITE1-LER1_Ethernet2 | - | - | default | 9178 | False | - | - | - | - |
| Ethernet1 | P2P_SITE1-LSR2_Ethernet1 | - | 2001:db8:64:48:1234::4/127 | default | 9214 | False | - | - | - | - |
| Ethernet2 | P2P_SITE1-LER1_Ethernet2 | - | 2001:db8:64:48::5/127 | default | 9178 | False | - | - | - | - |

##### ISIS

Expand All @@ -218,6 +218,7 @@ interface Ethernet1
no switchport
ip address 100.64.48.2/31
ipv6 enable
ipv6 address 2001:db8:64:48:1234::4/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand All @@ -239,6 +240,7 @@ interface Ethernet2
no switchport
ip address 100.64.48.5/31
ipv6 enable
ipv6 address 2001:db8:64:48::5/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand Down Expand Up @@ -411,7 +413,7 @@ interface Port-Channel8.333

| Interface | Description | VRF | IPv6 Address |
| --------- | ----------- | --- | ------------ |
| Loopback0 | ROUTER_ID | default | 2000:1234:ffff:ffff::6/128 |
| Loopback0 | ROUTER_ID | default | - |

##### ISIS

Expand All @@ -427,10 +429,8 @@ interface Loopback0
description ROUTER_ID
no shutdown
ip address 100.70.0.6/32
ipv6 address 2000:1234:ffff:ffff::6/128
mpls ldp interface
node-segment ipv4 index 206
node-segment ipv6 index 206
isis enable CORE
isis passive
```
Expand Down Expand Up @@ -570,7 +570,7 @@ ip route vrf MGMT 0.0.0.0/0 192.168.200.5

| Loopback | IPv4 Index | IPv6 Index |
| -------- | ---------- | ---------- |
| Loopback0 | 206 | 206 |
| Loopback0 | 206 | - |

#### ISIS IPv4 Address Family Summary

Expand All @@ -580,14 +580,6 @@ ip route vrf MGMT 0.0.0.0/0 192.168.200.5
| Maximum-paths | 4 |
| TI-LFA Mode | link-protection |

#### ISIS IPv6 Address Family Summary

| Settings | Value |
| -------- | ----- |
| IPv6 Address-family Enabled | True |
| Maximum-paths | 4 |
| TI-LFA Mode | link-protection |

#### Router ISIS Device Configuration

```eos
Expand All @@ -605,10 +597,6 @@ router isis CORE
maximum-paths 4
fast-reroute ti-lfa mode link-protection
!
address-family ipv6 unicast
maximum-paths 4
fast-reroute ti-lfa mode link-protection
!
segment-routing mpls
no shutdown
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,14 @@ vlan internal order ascending range 1006 1199
| --------- | ----------- | ------------- | ---------- | ----| ---- | -------- | ------ | ------- |
| Ethernet1 | P2P_SITE1-LER1_Ethernet1 | - | 100.64.48.1/31 | default | 9178 | False | - | - |
| Ethernet3 | P2P_SITE2-LSR1_Ethernet3 | - | 100.64.48.8/31 | default | 9178 | False | - | - |
| Ethernet4 | P2P_SITE1-RR1_Ethernet4 | - | 100.64.48.6/31 | default | 9178 | False | - | - |

##### IPv6

| Interface | Description | Channel Group | IPv6 Address | VRF | MTU | Shutdown | ND RA Disabled | Managed Config Flag | IPv6 ACL In | IPv6 ACL Out |
| --------- | ----------- | --------------| ------------ | --- | --- | -------- | -------------- | -------------------| ----------- | ------------ |
| Ethernet1 | P2P_SITE1-LER1_Ethernet1 | - | - | default | 9178 | False | - | - | - | - |
| Ethernet3 | P2P_SITE2-LSR1_Ethernet3 | - | - | default | 9178 | False | - | - | - | - |
| Ethernet4 | P2P_SITE1-RR1_Ethernet4 | - | - | default | 9178 | False | - | - | - | - |
| Ethernet1 | P2P_SITE1-LER1_Ethernet1 | - | 2001:db8:64:48::1/127 | default | 9178 | False | - | - | - | - |
| Ethernet3 | P2P_SITE2-LSR1_Ethernet3 | - | 2001:db8:64:48::8/127 | default | 9178 | False | - | - | - | - |
| Ethernet4 | P2P_SITE1-RR1_Ethernet4 | - | 2001:db8:64:48:1234::6/127 | default | 9178 | False | - | - | - | - |

##### ISIS

Expand All @@ -169,6 +168,7 @@ interface Ethernet1
no switchport
ip address 100.64.48.1/31
ipv6 enable
ipv6 address 2001:db8:64:48::1/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand All @@ -190,6 +190,7 @@ interface Ethernet3
no switchport
ip address 100.64.48.8/31
ipv6 enable
ipv6 address 2001:db8:64:48::8/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand All @@ -209,8 +210,8 @@ interface Ethernet4
mtu 9178
speed forced 40gfull
no switchport
ip address 100.64.48.6/31
ipv6 enable
ipv6 address 2001:db8:64:48:1234::6/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ vlan internal order ascending range 1006 1199

| Interface | Description | Channel Group | IPv6 Address | VRF | MTU | Shutdown | ND RA Disabled | Managed Config Flag | IPv6 ACL In | IPv6 ACL Out |
| --------- | ----------- | --------------| ------------ | --- | --- | -------- | -------------- | -------------------| ----------- | ------------ |
| Ethernet1 | P2P_SITE1-LER2_Ethernet1 | - | - | default | 9214 | False | - | - | - | - |
| Ethernet3 | P2P_SITE2-LSR2_Ethernet3 | - | - | default | 9178 | False | - | - | - | - |
| Ethernet1 | P2P_SITE1-LER2_Ethernet1 | - | 2001:db8:64:48:1234::5/127 | default | 9214 | False | - | - | - | - |
| Ethernet3 | P2P_SITE2-LSR2_Ethernet3 | - | 2001:db8:64:48::a/127 | default | 9178 | False | - | - | - | - |

##### ISIS

Expand All @@ -166,6 +166,7 @@ interface Ethernet1
no switchport
ip address 100.64.48.3/31
ipv6 enable
ipv6 address 2001:db8:64:48:1234::5/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand All @@ -187,6 +188,7 @@ interface Ethernet3
no switchport
ip address 100.64.48.10/31
ipv6 enable
ipv6 address 2001:db8:64:48::a/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,11 @@ vlan internal order ascending range 1006 1199

*Inherited from Port-Channel Interface

##### IPv4

| Interface | Description | Channel Group | IP Address | VRF | MTU | Shutdown | ACL In | ACL Out |
| --------- | ----------- | ------------- | ---------- | ----| ---- | -------- | ------ | ------- |
| Ethernet4 | P2P_SITE1-LSR1_Ethernet4 | - | 100.64.48.7/31 | default | 9178 | False | - | - |

##### IPv6

| Interface | Description | Channel Group | IPv6 Address | VRF | MTU | Shutdown | ND RA Disabled | Managed Config Flag | IPv6 ACL In | IPv6 ACL Out |
| --------- | ----------- | --------------| ------------ | --- | --- | -------- | -------------- | -------------------| ----------- | ------------ |
| Ethernet4 | P2P_SITE1-LSR1_Ethernet4 | - | - | default | 9178 | False | - | - | - | - |
| Ethernet4 | P2P_SITE1-LSR1_Ethernet4 | - | 2001:db8:64:48:1234::7/127 | default | 9178 | False | - | - | - | - |

##### ISIS

Expand All @@ -164,8 +158,8 @@ interface Ethernet4
mtu 9178
speed forced 40gfull
no switchport
ip address 100.64.48.7/31
ipv6 enable
ipv6 address 2001:db8:64:48:1234::7/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ vlan 2020

| Interface | Description | Channel Group | IP Address | VRF | MTU | Shutdown | ACL In | ACL Out |
| --------- | ----------- | ------------- | ---------- | ----| ---- | -------- | ------ | ------- |
| Ethernet1 | P2P_SITE2-LSR1_Ethernet1 | - | 100.64.48.15/31 | default | 9178 | False | - | - |
| Ethernet6 | TENANT_B_SITE_5_WAN_TEST | - | 123.10.10.2/31 | TENANT_B_WAN | - | False | - | - |
| Ethernet6.10 | TENANT_B_SITE_5_INTRA_L3VPN | - | 123.1.1.2/31 | TENANT_B_INTRA | - | False | - | - |
| Ethernet6.100 | TENANT_B_SITE_3_OSPF | - | 192.168.48.4/31 | TENANT_B_WAN | - | False | - | - |
Expand All @@ -215,11 +214,11 @@ vlan 2020

| Interface | Description | Channel Group | IPv6 Address | VRF | MTU | Shutdown | ND RA Disabled | Managed Config Flag | IPv6 ACL In | IPv6 ACL Out |
| --------- | ----------- | --------------| ------------ | --- | --- | -------- | -------------- | -------------------| ----------- | ------------ |
| Ethernet1 | P2P_SITE2-LSR1_Ethernet1 | - | - | default | 9178 | False | - | - | - | - |
| Ethernet11 | P2P_SITE2-LSR2_Ethernet12 | 11 | *- | *default | *9178 | *False | *- | *- | *- | *- |
| Ethernet12 | P2P_SITE2-LSR2_Ethernet13 | 11 | *- | *default | *9178 | *False | *- | *- | *- | *- |
| Ethernet13 | P2P_SITE2-LSR2_Ethernet14 | 220 | *- | *default | *9178 | *False | *- | *- | *- | *- |
| Ethernet14 | P2P_SITE2-LSR2_Ethernet15 | 220 | *- | *default | *9178 | *False | *- | *- | *- | *- |
| Ethernet1 | P2P_SITE2-LSR1_Ethernet1 | - | 2001:db8:64:50::f/127 | default | 9178 | False | - | - | - | - |
| Ethernet11 | P2P_SITE2-LSR2_Ethernet12 | 11 | *2001:db8:64:49::2/126 | *default | *9178 | *False | *- | *- | *- | *- |
| Ethernet12 | P2P_SITE2-LSR2_Ethernet13 | 11 | *2001:db8:64:49::2/126 | *default | *9178 | *False | *- | *- | *- | *- |
| Ethernet13 | P2P_SITE2-LSR2_Ethernet14 | 220 | *2001:db8:64:49::6/126 | *default | *9178 | *False | *- | *- | *- | *- |
| Ethernet14 | P2P_SITE2-LSR2_Ethernet15 | 220 | *2001:db8:64:49::6/126 | *default | *9178 | *False | *- | *- | *- | *- |

*Inherited from Port-Channel Interface

Expand All @@ -245,8 +244,8 @@ interface Ethernet1
mtu 9178
speed forced 40gfull
no switchport
ip address 100.64.48.15/31
ipv6 enable
ipv6 address 2001:db8:64:50::f/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand Down Expand Up @@ -380,6 +379,13 @@ interface Ethernet14
| Port-Channel11 | P2P_SITE2-LSR2_Port-Channel12 | - | 100.64.49.2/30 | default | 9178 | False | - | - |
| Port-Channel220 | P2P_SITE2-LSR2_Port-Channel110 | - | 100.64.49.6/30 | default | 9178 | False | - | - |

##### IPv6

| Interface | Description | MLAG ID | IPv6 Address | VRF | MTU | Shutdown | ND RA Disabled | Managed Config Flag | IPv6 ACL In | IPv6 ACL Out |
| --------- | ----------- | ------- | -------------| --- | --- | -------- | -------------- | ------------------- | ----------- | ------------ |
| Port-Channel11 | P2P_SITE2-LSR2_Port-Channel12 | - | 2001:db8:64:49::2/126 | default | 9178 | False | - | - | - | - |
| Port-Channel220 | P2P_SITE2-LSR2_Port-Channel110 | - | 2001:db8:64:49::6/126 | default | 9178 | False | - | - | - | - |

##### ISIS

| Interface | ISIS Instance | ISIS BFD | ISIS Metric | Mode | ISIS Circuit Type | Hello Padding | ISIS Authentication Mode |
Expand Down Expand Up @@ -434,6 +440,7 @@ interface Port-Channel11
no switchport
ip address 100.64.49.2/30
ipv6 enable
ipv6 address 2001:db8:64:49::2/126
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand All @@ -454,6 +461,7 @@ interface Port-Channel220
no switchport
ip address 100.64.49.6/30
ipv6 enable
ipv6 address 2001:db8:64:49::6/126
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,15 @@ vlan internal order ascending range 1006 1199

| Interface | Description | Channel Group | IP Address | VRF | MTU | Shutdown | ACL In | ACL Out |
| --------- | ----------- | ------------- | ---------- | ----| ---- | -------- | ------ | ------- |
| Ethernet1 | P2P_SITE2-LER1_Ethernet1 | - | 100.64.48.14/31 | default | 9178 | False | - | - |
| Ethernet3 | P2P_SITE1-LSR1_Ethernet3 | - | 100.64.48.9/31 | default | 9178 | False | - | - |
| Ethernet4 | P2P_SITE2-RR1_Ethernet4 | - | 100.64.48.12/31 | default | 9178 | False | - | - |

##### IPv6

| Interface | Description | Channel Group | IPv6 Address | VRF | MTU | Shutdown | ND RA Disabled | Managed Config Flag | IPv6 ACL In | IPv6 ACL Out |
| --------- | ----------- | --------------| ------------ | --- | --- | -------- | -------------- | -------------------| ----------- | ------------ |
| Ethernet1 | P2P_SITE2-LER1_Ethernet1 | - | - | default | 9178 | False | - | - | - | - |
| Ethernet3 | P2P_SITE1-LSR1_Ethernet3 | - | - | default | 9178 | False | - | - | - | - |
| Ethernet4 | P2P_SITE2-RR1_Ethernet4 | - | - | default | 9178 | False | - | - | - | - |
| Ethernet1 | P2P_SITE2-LER1_Ethernet1 | - | 2001:db8:64:50::e/127 | default | 9178 | False | - | - | - | - |
| Ethernet3 | P2P_SITE1-LSR1_Ethernet3 | - | 2001:db8:64:48::9/127 | default | 9178 | False | - | - | - | - |
| Ethernet4 | P2P_SITE2-RR1_Ethernet4 | - | 2001:db8:64:50::c/127 | default | 9178 | False | - | - | - | - |

##### ISIS

Expand All @@ -167,8 +165,8 @@ interface Ethernet1
mtu 9178
speed forced 40gfull
no switchport
ip address 100.64.48.14/31
ipv6 enable
ipv6 address 2001:db8:64:50::e/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand All @@ -190,6 +188,7 @@ interface Ethernet3
no switchport
ip address 100.64.48.9/31
ipv6 enable
ipv6 address 2001:db8:64:48::9/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand All @@ -209,8 +208,8 @@ interface Ethernet4
mtu 9178
speed forced 40gfull
no switchport
ip address 100.64.48.12/31
ipv6 enable
ipv6 address 2001:db8:64:50::c/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ vlan internal order ascending range 1006 1199

| Interface | Description | Channel Group | IPv6 Address | VRF | MTU | Shutdown | ND RA Disabled | Managed Config Flag | IPv6 ACL In | IPv6 ACL Out |
| --------- | ----------- | --------------| ------------ | --- | --- | -------- | -------------- | -------------------| ----------- | ------------ |
| Ethernet3 | P2P_SITE1-LSR2_Ethernet3 | - | - | default | 9178 | False | - | - | - | - |
| Ethernet12 | P2P_SITE2-LER1_Ethernet11 | 12 | *- | *default | *9178 | *False | *- | *- | *- | *- |
| Ethernet13 | P2P_SITE2-LER1_Ethernet12 | 12 | *- | *default | *9178 | *False | *- | *- | *- | *- |
| Ethernet14 | P2P_SITE2-LER1_Ethernet13 | 110 | *- | *default | *9178 | *False | *- | *- | *- | *- |
| Ethernet15 | P2P_SITE2-LER1_Ethernet14 | 110 | *- | *default | *9178 | *False | *- | *- | *- | *- |
| Ethernet3 | P2P_SITE1-LSR2_Ethernet3 | - | 2001:db8:64:48::b/127 | default | 9178 | False | - | - | - | - |
| Ethernet12 | P2P_SITE2-LER1_Ethernet11 | 12 | *2001:db8:64:49::1/126 | *default | *9178 | *False | *- | *- | *- | *- |
| Ethernet13 | P2P_SITE2-LER1_Ethernet12 | 12 | *2001:db8:64:49::1/126 | *default | *9178 | *False | *- | *- | *- | *- |
| Ethernet14 | P2P_SITE2-LER1_Ethernet13 | 110 | *2001:db8:64:49::5/126 | *default | *9178 | *False | *- | *- | *- | *- |
| Ethernet15 | P2P_SITE2-LER1_Ethernet14 | 110 | *2001:db8:64:49::5/126 | *default | *9178 | *False | *- | *- | *- | *- |

*Inherited from Port-Channel Interface

Expand Down Expand Up @@ -182,6 +182,7 @@ interface Ethernet3
no switchport
ip address 100.64.48.11/31
ipv6 enable
ipv6 address 2001:db8:64:48::b/127
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand Down Expand Up @@ -236,6 +237,13 @@ interface Ethernet15
| Port-Channel12 | P2P_SITE2-LER1_Port-Channel11 | - | 100.64.49.1/30 | default | 9178 | False | - | - |
| Port-Channel110 | P2P_SITE2-LER1_Port-Channel220 | - | 100.64.49.5/30 | default | 9178 | False | - | - |

##### IPv6

| Interface | Description | MLAG ID | IPv6 Address | VRF | MTU | Shutdown | ND RA Disabled | Managed Config Flag | IPv6 ACL In | IPv6 ACL Out |
| --------- | ----------- | ------- | -------------| --- | --- | -------- | -------------- | ------------------- | ----------- | ------------ |
| Port-Channel12 | P2P_SITE2-LER1_Port-Channel11 | - | 2001:db8:64:49::1/126 | default | 9178 | False | - | - | - | - |
| Port-Channel110 | P2P_SITE2-LER1_Port-Channel220 | - | 2001:db8:64:49::5/126 | default | 9178 | False | - | - | - | - |

##### ISIS

| Interface | ISIS Instance | ISIS BFD | ISIS Metric | Mode | ISIS Circuit Type | Hello Padding | ISIS Authentication Mode |
Expand All @@ -254,6 +262,7 @@ interface Port-Channel12
no switchport
ip address 100.64.49.1/30
ipv6 enable
ipv6 address 2001:db8:64:49::1/126
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand All @@ -274,6 +283,7 @@ interface Port-Channel110
no switchport
ip address 100.64.49.5/30
ipv6 enable
ipv6 address 2001:db8:64:49::5/126
mpls ldp igp sync
mpls ldp interface
mpls ip
Expand Down
Loading