The extension package-name delete command treats the value of package-name as a literal. It deletes only the settings contributed by the package whose package name exactly matches the given value. Using this command, you can delete all user-defined configuration statements related to the named package.
![]() |
Note: A configuration defined in any native JUNOS package is never deleted by the extension package-name delete command. |
Continuing with the preceding example, notice how the configuration changes when the extension sdk-pkg1 delete command is used:
- user@host# extension sdk-pkg1 delete
- [edit]
- user@host# show
- system {
-
- radius-server {
-
- 10.1.1.1 {
- timeout 10;
- }
- }
- }
- protocols {
-
- ospf {
- ....
- }
- }
You could accomplish the same thing by issuing the following two commands: