cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2882
Views
5
Helpful
3
Replies

"subnets" keyword into redistribution have disappear from the config!

JEROME BOSC
Level 1
Level 1

Hello,

 

I just noticed the "subnets" keyword from redistribution into OSPF isn't displayed anymore from the config.

 

I am using IOS-XE  16.12.5 on a ISR4331.

 

(config-router)#router ospf 1 vrf TXX
(config-router)# redistribute bgp 65444 subnets




sh run | s ospf gives : 

router ospf 101 vrf T01
redistribute bgp 1031


No more subnets keyword displayed, but fortunately,  subnets are advertised  !

 

Maybe it has become implicit ? 

 

Have you noticed it ? Is it discribed somewhere on the Cisco Website ?

 

Regards - Jerome

1 Accepted Solution

Accepted Solutions

JEROME BOSC
Level 1
Level 1

 OK thanks for your answer. I made some tests on an IOS (on an 2900 router running the last IOS available) and it looks like it is the default behavior as well. The only difference is you can see it in the sh running on IOS device, whereas it is hidden in the sh running on an IOS-XE device.

 

View solution in original post

3 Replies 3

JEROME BOSC
Level 1
Level 1
sh run | s ospf gives : 

router ospf 1 vrf TXX
redistribute bgp 65444

Hello

Its applied by default in IOS-XE so subnetted prefixes are advertised if you want ot advertise just classful prefixes then you need to specify it


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

JEROME BOSC
Level 1
Level 1

 OK thanks for your answer. I made some tests on an IOS (on an 2900 router running the last IOS available) and it looks like it is the default behavior as well. The only difference is you can see it in the sh running on IOS device, whereas it is hidden in the sh running on an IOS-XE device.