create batch file in the same dir.
Runit.bat
Set __COMPAT_LAYER=RunAsInvoker
Start XXXX.exe
Technical Blog on all things WIFI, Cisco, Meraki, Microsoft, Apple, Security, With Special Interests in Apple Home Kit, Automation, C-BUS, Office 365, Ethernet POE
create batch file in the same dir.
Runit.bat
Set __COMPAT_LAYER=RunAsInvoker
Start XXXX.exe
CMD (Run as administrator)
winget upgrade
then to do the upgrade.
winget upgrade --all
Convert the Chassis Ports to Network Ports
request virtual-chassis mode network-port
set chassis fpc 0 pic 0 port 0 speed 10g
set chassis fpc 0 pic 0 port 1 speed 10g
set chassis fpc 0 pic 0 port 2 speed 10g
set chassis fpc 0 pic 0 port 3 speed 10g
set interfaces xe-0/1/0 unit 0 family ethernet-switching
set interfaces xe-0/1/1 unit 0 family ethernet-switching
set interfaces xe-0/1/2 unit 0 family ethernet-switching
set interfaces xe-0/1/3 unit 0 family ethernet-switching
cli
configure
set system host-name host-name
set system domain-name domain-nameset system name-server addressshow poe controllershow poe interfaceset poe interface interface-name high-power (60w)set poe interface interface-name ultrahigh-power (90w)commit
Disable Interface
set interfaces mge-0/0/6 disable << This is cisco equivalent of “shutdown”
delete interfaces mge-0/0/6 disable << This is cisco equivalent of “no shutdown”
Disable POE
set poe interface mge-0/0/6 disable show poe interface mge-0/0/6delete poe interface mge-0/0/6 disable
To enable the Cisco Catalyst 9136 Series APs a new AP command is introduced to switch to survey mode.
When an AP is in survey mode, the AP GUI is enabled and is used for configuring the RF parameters for site survey investigation.
To enable survey mode on an AP, run
ap-type site-survey
The following features in the AP GUI are hidden, when the AP is in the survey mode:
WAN
Firewall
Network Diagnostics
you must switch the AP back to the CAPWAP mode, by running the
ap-type capwap
To access the AP survey mode from the GUI, you must enter the default login as 'admin' and the default password as 'admin' (both case sensitive).
When the AP is in survey mode, it broadcasts an SSID by default. The default password to connect to this SSID is 'password' (case sensitive).