cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1027
Views
0
Helpful
1
Replies

Tagging OSPF Network Statements ?

walu
Level 1
Level 1

Hi together,

is it possible to set tags for network statements in OSPF configuration ?

We already use tagging (with route-maps)for redistribution to other routing protocols. This works fine !

But i?ve found no way to set an tag for OSPF network Statement.

e.g.

router ospf 1

network 1.1.1.1 0.0.0.0 area 0 (tag??)

Can anybody help ?

Thanks in advance.

1 Reply 1

mheusinger
Level 10
Level 10

Hi,

the network statement does not allow tagging, because it has a different purpose. The network command identifies interfaces, where OSPF should send/receive hellos and to announce the networks on those interfaces in LSAs.

route tagging in OSPF is supported for external routes. the tags can be set during redistribution.

Regards, Martin