38
Viewing or Changing MTU Values
You can use these commands to change the maximum transmission unit (MTU) size for a port.
To view the MTU value for a hardware port:
$ sudo networksetup
To list valid MTU values for a hardware port:
$ sudo networksetup
To change the MTU value for a hardware port:
$ sudo networksetup
Viewing or Changing Media Settings
To view the media settings for a port:
$ sudo networksetup
To list valid media settings for a port:
$ sudo networksetup
To change the media settings for a port:
$ sudo networksetup
[option2] [...]
Network Port Configurations
Network port configurations are sets of network preferences that can be assigned to a particular network interface and then enabled or disabled. The Network pane of System Preferences stores and displays network settings as port configurations.
Creating or Deleting Port Configurations
To list existing port configuration:
$ sudo networksetup
To create a port configuration:
$ sudo networksetup
To duplicate a port configuration:
$ sudo networksetup
To rename a port configuration:
$ sudo networksetup
To delete a port configuration:
$ sudo networksetup
Activating Port Configurations
To see if a port configuration is on:
$ sudo networksetup
Chapter 5 Network Preferences