Users Guide

Table Of Contents
br1: flags=4419<UP,BROADCAST,RUNNING,PROMISC,MULTICAST> mtu 1500 >>> vlan1
inet6 fe80::20c:29ff:feed:9f12 prefixlen 64 scopeid 0x20<link>
ether 00:0c:29:ed:9f:12 txqueuelen 1000 (Ethernet)
RX packets 257964 bytes 12155776 (11.5 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 10287 bytes 900262 (879.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
使 tcpdump -i kernel-port-number Ctrl+C
1/1/1
admin@OS10:~# tcpdump -i e101-001-0
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on e101-001-0, link-type EN10MB (Ethernet), capture size 262144 bytes
11:35:07.538133 STP 802.1w, Rapid STP, Flags [Learn, Forward, Agreement], bridge-id
8001.00:0c:29:74:3b:7e.8204, length 43
11:35:07.538467 STP 802.1w, Rapid STP, Flags [Learn, Forward, Agreement], bridge-id
8001.00:0c:29:74:3b:7e.8204, length 43
11:35:08.416291 LLDP, length 343: OS10
11:35:09.067621 IP6 fe80::20c:29ff:feed:9f12 > ff02::1:ffed:9ea9: ICMP6, neighbor
solicitation, who has fe80::20c:29ff:feed:9ea9, length 32
^C
4 packets captured
4 packets received by filter
0 packets dropped by kernel
1 packet dropped by interface
root@OS10:~#
使 SSH show show
$ ssh admin@ip-address "show-command" ip-address IP
$ ssh admin@10.11.98.39 "show version"
admin@10.11.98.39's password:
Dell EMC Networking OS10 Enterprise
Copyright (c) 1999-2019 by Dell Inc. All Rights Reserved.
OS Version: 10.5.0.0
Build Version: 10.5.0.270
Build Time: 2019-07-29T23:35:01+0000
System Type: S4148F-ON
Architecture: x86_64
Up Time: 1 day 00:54:13
使 OS9
使 OS 9 CONFIGURATION 使 feature config-os9-style
OS10 使 OS9 OS9
使 OS9 1/1/15 VLAN 11
OS10(config)# feature config-os9-style
OS10(config)# interface vlan 11
OS10(conf-if-vl-11)# tagged ethernet 1/1/15
OS10(conf-if-vl-11)# show configuration
!
interface vlan11
no shutdown
tagged ethernet 1/1/15
OS9 使 no feature config-os9-style
CLI 91