-
2008年06月30日
终于过了ICSP(Ironport ) - [IT杂货铺]
今天84分过了ICSP 邮件安全,这个季度的任务总算完成了。
IronPort Certified Security Professional (ICSP)
(ICSP) – Email Security
Description:
ICSP provides you with the skills required to perform in-depth administrative functions of the IronPort email appliance. As a certified professional, you will be able to install, configure, and administer the appliance. You will also be able to provision the policy and security applications supported by the appliance.
Certification Details:
Audience: System Administrators, Email Architects, Support personnel, and network or security managers responsible for email security.
Prerequisites:
- A good understanding of IP routing, Network Address Translation, CIDR addresses, DNS and TCP/IP services such as SSH, FTP, NTP and SNMP
- Basic experience using Command Line Interfaces (CLI) and Graphical User Interfaces (GUI) to configure network devices
Required Exams:
ISM – 200: IronPort Systems Professional Exam – Email Security
Company and products, SMTP 101, Email Pipeline, Installing the appliance, Securing email, Anti-Spam, Anti-Virus concepts, Configuring Listeners, Email Authentication, Quarantine, Message and Content Filters, LDAP integration, TLS management, Troubleshooting, System Administration.
-
2007年10月30日
cisco2950设置vlan - [IT杂货铺]
好久没碰cisco东西了,今天要用,顺便复习下
Cisco 2950
创建VLAN:
switch>en
switch#config t
switch(config)#hostname 2950
2950(config)#exit
2950#vlan database
2950(vlan)#vlan 2 name AC /*创建名为AC的VLAN2
VLAN 2 added:
Name: AC
2950(vlan)#vlan 3 name HR /*创建名为HR的VLAN3
VLAN 3 added:
Name: HR
2950(vlan)#vlan 4 name MIS /*创建名为MIS的VLAN4
VLAN 4 added:
Name: MIS
2950(vlan)#apply /*创建完毕后必须用apply命令提交
APPLY complete
2950(vlan)#end
2950#端口配置VLAN:
2950#config t
2950(config)#int f0/2
2950(config-if)#switchport access vlan 2 /*设置端口属于VLAN2
2950(config-if)#int f0/3
2950(config-if)#switchport access vlan 3 /*设置端口属于VLAN3
2950(config-if)#int f0/4
2950(config-if)#switchport access vlan 4 /*设置端口属于VLAN4
2950(config-if)#exit
2950(config)#exit
2950#





