Connectivity Guide

Table Of Contents
ip-address mask—Enter the IP address in dotted decimal format—A.B.C.D. and mask in slash prex-length format (/24).
secondary—Enter a secondary backup IP address for the interface.
Assign interface IP address to interface
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/4)# no shutdown
OS10(conf-if-eth1/1/4)# no switchport
OS10(conf-if-eth1/1/4)# ip address 10.10.1.4/8
View interface conguration
OS10# show interface ethernet 1/1/1
Ethernet 1/1/1 is up, line protocol is up
Hardware is Dell EMC Eth, address is 00:0c:29:98:1b:79
Current address is 00:0c:29:98:1b:79
Pluggable media present, QSFP+ type is QSFP+ 40GBASE CR 1.0M
Wavelength is 64
SFP receive power reading is 0.0
Interface index is 16866084
Internet address is not set
Mode of IPv4 Address Assignment: not set
MTU 1532 bytes
LineSpeed 40G, Auto-Negotiation on
Flowcontrol rx off tx off
ARP type: ARPA, ARP Timeout: 60
Last clearing of "show interface" counters: 3 weeks 1 day 23:12:50
Queuing strategy: fifo
Input statistics:
0 packets, 0 octets
0 64-byte pkts, 0 over 64-byte pkts, 0 over 127-byte pkts
0 over 255-byte pkts, 0 over 511-byte pkts, 0 over 1023-byte pkts
0 Multicasts, 0 Broadcasts, 0 Unicasts
0 runts, 0 giants, 0 throttles
0 CRC, 0 overrun, 0 discarded
Output statistics:
0 packets, 0 octets
0 64-byte pkts, 0 over 64-byte pkts, 0 over 127-byte pkts
0 over 255-byte pkts, 0 over 511-byte pkts, 0 over 1023-byte pkts
0 Multicasts, 0 Broadcasts, 0 Unicasts
0 throttles, 0 discarded, 0 Collisions, 0 wreddrops
Rate Info(interval 299 seconds):
Input 0 Mbits/sec, 0 packets/sec, 0% of line rate
Output 0 Mbits/sec, 0 packets/sec, 0% of line rate
Time since last interface status change: 3 weeks 1 day 20:54:37
Congure static routing
You can congure a manual or static route for open shortest path rst (OSPF).
Congure a static route in CONFIGURATION mode.
ip route ip-prefix/mask {next-hop | interface interface [route-preference]}
ip-prefix—IPv4 address in dotted decimal in A.B.C.D format.
mask—Mask in slash prex-length format (/X).
next-hop—Next-hop IP address in dotted decimal in A.B.C.D format.
interface—Interface type with the node/slot/portinformation
route-preference—(Optional) Route-preference range, from 1 to 255.
Congure static routes
OS10(config)# ip route 200.200.200.0/24 10.1.1.2
Layer 3
389