Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortcuts, or "Extra" commands #17

Open
Forza101 opened this issue Aug 16, 2022 · 1 comment
Open

Shortcuts, or "Extra" commands #17

Forza101 opened this issue Aug 16, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Forza101
Copy link

Hi John, Couple of requests for you sir!

Could we create a shortcut command path when assigning as static IP address to a Meraki Device, currently its quite long see example below.

meraki -j devices updateDeviceManagementInterface --serial "QXXX-XXXX-XXX" --wan1
'{
"usingStaticIp": true,
"staticIp": "0.0.0.0",
"staticSubnetMask": "255.255.255.0",
"staticGatewayIp": "0.0.0.0",
"staticDns": [
"1.1.1.1"
],
"vlan": 666
}'

Would it also be possible to globally enable static IP addresses for all devices with in a given network?

@PackeTsar PackeTsar self-assigned this Aug 16, 2022
@PackeTsar PackeTsar added the enhancement New feature or request label Aug 16, 2022
@PackeTsar PackeTsar changed the title a few suggestions / requests ? Shortcuts, or "Extra" commands Aug 16, 2022
@PackeTsar
Copy link
Owner

Yes I think it would make sense to some custom commands into Meraki-CLI to make common tasks easier. Setting device managements IPs is a perfect example.

Right now my best idea is to add a new command type, maybe call it extra. All the extended CLI commands would go under that type. So setting a device management IP would look like meraki extra setDeviceManagementIp --serial XXXX-XXXX-XXXX --ip 10.0.0.10/24 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants