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

How to ruduce the number of sub-intefaces commands (OSPF, MTU,...)?

mlapointe
Level 1
Level 1

Hi,

We have more than 600 ATM sub-interfaces all identically configured. I'm searching ways to reduce the lenght of the configuration file so I would like to know if I can put some of those commands anywhere else in Interface or Global Config mode and have them applied automatically at sub-interface level.

Any suggestions welcome.

Here is a sample Sub-Interface config:

interface ATM2/0.101 point-to-point

bandwidth 56

ip address 10.1.1.1 255.255.255.252

ip helper-address 10.2.2.1

ip helper-address 10.2.2.2

ip mtu 1500

ip ospf cost 50

ip ospf hello-interval 20

ip ospf dead-interval 280

pvc S6040 1/101

vbr-nrt 56 56 1

oam-pvc manage

encapsulation aal5snap

service-policy output Store_QOS_Policy

Thanks

1 Reply 1

jgrizzuti
Level 1
Level 1

The commands you have are subinterface related, there is no way to put them on the gloabal configuration .

You can reduce the amount of lines keeping the default values ( ex hello-interval, dead-interval )

Javier