7688 配置网口比较麻烦,下面是总结
set_vlan_map()
{
# vlan priority tag => skb->priority mapping
vconfig set_ingress_map $1 0 0
vconfig set_ingress_map $1 1 1
vconfig set_ingress_map $1 2 2
vconfig set_ingress_map $1 3 3
vconfig set_ingress_map $1 4 4
vconfig set_ingress_map $1 5 5
vconfig set_ingress_map $1 6 6
vconfig set_ingress_map $1 7 7
# skb->priority => vlan priority tag mapping
vconfig set_egress_map $1 0 0
vconfig set_egress_map $1 1 1
vconfig set_egress_map $1 2 2
vconfig set_egress_map $1 3 3
vconfig set_egress_map $1 4 4
vconfig set_egress_map $1 5 5
vconfig set_egress_map $1 6 6
vconfig set_egress_map $1 7 7
}
ifconfig eth2 0.0.0.0
vconfig rem eth2.1
vconfig rem eth2.2
vconfig add eth2 1
set_vlan_map eth2.1
vconfig add eth2 2
set_vlan_map eth2.2
ifconfig ra0 192.168.3.1
ifconfig eth2.1 10.10.10.10
ifconfig eth2.1 192.168.2.200
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于