CCNP听课笔记10

 
BOOTP,CDP,FTP,TFTP,NETP,PAD,TCP/UDP
SNMP,HTTP,DNS
ICMP
ARP
 
NTP 网络时间服务器
 
Service tcp-small-servers
Service udp-small-servers
 
TCP ping 其实就是 telnet ,哈哈
测试 echo ,输入一个字符会显示 2
Telnet 12.1.1.1 daytime 可以回显时间,后面可以跟很多功能
 
关闭面向用户的端口的 CDP
将面向用户的端口设置为被动端口
 
Tftp-server flash:
 
Service timestamps log datetime localtime
Logging buffered
 
 
网管工具
Cisco work
Open view
 
No ip redirects 关闭 ICMP 重定向
 
傻瓜安全 Auto secret
 
IP 原路由,我们在发送数据的时候就指定路由
No ip souce-route
 
No ip unreachable
 
Switchport port-security mac-add 0030.80f1.d6c2
Switchport port-security violation
Protect 再发送的数据会被丢掉
Restrict 限制,可以接续工作,但是会发送报警消息
Shutdown 违反了直接就 shutdown
 
Errdisable recovery interval 全局定义恢复时间单位为秒
 
Err-disable 要想恢复要先 shutdown 然后再 no shutdown
 
Sw port-security mac-address sticky 粘性 动态学到的东西,会将学到的 Mac 地址进行保存
 
Show port-security
 
 
802.1x 基于端口的认证
Aaa new-model
Aaa authentication dot1x   default group tacacs+
Dot1x system-auth-control
Tacacs-server host 192.168.1.10
 
Int
Dot1x port-control auto
 
 
交换机端口默认状态
Switchport mode dynamic desirable
 
可能协商好 Trunk
解决方法
修改模式为 access
划分到一个 vlan 里面
 
 
PVLAN 端口隔离 Vlan 划分子层
 
Vlan100 Vlan
Vlan 101 Vlan
Vlan 102
Vlan 103
 
 
Promiscuous 混杂接口
ISOLATed  独立口
Community 团体接口
 
 
Private-vlan primary
 
交换机支持的 acl
RACL
VACL
PACL 基于端口( mac
 
Ac 1 permit   192.168.1.0 0.0.0.255
Vlan access-map xixi
Match ip address 1
Action drop
Action forwarding
Vlan filterxixi vlan-list
 
Vlan 100
Private-vlan primary
Vlan 200
private-vlan community
Vlan300
Private-vlan isolated
 
Vlan 100
Private-vlan association 200,300 关联 Vlan
Int f0/1
Switchport mode private-vlan host
Switchport mode private-vlan host-association 100 200
Int f0/2
Switchport mode private-vlan host
Switchport mode private-vlan host-association 100 300
 
 
 
 
保护欺骗攻击
DHCP 欺骗攻击 DHCP Spoof Attacks
 
DHCP Snooping
 
Ip dhcp snooping
Ip dhcp snooping Vlan 500
 
只有 信任口才能收到 DHCP 服务器返回的信息
 
IP 的源防护(端口绑定)
Ip verify source port-security
 
Ip source binding 00c0.83hf.1234 vlan 100 192.168.100.1 interface f0/4
 
ARP 攻击
Ip arp inspection trust
Ip arp insection limit rate 20 限制每秒接收的 arp
 
 
Ip arp inspection vlan 500
 
Spanning-tree bpduguard
Spanning-tree guard root
汇聚层连接入层
接入层连用户要配
 
    BGP Message Type
    Open
    Version number as number holdtime Router ID
    Keepalive
    Update
    notification

你可能感兴趣的:(职场,笔记,休闲,ccnp)