wlan设置

Wi-Fi
SSID 803
BSSID DC:FE:18:54:13:E7
网络设置
pdp_ip0 IP:10.224.41.142,MTU:1450
en0 IP:192.168.1.101,MTU:1500

DNS 219.141.136.10
219.141.140.10
系统代理设置

{
en0 = {
ExceptionsList = (
“*.local”,
“169.254/16”
);
FTPPassive = 1;
};
}

“Configuring an Ethernet Destination Port
You can configure an Ethernet interface as a SPAN destination port.

Note

The SPAN destination port can only be a physical port on the switch.

Procedure
Step 1 switch# configure terminal
Enters global configuration mode.

Step 2 switch(config)# interface ethernet slot/port
Enters interface configuration mode for the Ethernet interface with the specified slot and port.

Step 3 switch(config-if)# switchport monitor
Enters monitor mode for the specified Ethernet interface. Priority flow control is disabled when the port is configured as a SPAN destination.

Step 4 switch(config-if)# exit
Reverts to global configuration mode.

Step 5 switch(config)# monitor session session-number
Enters monitor configuration mode for the specified SPAN session.

Step 6 switch(config-monitor)# destination interface ethernet slot/port
Configures the Ethernet SPAN destination port.”

“Configuring Source Port Channels or VLANs
You can configure the source channels for a SPAN session. These ports can be port channels, and VLANs. The monitored direction can be ingress, egress, or both and applies to all physical ports in the group.

Procedure
Step 1 switch# configure terminal
Enters global configuration mode.

Step 2 switch(config) # monitor session session-number
Enters monitor configuration mode for the specified SPAN session.

Step 3 switch(config-monitor) # source {interface {port-channel} channel-number [rx | tx | both] | vlan vlan-range}
Configures port channel, or VLAN sources. For VLAN sources, the monitored direction is implicit.

This example shows how to configure a port channel SPAN source:

switch# configure terminal
switch(config)# monitor session 2
switch(config-monitor)# source interface port-channel 1 rx
switch(config-monitor)# source interface port-channel 3 tx
switch(config-monitor)# source interface port-channel 5 both
switch(config-monitor)#
This example shows how to configure a VLAN SPAN source:

switch# configure terminal
switch(config)# monitor session 2
switch(config-monitor)# source vlan 1”
switch(config-monitor)#

摘录来自
Cisco Nexus 3000 Series NX-OS System Management Configuration Guide, Release 5.0(3)U2(2)
Cisco Systems, Inc.
此材料受版权保护。

你可能感兴趣的:(笔记)