This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias lshw-memory="sudo lshw -json | jq -r '.children[0].children[] | select(.class==\"memory\" and .description==\"System Memory\") .children[] | [.slot, .size, .units, .vendor, .product, .description] | @tsv'" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PUT /api/dcim/devices/47/ HTTP/1.1 | |
Host: netbox.corp.example.com:8000 | |
Content-Length: 662 | |
Accept: */* | |
Connection: keep-alive | |
Accept-Encoding: gzip, deflate | |
Content-Type: application/json; version=2.4; | |
User-Agent: python-requests/2.9.1 | |
authorization: Token c575ae5627abfdacce2d322b50b7dff2781cdf55 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@intersite1.iad1.prod> show lacp interfaces | |
Aggregated interface: ae0 | |
LACP state: Role Exp Def Dist Col Syn Aggr Timeout Activity | |
xe-1/0/22 Actor No No Yes Yes Yes Yes Fast Active | |
xe-1/0/22 Partner No No Yes Yes Yes Yes Fast Active | |
xe-0/0/22 Actor No No Yes Yes Yes Yes Fast Active | |
xe-0/0/22 Partner No No Yes Yes Yes Yes Fast Active | |
LACP protocol: Receive State Transmit State Mux State | |
xe-1/0/22 Current Fast periodic Collecting distributing | |
xe-0/0/22 Current Fast periodic Collecting distributing |