Snippet content copied to clipboard.
Are you sure to delete this snippet? No, don't delete
  1. Xirrus Boot Loader 7.1.0-7161 (Nov 13 2018 - 15:23:31)
  2. Board | Xirrus CN7020-CP CPU Board
  3. Clocks | CPU : 1200 MHz DDR : 1332 MHz IO : 400 MHz
  4. I2C Bus | 384 KHz, sampling at 15 MHz
  5. Reset | Reset requested
  6. Watchdog | Enabled (5 secs)
  7. System DDR | 1 GB, DDR2 Unbuffered non-ECC
  8. FLASH | 2 MB, CRC: OK
  9. RTC | Tue 2023-Jul-18 2:16:40 GMT
  10. CPU BIST | Pass
  11. PCIe (0) | link up, 1 lane, gen2 speed, first bus= 0, last bus= 0
  12. PCIe (1) | link up, 1 lane, gen2 speed, first bus= 1, last bus= 1
  13. Radios | 0 1
  14. Network | eth0, eth1
  15. MMC | 1 Storage Device found
  16. Certs | Not programmed
  17. Environment | Saving updates 4 KB, Initialized
  18. In: ser_xc
  19. Out: ser_xc
  20. Err: ser_xc
  21. Press space bar to exit to bootloader: 0
  22. Username: admin
  23. Password: *****
  24. XBL>help
  25. ? - alias for 'help'
  26. boot - boot operating system or application
  27. bootsetup - update boot status and select bootfile
  28. date - get/set/reset date & time
  29. dhcp - boot image via network using DHCP/TFTP protocol
  30. env - environment handling commands
  31. help - print command description/usage
  32. load - load binary file from a filesystem
  33. ls - list files in a directory (default /)
  34. ping - send ICMP ECHO_REQUEST to network host
  35. reset - Perform RESET of the CPU
  36. run - run commands in an environment variable
  37. tftp - alias for tftpboot command (deprecated)
  38. update - update the boot FLASH
  39. version - print monitor version
  40. xrp - listen for XRP beacons
  41. XBL>env
  42. env - environment handling commands
  43. Usage:
  44. env ask name [message] [size] - ask for environment variable
  45. env callbacks - print callbacks and their associated variables
  46. env default [-f] -a - [forcibly] reset default environment
  47. env default [-f] var [...] - [forcibly] reset variable(s) to their default values
  48. env delete [-f] var [...] - [forcibly] delete variable(s)
  49. env edit name - edit environment variable
  50. env export [-t | -b | -c] [-s size] addr [var ...] - export environment
  51. env flags - print variables that have non-default flags
  52. env grep [-e] [-n | -v | -b] string [...] - search environment
  53. env import [-d] [-t | -b | -c] addr [size] - import environment
  54. env init - initialize environment variables to hardware settings
  55. env print [-a | name ...] - print environment
  56. env reset - reset to default environment while preserving persistent entries
  57. env run var [...] - run commands in an environment variable
  58. env save - save environment
  59. env set [-f] name [arg ...]
  60. XBL>env print
  61. Variable Value
  62. ----------------- -------------------------------
  63. baudrate 115200n8
  64. bootargs console=ttyS0,115200n8
  65. root =/dev/ram rw quiet
  66. bootcmd bootsetup;
  67. load $loadaddr $bootfile && boot $loadaddr;
  68. reset
  69. bootdelay 3
  70. bootfile_active XS-8.7.0-8173.bin
  71. bootfile_backup X*.bin
  72. country_code AU
  73. cpucard_date 2017-Feb-23 1:31
  74. cpucard_mfg# 7
  75. cpucard_prt# 100-0183-001
  76. cpucard_ser# 0006276870
  77. env-reset 1
  78. env_addr 1f5f8000
  79. env_size 1000
  80. eth0addr 48:c0:93:5f:c7:06
  81. eth1addr 48:c0:93:5f:c7:07
  82. -- More --
  83. flash_base_addr 1f400000
  84. flash_size 200000
  85. flash_unused_addr 1f580000
  86. flash_unused_size 60000
  87. license_key <snip>
  88. loadaddr 0x20000000
  89. numcores 2
  90. password enc 862d8d4937
  91. rfaddrbase 48:c0:93:68:16:60
  92. rfaddrcount 2
  93. rfcard00_date 2017-Feb-23 9:39
  94. rfcard00_mfg# 7
  95. rfcard00_prt# 100-0182-001.A
  96. rfcard00_ser# 0001021365
  97. rfcard01_date 2017-Feb-23 9:39
  98. rfcard01_mfg# 7
  99. rfcard01_prt# 100-0182-001.A
  100. rfcard01_ser# 0001021387
  101. stderr ser_xc
  102. stdin ser_xc
  103. stdout ser_xc
  104. subindent 8
  105. system_date 2017-Feb-23 1:31
  106. -- More --
  107. system_mfg# 7
  108. system_ser# X3137085FC706
  109. uboot_flash_addr 0x1f400000
  110. uboot_flash_size 0x180000
  111. username admin
  112. version Xirrus Boot Loader 7.1.0 (Nov 13 2018), Build: 7161
  113. Environment size: 1105/4092 bytes
  114. XBL> env print -a
  115. Variable Value
  116. ----------------- -------------------------------
  117. No match found
  118. Environment size: 1105/4092 bytes
  119. XBL> env print -h
  120. Variable Value
  121. ----------------- -------------------------------
  122. No match found
  123. Environment size: 1105/4092 bytes
  124. XBL>help env
  125. env - environment handling commands
  126. Usage:
  127. env ask name [message] [size] - ask for environment variable
  128. env callbacks - print callbacks and their associated variables
  129. env default [-f] -a - [forcibly] reset default environment
  130. env default [-f] var [...] - [forcibly] reset variable(s) to their default values
  131. env delete [-f] var [...] - [forcibly] delete variable(s)
  132. env edit name - edit environment variable
  133. env export [-t | -b | -c] [-s size] addr [var ...] - export environment
  134. env flags - print variables that have non-default flags
  135. env grep [-e] [-n | -v | -b] string [...] - search environment
  136. env import [-d] [-t | -b | -c] addr [size] - import environment
  137. env init - initialize environment variables to hardware settings
  138. env print [-a | name ...] - print environment
  139. env reset - reset to default environment while preserving persistent entries
  140. env run var [...] - run commands in an environment variable
  141. env save - save environment
  142. env set [-f] name [arg ...]
  143. XBL><INTERRUPT>
  144. XBL>ls
  145. [MMC 0 ] Directory of /
  146. Type Size File or Directory name
  147. -------- ---------- ---------------------------
  148. <DIR> 4096 .
  149. <DIR> 4096 ..
  150. <DIR> 4096 lost+found
  151. <DIR> 4096 ssl
  152. <DIR> 4096 wmi
  153. <DIR> 4096 wpr
  154. <DIR> 4096 storage
  155. <DIR> 4096 history
  156. 14 .activation
  157. 19158 saved.conf
  158. 19118 factory.conf
  159. 19158 lastboot.conf
  160. 88656606 CGItemp61195
  161. 290 restart.log
  162. 88656606 XS-8.7.0-8173.bin
  163. <DIR> 4096 net-snmp
  164. 85130634 XS-8.5.8-7708-cloud-1608390259667.bin
  165. -- More --
  166. XBL>ls
  167. [MMC 0 ] Directory of /
  168. Type Size File or Directory name
  169. -------- ---------- ---------------------------
  170. <DIR> 4096 .
  171. <DIR> 4096 ..
  172. <DIR> 4096 lost+found
  173. <DIR> 4096 ssl
  174. <DIR> 4096 wmi
  175. <DIR> 4096 wpr
  176. <DIR> 4096 storage
  177. <DIR> 4096 history
  178. 14 .activation
  179. 19158 saved.conf
  180. 19118 factory.conf
  181. 19158 lastboot.conf
  182. 88656606 CGItemp61195
  183. 290 restart.log
  184. 88656606 XS-8.7.0-8173.bin
  185. <DIR> 4096 net-snmp
  186. 85130634 XS-8.5.8-7708-cloud-1608390259667.bin
  187. -- More --
  188. XBL>?
  189. ? - alias for 'help'
  190. boot - boot operating system or application
  191. bootsetup - update boot status and select bootfile
  192. date - get/set/reset date & time
  193. dhcp - boot image via network using DHCP/TFTP protocol
  194. env - environment handling commands
  195. help - print command description/usage
  196. load - load binary file from a filesystem
  197. ls - list files in a directory (default /)
  198. ping - send ICMP ECHO_REQUEST to network host
  199. reset - Perform RESET of the CPU
  200. run - run commands in an environment variable
  201. tftp - alias for tftpboot command (deprecated)
  202. update - update the boot FLASH
  203. version - print monitor version
  204. xrp - listen for XRP beacons
  205. XBL>help bootsetup
  206. bootsetup - update boot status and select bootfile
  207. Usage:
  208. bootsetup
  209. XBL>bootsetup
  210. XBL>help
  211. ? - alias for 'help'
  212. boot - boot operating system or application
  213. bootsetup - update boot status and select bootfile
  214. date - get/set/reset date & time
  215. dhcp - boot image via network using DHCP/TFTP protocol
  216. env - environment handling commands
  217. help - print command description/usage
  218. load - load binary file from a filesystem
  219. ls - list files in a directory (default /)
  220. ping - send ICMP ECHO_REQUEST to network host
  221. reset - Perform RESET of the CPU
  222. run - run commands in an environment variable
  223. tftp - alias for tftpboot command (deprecated)
  224. update - update the boot FLASH
  225. version - print monitor version
  226. xrp - listen for XRP beacons
  227. XBL>bootsetup ?
  228. bootsetup - update boot status and select bootfile
  229. Usage:
  230. bootsetup
  231. XBL>help boot
  232. boot - boot operating system or application
  233. Usage:
  234. boot
  235. - run $bootcmd from enviroment
  236. boot [addr] [arg ...]
  237. - boot application image at 'addr' in memory passing arguments 'arg ...'
  238. when booting a Linux kernel 'arg' can be the address of an initrd image
  239. XBL>help xrp
  240. xrp - listen for XRP beacons
  241. Usage:
  242. xrp [Image to look for and set TFTP up for]
  243. XBL>boot
  244. [MMC 0 ] File : XS-8.7.0-8173.bin
  245. [MMC 0 ] Address : 0x20000000
  246. [MMC 0 ] Loading : ############################################### done
  247. [MMC 0 ] Complete: 4.1 sec, 21.1 MB/sec
  248. [Boot ] Address : 0x20000000
  249. [Image ] Name : XR-8.7.0-8173
  250. [Image ] Created : 2022-12-14 21:52:54 UTC
  251. [Image ] Type : MIPS Linux Multi-File Image (uncompressed)
  252. [Image ] Size : 88656502 Bytes = 84.5 MB
  253. [Image ] Contents: File 0: 10902359 Bytes = 10.4 MB
  254. [Image ] Contents: File 1: 60970138 Bytes = 58.1 MB
  255. [Image ] Contents: File 2: 16783986 Bytes = 16.0 MB
  256. [Boot ] Image : Verifying image ....... OK
  257. [Boot ] Loading : Multi-File Image .... OK
  258. [Boot ] Watchdog: Disabling .... OK
  259. [Boot ] Execute : Transferring control to OS
  260. Initializing hardware ...
  261. Synchronizing system files ...Done
  262. Continuing initialization ......................... OK
  263. Xirrus Wi-Fi Array
  264. ArrayOS Version 8.7.0-8173
  265. Copyright (c) 2005-2022 Cambium Networks, Ltd.
  266. http://www.xirrus.com, http://www.cambiumnetworks.com
  267. Username: admin
  268. Password: *****
  269. NOTICE: THIS ARRAY SHOULD BE MANAGED BY A XIRRUS MANAGEMENT SYSTEM
  270. Configuration changes should be made through the management system, NOT locally.
  271. Local changes will not be reflected in the management system resulting in the
  272. array and the management system being out of sync, and the local changes
  273. will ultimately be overwritten. Please limit local activities to monitoring only.
  274. NOTICE: THIS ARRAY HAS NOT YET BEEN CONFIGURED, AND IS NOT YET OPERATING.
  275. If this array is being managed by a Xirrus Management System, please
  276. use the management system to discover and configure this array. If this array is being
  277. used as a stand alone array for demo or temporary purposes, please open
  278. the Web Management Interface (WMI) and complete the Express Setup Page to
  279. configure and enable this array for operation. Be sure to save when done.
  280. X3137085FC706# help
  281. Help may be requested at any point in a command by entering
  282. a question mark '?'. If nothing matches, the help list will
  283. be empty and you must backup until entering a '?' shows the
  284. available options.
  285. Two styles of help are provided:
  286. 1. Full help is available when you are ready to enter a
  287. command argument (e.g. 'show ?') and describes each possible
  288. argument.
  289. 2. Partial help is provided when an abbreviated argument is entered
  290. and you want to know what arguments match the input
  291. (e.g. 'show pr?').
  292. X3137085FC706#
  293. @ Execute command from history
  294. configure Enter configuration mode
  295. device-agent-debug Device agent logging level control
  296. exit Exit the command line interface
  297. help Description of the interactive help system
  298. history Display history of commands executed
  299. more Turn on or off terminal pagination
  300. quit Exit the command line interface
  301. refresh-running-config Show current system configuration
  302. search Search show command output for pattern
  303. show Display current information about the selected item
  304. statistics Display statistics
  305. uptime Display time since last boot
  306. xms-override Override Xirrus Management System and allow local configuration changes
  307. X3137085FC706# xms-override
  308. NOTICE: THIS ARRAY IS BEING ACTIVELY MANAGED BY A XIRRUS MANAGEMENT SYSTEM
  309. Configuration changes should be made through the mannagement system, NOT locally.
  310. Local changes will not be reflected in the management system until the next refresh cycle
  311. (typically daily) resulting in the array and the management system being out of sync.
  312. Do you want to proceed? [yes/no]: yes
  313. X3137085FC706# configure
  314. X3137085FC706(config)#
  315. @ Execute command from history
  316. acl Configure access control list
  317. activation Start or stop activation server polling
  318. administrator Define administrator access parameters
  319. app-list Define application list parameters
  320. assign-sta-group Assign a station to a User Group
  321. auth Configure OAUTH token parameters
  322. authentication-server Configure authentication server parameters
  323. bluetooth Bluetooth configuration for this Array
  324. boot-env Display or modify boot loader environment variables
  325. cdp Configure CDP settings
  326. clear Remove/clear requested elements
  327. cluster Configure Cluster parameters
  328. contact-info Contact information for assistance on this Array
  329. date-time Configure date & time settings
  330. device-agent-debug Device agent logging level control
  331. device-id Configure Device ID MAC table
  332. dhcp-server Configure DHCP Server
  333. dns Configure DNS settings
  334. end Exit configuration mode
  335. exit Go up one mode level
  336. file Manage file system
  337. filter Define protocol filter parameters
  338. group Configure User Group parameters
  339. help Description of the interactive help system
  340. history Display history of commands executed
  341. hostname Hostname for this Array
  342. interface Select the interface to configure
  343. lldp Configure LLDP settings
  344. load Load running configuration from flash
  345. location Location name for this Array
  346. location-reporting Configure Location Server settings
  347. management Configure array management parameters
  348. mdm Configure MDM (Mobile Device Management) settings
  349. more Turn on or off terminal pagination
  350. netflow Configure NetFlow settings
  351. no Disable selected feature
  352. position-info Position information for this Array
  353. proxy-fwd Configure Proxy Forwarding settings
  354. proxy-mgmt Configure Proxy Client for Management Traffic settings
  355. quick-config Apply quick configuration template
  356. quit Exit the command line interface
  357. reboot Reboot the Array
  358. refresh-running-config Show current system configuration
  359. reset Reset all settings to factory defaults and reboot
  360. restore Restore to previous saved configuration
  361. revert Revert to saved configuration after delay if configuration not saved
  362. roaming-assist Configure roaming assist settings
  363. run-tests Run selective tests
  364. save Save running configuration to flash
  365. search Search show command output for pattern
  366. security Set security parameters for the Array
  367. show Display current information about the selected item
  368. snmp Enable, disable or configure SNMP
  369. ssid Configure SSID parameters
  370. station-assurance Configure station assurance settings
  371. statistics Display statistics
  372. syslog Enable, disable or configure Syslog Server
  373. tunnel Configure tunnel parameters
  374. uptime Display time since last boot
  375. vlan Configure VLAN parameters
  376. wifi-tag Configure WiFi tag settings
  377. xms-override Override Xirrus Management System and allow local configuration changes
  378. X3137085FC706(config)# sho
  379. show Display current information about the selected item
  380. X3137085FC706(config)# show
  381. acl Access control list
  382. activation-log Dump Activation Log
  383. active-directory Show Active Directory information
  384. admin Adminstrator list
  385. app-list Application List information
  386. applications Application statistics
  387. arp Arp table information
  388. associated-stations Associated station information
  389. auth Show Open Authentication tokens
  390. authentication-server Authentication server settings summary
  391. bluetooth Bluetooth settings
  392. bond Bond information
  393. boot-env Boot loader environment variables
  394. boot-image Boot file image information
  395. capabilities Detailed station capabilities
  396. cdp Cisco Discovery Protocol information
  397. channel-list Display channel list
  398. cluster Display Cluster summary
  399. conntrack Connection tracking table information
  400. contact-info Contact information
  401. country-list Display country list
  402. cpu-utilization CPU Utilization by Core
  403. date-time Date & time settings summary
  404. debug-logs Display debugging logs from a specific module
  405. delta Set of commands to transform a configuration to another
  406. device-id Device ID MAC settings
  407. dhcp-leases Internal DHCP server lease information
  408. dhcp-pool Internal DHCP server settings summary
  409. dhcpcd4-log Dump Dhcpcd4 Log
  410. dhcpcd6-log Dump Dhcpcd6 Log
  411. diff Difference between configurations
  412. dns DNS summary
  413. env-ctrl Outdoor enclosure enviromental controller status
  414. error-numbers Display detailed error number in error messages
  415. ethernet Ethernet interface summary
  416. external-radius External RADIUS server settings summary
  417. factory-config Array configuration from the factory
  418. filter Filter information
  419. filter-list Filter List information
  420. group User Group summary
  421. health-log Dump Health Log
  422. iap IAP configuration information
  423. ids-event-log IDS event log
  424. ids-stats IDS statistics
  425. internal-radius Users defined for embedded RADIUS server
  426. intrude-detect Intrusion detection information
  427. X3137085FC706(config)# show
  428. !
  429. configure
  430. !
  431. description
  432. hostname X3137085FC706
  433. exit
  434. !
  435. system-info
  436. ! hardware-configuration
  437. ! ======================
  438. ! model: XD2-240, 1.0GB (1.2GHz)
  439. !
  440. ! component part number serial number date
  441. ! --------- --------------- --------------- -----------------
  442. ! system XD2-240 X3137085FC706 2017-Feb-23 1:31
  443. ! controller 100-0183-001 0006276870 2017-Feb-23 1:31
  444. ! iap module 1 100-0182-001.A 0001021365 2017-Feb-23 9:39
  445. ! iap module 2 100-0182-001.A 0001021387 2017-Feb-23 9:39
  446. !
  447. ! interface mac address(es)
  448. ! ---------- --------------------------
  449. ! iaps 48:c0:93:68:16:60-68:16:7f
  450. ! gigabit 1 48:c0:93:5f:c7:06
  451. ! gigabit 2 48:c0:93:5f:c7:07
  452. !
  453. ! software-configuration
  454. ! ======================
  455. ! component version
  456. ! --------------- -----------------------------------
  457. ! scd firmware 5.00 (Oct 1 2012), Build: 4651
  458. ! boot loader 7.1.0 (Nov 13 2018), Build: 7161
  459. ! iap driver 3.1.0 (Oct 12 2021), Build: 2391
  460. ! system software 8.7.0 (Dec 14 2022), Build: 8173
  461. ! app signatures navl_4.7.0.115
  462. ! license key <snip>
  463. ! license features AOS 9.9 for 2 4x4 radios + RF Performance Manager + RF Analysis Manager + RF Security Manager + Application Control + 802.11ac + 802.11n
  464. exit
  465. !
  466. file ! (remote boot image)
  467. remote-recovery enable
  468. exit
  469. !
  470. boot-env ! (local boot images)
  471. verify bootfile_active XS-8.7.0-8173.bin
  472. verify bootfile_backup X*.bin
  473. exit
  474. !
  475. administrator
  476. reset
  477. edit admin password enc "********" privilege read-write
  478. exit
  479. !
  480. interface gig1
  481. ipv4 dhcp
  482. ipv6 dhcp off
  483. ipv6 addr
  484. up
  485. exit
  486. !
  487. interface gig2
  488. up
  489. exit
  490. !
  491. dns
  492. domain <snip>
  493. server1 <snip>
  494. server2 <snip>
  495. exit
  496. !
  497. interface iap ! (global settings)
  498. !
  499. global-settings
  500. all-down
  501. rf-monitor timeshare
  502. country-code AU
  503. dot11h-support on
  504. max-stations unlimited
  505. !
  506. intrude-detect
  507. !
  508. rogue-ap
  509. reset
  510. add "00:04:56:*" known bssid
  511. add "00:0f:7d:*" known bssid
  512. add "48:c0:93:*" known bssid
  513. add "50:60:28:*" known bssid
  514. add "58:C1:7A:*" known bssid
  515. add "B4:A2:5C:*" known bssid
  516. add "BC:A9:93:*" known bssid
  517. add "BC:E6:7C:*" known bssid
  518. add "FC:11:65:*" known bssid
  519. exit
  520. exit
  521. exit
  522. !
  523. global-a-settings
  524. rates basic 6 12 24
  525. rates supported 6 9 12 18 24 36 48 54
  526. max-stations unlimited
  527. exit
  528. !
  529. global-bg-settings
  530. rates basic 1 2 5 11
  531. rates supported 1 2 5 11 6 9 12 18 24 36 48 54
  532. max-stations unlimited
  533. exit
  534. !
  535. global-n-settings
  536. rates basic none
  537. rates supported all
  538. exit
  539. exit
  540. !
  541. management
  542. xircon on
  543. !
  544. activation interval 240
  545. !
  546. spanning-tree off
  547. !
  548. banner pre-login none
  549. banner post-login none
  550. exit
  551. !
  552. date-time
  553. timezone 0 0
  554. exit
  555. !
  556. snmp
  557. !
  558. v2
  559. on
  560. exit
  561. !
  562. v3
  563. off
  564. exit
  565. exit
  566. !
  567. ssid
  568. reset
  569. !
  570. edit "xirrus"
  571. band both
  572. broadcast on
  573. vlan none
  574. vlan pool none
  575. qos 0
  576. encryption none global-settings
  577. auth open
  578. disable
  579. exit
  580. exit
  581. !
  582. ssid ! (iap mappings)
  583. edit "xirrus" active-iaps all
  584. exit
  585. !
  586. filter
  587. reset
  588. stateful enable
  589. application-control disable
  590. enable
  591. exit
  592. !
  593. interface iap1
  594. band 2.4GHz
  595. !antenna internal omni
  596. channel 6
  597. channel monitor timeshare
  598. bond-40Mhz off
  599. bond-80Mhz off
  600. bond-160Mhz off
  601. mode bgn
  602. cellsize max
  603. rx-threshold -90
  604. tx-power 20
  605. down
  606. exit
  607. !
  608. interface iap2
  609. band 5GHz
  610. !antenna internal omni
  611. channel 60
  612. channel unlocked
  613. bond-40Mhz on
  614. bond-80Mhz off
  615. bond-160Mhz off
  616. mode anac
  617. cellsize max
  618. rx-threshold -90
  619. tx-power 20
  620. down
  621. exit
  622. !
  623. interface iap
  624. !
  625. wds
  626. reset
  627. allow-stations off
  628. exit
  629. exit
  630. !
  631. end
  632. !
  633. X3137085FC706(config)#
  634. X3137085FC706(config)# reboot
  635. Are you sure you want to reboot? [yes/no]: yes
  636. Array is being rebooted..
  637. Sending trap ..... done
  638. Rebooting ....
  639. Xirrus Boot Loader 7.1.0-7161 (Nov 13 2018 - 15:23:31)
  640. Board | Xirrus CN7020-CP CPU Board
  641. Clocks | CPU : 1200 MHz DDR : 1332 MHz IO : 400 MHz
  642. I2C Bus | 384 KHz, sampling at 15 MHz
  643. Reset | Reset requested
  644. Watchdog | Enabled (5 secs)
  645. System DDR | 1 GB, DDR2 Unbuffered non-ECC
  646. FLASH | 2 MB, CRC: OK
  647. RTC | Tue 2023-Jul-18 2:57:53 GMT
  648. CPU BIST | Pass
  649. PCIe (0) | link up, 1 lane, gen2 speed, first bus= 0, last bus= 0
  650. PCIe (1) | link up, 1 lane, gen2 speed, first bus= 1, last bus= 1
  651. Radios | 0 1
  652. Network | eth0 [Primary], eth1
  653. MMC | 1 Storage Device found
  654. Certs | Not programmed
  655. Environment | Initialized
  656. In: ser_xc
  657. Out: ser_xc
  658. Err: ser_xc
  659. Press space bar to exit to bootloader: 0
  660. Username: admin
  661. Password: *****
  662. XBL>env print
  663. Variable Value
  664. ----------------- -------------------------------
  665. baudrate 115200n8
  666. bootargs console=ttyS0,115200n8
  667. root =/dev/ram rw quiet
  668. bootcmd bootsetup;
  669. load $loadaddr $bootfile && boot $loadaddr;
  670. bootsetup;
  671. load $loadaddr $bootfile && boot $loadaddr;
  672. dhcp;
  673. xrp $bootfile_active || xrp $bootfile_backup || xrp X*.bin;
  674. tftp $loadaddr $bootfile_remote && boot $loadaddr;
  675. reset
  676. bootdelay 3
  677. bootfile_active XS-8.7.0-8173.bin
  678. bootfile_backup X*.bin
  679. country_code AU
  680. cpucard_date 2017-Feb-23 1:31
  681. cpucard_mfg# 7
  682. cpucard_prt# 100-0183-001
  683. cpucard_ser# 0006276870
  684. dhcp disabled
  685. env_addr 1f5f8000
  686. env_size 1000
  687. eth0addr 48:c0:93:5f:c7:06
  688. eth1addr 48:c0:93:5f:c7:07
  689. ethact eth0
  690. flash_base_addr 1f400000
  691. flash_size 200000
  692. flash_unused_addr 1f580000
  693. flash_unused_size 60000
  694. hostname X3137085FC706
  695. license_key <snip>
  696. loadaddr 0x20000000
  697. numcores 2
  698. password enc 862d8d4937
  699. remote_recovery enable
  700. rfaddrbase 48:c0:93:68:16:60
  701. rfaddrcount 2
  702. rfcard00_date 2017-Feb-23 9:39
  703. rfcard00_mfg# 7
  704. rfcard00_prt# 100-0182-001.A
  705. rfcard00_ser# 0001021365
  706. rfcard01_date 2017-Feb-23 9:39
  707. rfcard01_mfg# 7
  708. rfcard01_prt# 100-0182-001.A
  709. rfcard01_ser# 0001021387
  710. stderr ser_xc
  711. stdin ser_xc
  712. stdout ser_xc
  713. subindent 8
  714. system_date 2017-Feb-23 1:31
  715. system_mfg# 7
  716. system_ser# X3137085FC706
  717. uboot_flash_addr 0x1f400000
  718. uboot_flash_size 0x180000
  719. username admin
  720. version Xirrus Boot Loader 7.1.0 (Nov 13 2018), Build: 7161
  721. Environment size: 1338/4092 bytes
  722. XBL>env edit bootargs
  723. Variable Value
  724. ----------------- -------------------------------
  725. bootargs console=ttyS0,115200n8 root=/dev/ram rw loglevel=8 nocli
  726. XBL>boot
  727. [MMC 0 ] File : XS-8.7.0-8173.bin
  728. [MMC 0 ] Address : 0x20000000
  729. [MMC 0 ] Loading : ############################################### done
  730. [MMC 0 ] Complete: 4.1 sec, 21.1 MB/sec
  731. [Boot ] Address : 0x20000000
  732. [Image ] Name : XR-8.7.0-8173
  733. [Image ] Created : 2022-12-14 21:52:54 UTC
  734. [Image ] Type : MIPS Linux Multi-File Image (uncompressed)
  735. [Image ] Size : 88656502 Bytes = 84.5 MB
  736. [Image ] Contents: File 0: 10902359 Bytes = 10.4 MB
  737. [Image ] Contents: File 1: 60970138 Bytes = 58.1 MB
  738. [Image ] Contents: File 2: 16783986 Bytes = 16.0 MB
  739. [Boot ] Image : Verifying image ....... OK
  740. [Boot ] Loading : Multi-File Image .... OK
  741. [Boot ] Watchdog: Disabling .... OK
  742. [Boot ] Execute : Transferring control to OS
  743. ................... OK
  744. Bypassing CLI ...
  745. # help
  746. Built-in commands:
  747. ------------------
  748. . : [ [[ alias bg break cd chdir command continue echo eval exec
  749. exit export false fg hash help history jobs kill let local printf
  750. pwd read readonly return set shift source test times trap true
  751. type ulimit umask unalias unset wait
  752. # ps
  753. PID TTY TIME CMD
  754. 3207 ttyS0 00:00:00 startcli.sh
  755. 3227 ttyS0 00:00:00 sh
  756. 3370 ttyS0 00:00:00 ps
  757. # ls
  758. bin etc init lib64 mnt root share sys usr
  759. dev home lib linuxrc proc sbin stunnel tmp var
  760. # ip a
  761. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
  762. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  763. inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
  764. valid_lft forever preferred_lft forever
  765. 2: eth0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc noqueue master bond0 state UP
  766. link/ether 48:c0:93:5f:c7:06 brd ff:ff:ff:ff:ff:ff
  767. 3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,SLAVE,UP> mtu 1500 qdisc noqueue master bond0 state DOWN
  768. link/ether 48:c0:93:5f:c7:06 brd ff:ff:ff:ff:ff:ff
  769. 4: npi0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
  770. link/ether e2:10:b3:e9:55:b4 brd ff:ff:ff:ff:ff:ff
  771. 5: npi1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
  772. link/ether b2:55:d3:54:c9:bf brd ff:ff:ff:ff:ff:ff
  773. 6: npi2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
  774. link/ether 16:cd:35:a8:f6:e8 brd ff:ff:ff:ff:ff:ff
  775. 7: npi3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
  776. link/ether 12:c8:a6:b3:d1:71 brd ff:ff:ff:ff:ff:ff
  777. 8: loop0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
  778. link/ether 76:c6:74:55:73:79 brd ff:ff:ff:ff:ff:ff
  779. 9: loop1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
  780. link/ether ba:e0:44:b5:64:48 brd ff:ff:ff:ff:ff:ff
  781. 10: loop2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
  782. link/ether 3a:1d:c0:ac:77:2a brd ff:ff:ff:ff:ff:ff
  783. 11: loop3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
  784. link/ether 46:a5:93:a6:ad:85 brd ff:ff:ff:ff:ff:ff
  785. 12: agl0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN
  786. link/ether 3e:b6:86:3a:d7:a2 brd ff:ff:ff:ff:ff:ff
  787. 13: gre0: <NOARP> mtu 1476 qdisc noop state DOWN
  788. link/gre 0.0.0.0 brd 0.0.0.0
  789. 14: gretap0: <BROADCAST,MULTICAST> mtu 1476 qdisc noop state DOWN qlen 1000
  790. link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
  791. 15: sit0: <NOARP> mtu 1480 qdisc noop state DOWN
  792. link/sit 0.0.0.0 brd 0.0.0.0
  793. 16: cap0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
  794. link/ieee802.11/radiotap 02:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
  795. 17: bcm0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  796. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  797. 18: iap0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br0 state UNKNOWN qlen 256
  798. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  799. 19: wdsl0: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  800. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  801. 20: iap1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1536 qdisc pfifo_fast state UNKNOWN qlen 256
  802. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  803. 21: wdsl1: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  804. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  805. 22: iap2: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  806. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  807. 23: wdsl2: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  808. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  809. 24: iap3: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  810. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  811. 25: wdsl3: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  812. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  813. 26: iap4: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  814. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  815. 27: wdsl4: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  816. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  817. 28: iap5: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  818. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  819. 29: wdsl5: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  820. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  821. 30: iap6: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  822. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  823. 31: wdsl6: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  824. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  825. 32: iap7: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  826. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  827. 33: wdsl7: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  828. link/ether 48:c0:93:68:16:60 brd ff:ff:ff:ff:ff:ff
  829. 34: iap8: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  830. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  831. 35: wdsl8: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  832. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  833. 36: iap9: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  834. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  835. 37: wdsl9: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  836. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  837. 38: iap10: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  838. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  839. 39: wdsl10: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  840. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  841. 40: iap11: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  842. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  843. 41: wdsl11: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  844. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  845. 42: bcm1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  846. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  847. 43: iap12: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  848. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  849. 44: wdsl12: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  850. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  851. 45: iap13: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  852. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  853. 46: wdsl13: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  854. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  855. 47: iap14: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  856. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  857. 48: wdsl14: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  858. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  859. 49: iap15: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  860. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  861. 50: wdsl15: <BROADCAST,MULTICAST> mtu 1536 qdisc noop state DOWN qlen 256
  862. link/ether 48:c0:93:68:16:70 brd ff:ff:ff:ff:ff:ff
  863. 51: wl0.1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  864. link/ether 48:c0:93:68:16:61 brd ff:ff:ff:ff:ff:ff
  865. 52: wl0.2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  866. link/ether 48:c0:93:68:16:62 brd ff:ff:ff:ff:ff:ff
  867. 53: wl0.3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  868. link/ether 48:c0:93:68:16:63 brd ff:ff:ff:ff:ff:ff
  869. 54: wl0.4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  870. link/ether 48:c0:93:68:16:64 brd ff:ff:ff:ff:ff:ff
  871. 55: wl0.5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  872. link/ether 48:c0:93:68:16:65 brd ff:ff:ff:ff:ff:ff
  873. 56: wl0.6: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  874. link/ether 48:c0:93:68:16:66 brd ff:ff:ff:ff:ff:ff
  875. 57: wl0.7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  876. link/ether 48:c0:93:68:16:67 brd ff:ff:ff:ff:ff:ff
  877. 58: wl0.8: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  878. link/ether 48:c0:93:68:16:68 brd ff:ff:ff:ff:ff:ff
  879. 59: wl0.9: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  880. link/ether 48:c0:93:68:16:69 brd ff:ff:ff:ff:ff:ff
  881. 60: wl0.10: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  882. link/ether 48:c0:93:68:16:6a brd ff:ff:ff:ff:ff:ff
  883. 61: wl0.11: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  884. link/ether 48:c0:93:68:16:6b brd ff:ff:ff:ff:ff:ff
  885. 62: wl0.12: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  886. link/ether 48:c0:93:68:16:6c brd ff:ff:ff:ff:ff:ff
  887. 63: wl0.13: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  888. link/ether 48:c0:93:68:16:6d brd ff:ff:ff:ff:ff:ff
  889. 64: wl0.14: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  890. link/ether 48:c0:93:68:16:6e brd ff:ff:ff:ff:ff:ff
  891. 65: wl0.15: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  892. link/ether 48:c0:93:68:16:6f brd ff:ff:ff:ff:ff:ff
  893. 66: wl1.1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  894. link/ether 48:c0:93:68:16:71 brd ff:ff:ff:ff:ff:ff
  895. 67: wl1.2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  896. link/ether 48:c0:93:68:16:72 brd ff:ff:ff:ff:ff:ff
  897. 68: wl1.3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  898. link/ether 48:c0:93:68:16:73 brd ff:ff:ff:ff:ff:ff
  899. 69: wl1.4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  900. link/ether 48:c0:93:68:16:74 brd ff:ff:ff:ff:ff:ff
  901. 70: wl1.5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  902. link/ether 48:c0:93:68:16:75 brd ff:ff:ff:ff:ff:ff
  903. 71: wl1.6: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  904. link/ether 48:c0:93:68:16:76 brd ff:ff:ff:ff:ff:ff
  905. 72: wl1.7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  906. link/ether 48:c0:93:68:16:77 brd ff:ff:ff:ff:ff:ff
  907. 73: wl1.8: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  908. link/ether 48:c0:93:68:16:78 brd ff:ff:ff:ff:ff:ff
  909. 74: wl1.9: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  910. link/ether 48:c0:93:68:16:79 brd ff:ff:ff:ff:ff:ff
  911. 75: wl1.10: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  912. link/ether 48:c0:93:68:16:7a brd ff:ff:ff:ff:ff:ff
  913. 76: wl1.11: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  914. link/ether 48:c0:93:68:16:7b brd ff:ff:ff:ff:ff:ff
  915. 77: wl1.12: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  916. link/ether 48:c0:93:68:16:7c brd ff:ff:ff:ff:ff:ff
  917. 78: wl1.13: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  918. link/ether 48:c0:93:68:16:7d brd ff:ff:ff:ff:ff:ff
  919. 79: wl1.14: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  920. link/ether 48:c0:93:68:16:7e brd ff:ff:ff:ff:ff:ff
  921. 80: wl1.15: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
  922. link/ether 48:c0:93:68:16:7f brd ff:ff:ff:ff:ff:ff
  923. 81: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
  924. link/ether 48:c0:93:5f:c7:06 brd ff:ff:ff:ff:ff:ff
  925. inet 172.21.10.160/24 brd 172.21.10.255 scope global br0
  926. valid_lft forever preferred_lft forever
  927. 82: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master br0 state UP
  928. link/ether 48:c0:93:5f:c7:06 brd ff:ff:ff:ff:ff:ff
  929. 83: bond1: <NO-CARRIER,BROADCAST,MULTICAST,MASTER,UP> mtu 1500 qdisc noqueue state DOWN
  930. link/ether b2:85:db:2c:e9:27 brd ff:ff:ff:ff:ff:ff
  931. 84: wbond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
  932. link/ether 66:f8:ad:2e:fd:71 brd ff:ff:ff:ff:ff:ff
  933. 85: wbond1: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
  934. link/ether 0a:09:96:c9:eb:a7 brd ff:ff:ff:ff:ff:ff
  935. 86: wbond2: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
  936. link/ether e6:57:09:45:a7:15 brd ff:ff:ff:ff:ff:ff
  937. 87: wbond3: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
  938. link/ether 0a:4b:82:4b:b0:a4 brd ff:ff:ff:ff:ff:ff
  939. 88: wbond4: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
  940. link/ether 32:b2:e3:6f:57:fe brd ff:ff:ff:ff:ff:ff
  941. 89: wbond5: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
  942. link/ether a6:35:94:39:db:99 brd ff:ff:ff:ff:ff:ff
  943. 90: wbond6: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
  944. link/ether 6e:63:8a:f8:ce:28 brd ff:ff:ff:ff:ff:ff
  945. 91: wbond7: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
  946. link/ether 06:f3:11:4a:7c:fc brd ff:ff:ff:ff:ff:ff
  947. #

Edit this Snippet