CSR1000V DHCP Server設定とEPC(Embedded Packet Capture)

DHCP Server 設定 on CSR1000V

csr1000v#show run | sec dhcp
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.1.250 192.168.1.254

ip dhcp excluded-address 192.168.2.1
ip dhcp excluded-address 192.168.2.250 192.168.2.254

ip dhcp pool demo_1
network 192.168.1.0 255.255.255.0
default-router 10.0.1.30 # csr1000v のdefault gw

ip dhcp pool demo_2
network 10.168.2.0 255.255.255.0
default-router 10.0.1.30 # csr1000v のdefault gw

CSR1000Vでの Packet Capture (EPC)

# monitor capture MYCAP interface gigabitEthernet 1 both match any buffer size 100
# monitor capture MYCAP start
Wait…
# monitor capture MYCAP stop
# monitor capture MYCAP export tftp://x.x.x.x/MYCAP.pcap


今回の"note"を気に入って頂けましたら、是非サポートをお願いいたします!