Dell DR6300 DR Series System Command Line Reference Guide - Page 40

network --create_eth

Page 40 highlights

--bondif --dhcp --static --nwif --mode --name --mtu --ip --netmask --gateway --restart Bond interface to create. Create dhcp interface. Create static interface. Eth interfaces to bond. Bonding mode to use. DNS name for the interface. Ethernet MTU to use (valid range is 512 - 9000). Static IP address to use. Netmask for the static IP address. Gateway for routing. Restarts networking after creation. For example, to create bond1 using eth3 and eth4, run the command: network --create_bond --bondif bond1 --dhcp --nwif eth3,eth4 --mode ALB --restart Result Shutting down interface bond0: [ OK ] Shutting down interface bond1: [ OK ] Shutting down loopback interface: [ OK ] Bringing up loopback interface: [ OK ] Bringing up interface bond0:Determining IP information for bond0... done. [ OK ] Bringing up interface bond1:Determining IP information for bond1... done. [ OK ] Updating DNS entry for SW-01.local to 10.250.xxx.x .. Skipping DNS Update 10.250.xxx.x: IP already updated. network --create_eth Description The command creates eth interface for the system. Syntax network --create_eth --nwif [--dhcp] [--static] [--name < DNS name >] [--mtu ] [--ip ] [--netmask ] [--restart] --nwif --dhcp --static --name --mtu --ip --netmask --restart Eth interface to create. Create dhcp interface. Create static interface. DNS name for the interface. Ethernet MTU to use (valid range is 512 - 9000). Static IP address to use. Netmask for the static IP address. Restarts networking after creation. For example, to create eth2, run the command: network --create_eth --nwif eth2 --dhcp Result Interface operation successful. Please restart networking for the changes to take effect. 40

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161

--bondif
Bond interface to create.
--dhcp
Create dhcp interface.
--static
Create static interface.
--nwif
Eth interfaces to bond.
--mode
Bonding mode to use.
--name
DNS name for the interface.
--mtu
Ethernet MTU to use (valid range is 512 - 9000).
--ip
Static IP address to use.
--netmask
Netmask for the static IP address.
--gateway
Gateway for routing.
--restart
Restarts networking after creation.
For example, to create bond1 using eth3 and eth4, run the command:
network --create_bond --bondif
bond1 --dhcp --nwif eth3,eth4 --mode ALB --restart
Result
Shutting down interface bond0:
[
OK
]
Shutting down interface bond1:
[
OK
]
Shutting down loopback interface:
[
OK
]
Bringing up loopback interface:
[
OK
]
Bringing up interface bond0:Determining IP information for bond0... done.
[
OK
]
Bringing up interface bond1:Determining IP information for bond1... done.
[
OK
]
Updating DNS entry for SW-01.local to 10.250.xxx.x ..
Skipping DNS Update 10.250.xxx.x: IP already updated.
network --create_eth
Description
The command creates eth interface for the system.
Syntax
network --create_eth --nwif <ethN>
[--dhcp]
[--static]
[--name < DNS name >]
[--mtu <Supported MTU range 512 - 9000>]
[--ip <IPv4/IPv6 address not already in use>]
[--netmask <netmask>]
[--restart]
--nwif
Eth interface to create.
--dhcp
Create dhcp interface.
--static
Create static interface.
--name
DNS name for the interface.
--mtu
Ethernet MTU to use (valid range is 512 - 9000).
--ip
Static IP address to use.
--netmask
Netmask for the static IP address.
--restart
Restarts networking after creation.
For example, to create eth2, run the command:
network --create_eth --nwif eth2 --dhcp
Result
Interface operation successful. Please restart networking for the changes to
take effect.
40