Hello all,
I was wondering if it was possible to modify the result of the default interface command. For instance, when issuing the "default g1/0/1" command, can you change what "default" is to where the interface is configured as below:
interface GigabitEthernet1/0/1
switchport mode access
spanning-tree portfast
spanning-tree bpduguard enable
end
I know this can be done with a TCL script or something similar. I am looking for a way to do this on CLI; maybe with an alias command.
Thanks,
Patrick