AP008_CLO_How_Big_is_the_Cloud
- 格式:pptx
- 大小:5.95 MB
- 文档页数:36


Commksy胖AP操作指导
1、接入方式
①、consle接入:使用consle串口登入设备,插入设备的consle口,选择串口波特率为115200;登入之后登入用户名密码分别为:root/5up
②、web登入:在确保能和APwan口地址互通前提,在浏览器输入AP的管理地址(即wan口地址),登入用户名密码:admin/admin
以下主要介绍串口配置方式。
2、选择AP配置模式
通过用户名密码之后,进入设备命令行:
如下:
/ #
/ # cst_cli_sh
输入 cst_cli_sh ,进入AP CLI模式:
/ # cst_cli_sh
AP>
在AP>模式下,输入enable,进入用户视图:
AP>enable
AP#help 查看enable模式下可执行命令
configure terminal 进入配置模式
date date [MMDDhhmm[YYYY][.ss]] 配置AP时间
debug 开启或者关闭debug
exit 退出当前模式进入上一模式
factory 恢复出差设置
help 帮助提示
nms 配置 nms ip/port.
reboot 设备重启
save 保存运行的配置文件
show 查看信息
snmp-service 使能SNMP配置
1 锐捷无线ruijie胖模式(FAT)配置案例
一、配置三层交换机
1. 创建vlan10 vlan99
S3760(config)#vlan 10 创建VLAN10
S3760(config-vlan)#vlan 99 创建vlan 99
S3760 (config)#interface vlan 10 进入vlan10虚接口
S3760 (config-if-vlan 10)#ip add 192.168.10.254 255.255.255.0 设置vlan 10网桥的IP地址(网关)
S3760 (config)#interface vlan 99 进入vlan 99虚接口
S3760 (config-if-vlan 10)#ip add 192.168.99.51 255.255.255.0 设置vlan 99 ip地址与ap管理
S3760 (config)#interface fa 0/1
S3760 (config-if)switch mode trunk
S3760 (config)# interface fa 0/22
S3760 (config-if) switch access vlan 99
S3760 (config)# interface fa 0/23
S3760 (config-if) switch access vlan 10
2.设置dhcp
S3760 (config)#service dhcp 开启dhcp功能
S3760 (config)#ip dhcp pool 10 建立名为10的dhcp地址池
As we know memtest86+ is to originate from memtest86.但是memtest86 3.5裡頭關於SMP的源碼,在memtest86+ 4.0及4.1獲得延續。4.0及4.1雖然從代碼仍可看出SMP足跡,但實際上已經沒有支援SMP了。因此我們若要查看SMP的完整實作,必需Download
memtest86 3.5 source code。
在main.c/test_start/initialise_cpus();首先要支援SMP就必需先調用這個routine,此處的test_start相當於memtest86+版的do_test。
void initialise_cpus(void)
{
int cpu_num, j;
smp_init_bsp();
num_cpus = smp_num_cpus();
/* let the BSP initialise the APs. */
for(cpu_num = 1; cpu_num < color="#3333ff">smp_boot_ap(cpu_num);
if(!smp_mode) {
/* some error in booting the AP,
* halt the already started APs */
for (j = 1; j <=cpu_num; j++) { jmp_address[j] = (void *)ap_halt; } break; } } } smp_init_bsp要看懂這個routine要先查詢一些資訊:小木偶裡頭有關cpuid的指令說明;Intel64 and IA-32
Architectures Software Developer's Manual-3A.pdf第8章。主要是找出CPU的核心數及尋找mp_config_table表。
smp_boot_ap這個routine才是重點。
1 Appendix I Reference Answers
Unit 8 Space Exploration
Part I EST Reading
Reading 1
Section A Pre-reading Task
Warm-up Questions: Work in pairs and discuss the following questions.
1. How much do you know about the space?
Space is the boundless, three-dimensional extent in which objects and events occur and have relative
position and direction.[1] Physical space is often conceived in three linear dimensions, although modern
physicists usually consider it, with time, to be part of the boundless four-dimensional continuum known
as spacetime. In mathematics one examines 'spaces' with different numbers of dimensions and with
different underlying structures. The concept of space is considered to be of fundamental importance to
an understanding of the physical universe although disagreement continues between philosophers over