i'll change a cisco 6500 with a Huawei s7700 and i want help with the commands in redistribution with the prefix lists.How can translate it in the Huawei cli?This is partial config from cisco.
=============================================================================
router ospf 100
router-id 10.31.20.1
log-adjacency-changes detail
redistribute connected subnets route-map connected2ospf
redistribute static subnets route-map static2ospf
route-map connected2ospf permit 100
set metric 20
set metric-type type-2
route-map static2ospf deny 30
match ip address prefix-list pos-loopbacks
ip prefix-list pos-loopbacks seq 5 permit 172.28.0.30/31 ge 32
ip prefix-list pos-loopbacks seq 10 permit 172.28.1.130/31 ge 32
====================================================
Thanks in advance.Giorgos