更新INET协议栈格式

This commit is contained in:
2025-11-08 21:38:35 +08:00
parent 1bd6e4b59e
commit 7510834a1e
6 changed files with 42 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
protocol bgp bgp_int_44324_v4 from tpl_inet4_up {
source address 10.188.6.1;
neighbor 10.188.6.2 as 44324;
}
protocol bgp bgp_int_44324_v6 from tpl_inet6_up {
source address fe80:1::2;
neighbor fe80:1::1%wg_40005 as 44324;
}

View File

@@ -1,4 +1,9 @@
protocol bgp int_ibgp_zj1 from tpl_ibgp {
protocol bgp ibgp_int_zj1_v6 from tpl_inet6_ibgp {
source address fe80:1::2;
neighbor fe80:1::1%wg_40005 as LOCAL_ASN;
}
protocol bgp ibgp_int_zj1_v4 from tpl_inet4_ibgp {
source address 10.188.1.1;
neighbor 10.188.1.2 as LOCAL_ASN;
}

View File

@@ -0,0 +1,9 @@
protocol bgp bgp_unet_hk2 from unet_bgp_up0 {
source address fe80:15:3376:3::2:2;
neighbor fe80:15:3376:3::3:2%pccw1 as 4218818801;
}
protocol bgp bgp_unet_hk3 from unet_bgp_up1 {
source address fe80:15:3376:3::2:2;
neighbor fe80:15:3376:3::3:2%pccw1 as 4218818802;
}

View File

@@ -1,4 +1,4 @@
protocol bgp unet_ibgp_hk1 from unet_ibgp {
protocol bgp ibgp_unet_hk1 from unet_ibgp {
source address fe80:15:3376:3::2:2;
neighbor fe80:15:3376:3::3:2%pccw1 as UNET_ASN;
}