2016/02/23 EdgeMAX シリーズのファームウェア v1.8.0 がリリースされました。
詳細はこちら をご覧下さい。

「コマンド > configure > interfaces」の版間の差分

提供:EdgeOS 日本語Wiki [非公式]
ナビゲーションに移動 検索に移動
(ページの作成:「== このページの概要 == 当ページでは、Configure モード 設定編集系 コマンドで、interfaces を利用する方法をご紹介します。 ==...」)
 
47行目: 47行目:
=== interfaces bridge ===
=== interfaces bridge ===
=== interfaces ethernet ===
=== interfaces ethernet ===
* set interfaces ''' ethernet [[パラメーター > interface|{interface/ethernet}]] '''
*: Ethernet interface name
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' address '''
**: IP address IP address
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  address ''' [[パラメーター > IPv4 アドレス + サブネット|{x.x.x.x/x}]] '''</code>
***: IP address and prefix length
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  address ''' [[パラメーター > IPv6 アドレス + サブネット|{h:h:h:h:h:h/x}]] '''</code>
***: IPv6 address and prefix length
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  address ''' dhcp '''</code>
***: Dynamic Host Configuration Protocol
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  address ''' dhcpv6 '''</code>
***: Dynamic Host Configuration Protocol for IPv6
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' bond-group '''
**: Assign interface to bonding group
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' bridge-group '''
**: Add this interface to a bridge group
** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' description [[パラメーター > 任意テキスト|{任意テキスト}]] '''</code>
**: Description
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' dhcp-options '''
**: DHCP client (IPv4) options
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' dhcpv6-options '''
**: DHCPv6 options
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' dhcpv6-pd '''
**: DHCPv6 Prefix Delegation options
** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' disable '''</code>
**: Disable interface
** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' disable-link-detect '''</code>
**: Ignore link state changes
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' duplex '''
**: Duplex mode
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  duplex ''' auto '''</code>
***: Auto negotiation (default)
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  duplex ''' half '''</code>
***: Half duplex
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  duplex ''' full '''</code>
***: Full duplex
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' firewall '''
**: Firewall options
*** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  firewall ''' in '''
***: Ruleset for forwarded packets on inbound interface
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  firewall  in ''' ipv6-modify [[パラメーター > IPv6 ファイアウォール modify エントリ名|{IPv6 ファイアウォール modify エントリ名}]] '''</code>
****: Inbound IPv6 modify ruleset name for interface
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  firewall  in ''' ipv6-name [[パラメーター > IPv6 ファイアウォール name エントリ名|{IPv6 ファイアウォール name エントリ名}]] '''</code>
****: Inbound IPv6 firewall ruleset name for interface
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  firewall  in ''' modify [[パラメーター > IPv4 ファイアウォール modify エントリ名|{IPv4 ファイアウォール modify エントリ名}]] '''</code>
****: Inbound IPv4 modify ruleset name for interface
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  firewall  in ''' name [[パラメーター > IPv4 ファイアウォール name エントリ名|{IPv4 ファイアウォール name エントリ名}]] '''</code>
****: Inbound IPv4 firewall ruleset name for interface
*** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  firewall ''' local '''
***: Ruleset for packets destined for this router
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  firewall  local ''' ipv6-name [[パラメーター > IPv6 ファイアウォール name エントリ名|{IPv6 ファイアウォール name エントリ名}]] '''</code>
****: Local IPv6 firewall ruleset name for interface
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  firewall  local ''' name [[パラメーター > IPv4 ファイアウォール name エントリ名|{IPv4 ファイアウォール name エントリ名}]] '''</code>
****: Local IPv4 firewall ruleset name for interface  Local IPv4 firewall ruleset name for interface
*** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  firewall ''' out '''
***: Ruleset for forwarded packets on outbound interface
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  firewall  out ''' ipv6-modify [[パラメーター > IPv6 ファイアウォール modify エントリ名|{IPv6 ファイアウォール modify エントリ名}]] '''</code>
****: Outbound IPv6 modify ruleset name for interface
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  firewall  out ''' ipv6-name [[パラメーター > IPv6 ファイアウォール name エントリ名|{IPv6 ファイアウォール name エントリ名}]] '''</code>
****: Outbound IPv6 firewall ruleset name for interface
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  firewall  out ''' modify [[パラメーター > IPv4 ファイアウォール modify エントリ名|{IPv4 ファイアウォール modify エントリ名}]] '''</code>
****: Outbound IPv4 modify ruleset name for interface
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  firewall  out ''' name [[パラメーター > IPv4 ファイアウォール name エントリ名|{IPv4 ファイアウォール name エントリ名}]] '''</code>
****: Outbound IPv4 firewall ruleset name for interface
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' ip '''
**: IPv4 routing parameters
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' ipv6 '''
**: IPv6 routing parameters
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' mac '''
**: Media Access Control (MAC) address
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' mirror '''
**: Incoming packet mirroring destination
** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' mtu {68-9000} '''</code>
**: Maximum Transmission Unit (MTU)
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' poe '''
**: Power over Ethernet (PoE) settings
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] '''
**: PPPOE unit number
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' access-concentrator [[パラメーター > PPPoE Concentrator 名|{PPPoE Concentrator 名}]] '''</code>
***: Access concentrator name (only connect to this concentrator)
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' connect-on-demand '''</code>
***: Automatic establishment of PPPOE connection when traffic is sent
*** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' default-route '''
***: Enable/disable default route to peer when link comes up
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  default-route ''' auto '''</code>
****: Install default route when link comes up
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  default-route ''' force '''</code>
****: Install default route (replace existing one if any)
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  default-route ''' none '''</code>
****: Don't install default route
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' description [[パラメーター > 任意テキスト|{任意テキスト}]] '''</code>
***: Description
*** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' dhcpv6-pd '''
***: DHCPv6 Prefix Delegation options
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  dhcpv6-pd ''' duid [[パラメーター > DHCPv6 PD DUID|{DHCPv6 PD DUID}]] '''</code>
****: DUID to use for DHCPv6 PD
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  dhcpv6-pd ''' no-dns '''</code>
****: Option to not locally use the DNS server from the DHCPv6-pd server
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  dhcpv6-pd ''' pd [[パラメーター > DHCPv6 PD PD 番号|{DHCPv6 PD PD 番号 (0-4294967295)}]] '''</code>
****: PD number
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  dhcpv6-pd ''' prefix-only '''</code>
****: Option to not request an WAN address (no ia-na) from the DHCPv6-pd server
**** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  dhcpv6-pd ''' rapid-commit '''
****: Policy for using rapid-commit
***** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  dhcpv6-pd  rapid-commit ''' enable '''</code>
*****: Enable rapid-commit
***** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  dhcpv6-pd  rapid-commit ''' disable '''</code>
*****: Disable rapid-commit
*** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' firewall '''
***: Firewall options
**** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  firewall ''' in '''
****: Ruleset for forwarded packets on inbound interface
***** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  firewall  in ''' ipv6-modify [[パラメーター > IPv6 ファイアウォール modify エントリ名|{IPv6 ファイアウォール modify エントリ名}]] '''</code>
*****: Inbound IPv6 modify ruleset name for interface
***** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  firewall  in ''' ipv6-name [[パラメーター > IPv6 ファイアウォール name エントリ名|{IPv6 ファイアウォール name エントリ名}]] '''</code>
*****: Inbound IPv6 firewall ruleset name for interface
***** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  firewall  in ''' modify [[パラメーター > IPv4 ファイアウォール modify エントリ名|{IPv4 ファイアウォール modify エントリ名}]] '''</code>
*****: Inbound IPv4 modify ruleset name for interface
***** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  firewall  in ''' name [[パラメーター > IPv4 ファイアウォール name エントリ名|{IPv4 ファイアウォール name エントリ名}]] '''</code>
*****: Inbound IPv4 firewall ruleset name for interface
**** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  firewall ''' local '''
****: Ruleset for packets destined for this router
***** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  firewall  local ''' ipv6-name [[パラメーター > IPv6 ファイアウォール name エントリ名|{IPv6 ファイアウォール name エントリ名}]] '''</code>
*****: Local IPv6 firewall ruleset name for interface
***** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  firewall  local ''' name [[パラメーター > IPv4 ファイアウォール name エントリ名|{IPv4 ファイアウォール name エントリ名}]] '''</code>
*****: Local IPv4 firewall ruleset name for interface
**** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  firewall ''' out '''
****: Ruleset for forwarded packets on outbound interface
***** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  firewall  out ''' ipv6-modify [[パラメーター > IPv6 ファイアウォール modify エントリ名|{IPv6 ファイアウォール modify エントリ名}]] '''</code>
*****: Outbound IPv6 modify ruleset name for interface
***** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  firewall  out ''' ipv6-name [[パラメーター > IPv6 ファイアウォール name エントリ名|{IPv6 ファイアウォール name エントリ名}]] '''</code>
*****: Outbound IPv6 firewall ruleset name for interface
***** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  firewall  out ''' modify [[パラメーター > IPv4 ファイアウォール modify エントリ名|{IPv4 ファイアウォール modify エントリ名}]] '''</code>
*****: Outbound IPv4 modify ruleset name for interface
***** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  firewall  out ''' name [[パラメーター > IPv4 ファイアウォール name エントリ名|{IPv4 ファイアウォール name エントリ名}]] '''</code>
*****: Outbound IPv4 firewall ruleset name for interface
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' idle-timeout {0-4294967295} '''</code>
***: Delay (in seconds) before disconnecting idle session
*** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' ip '''
***: IPv4 routing parameters
**** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  ip ''' ospf '''
****: Open Shortest Path First (OSPF) parameters
**** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  ip ''' rip '''
****: Routing Information Protocol (RIP)
**** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  ip ''' source-validation '''
****: Policy for source validation by reversed path, as specified in RFC3704
*** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' ipv6 '''
***: IPv6 routing parameters
**** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  ipv6 ''' address '''
****: IPv6 address auto-configuration modes
**** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  ipv6 ''' disable-forwarding '''
****: Disable IPv6 forwarding on this interface only
**** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  ipv6 ''' dup-addr-detect-transmits '''
****: Number of NS messages to send while performing DAD
**** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  ipv6 ''' enable '''
****: Enable IPv6 address negotiation on the link
**** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  ipv6 ''' ospfv3 '''
****: IPv6 Open Shortest Path First (OSPFv3)
**** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  ipv6 ''' ripng '''
****: Routing Information Protocol (RIPng)
**** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  ipv6 ''' router-advert '''
****: Configure parameters for sending Router Advertisements (RAs)
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' local-address [[パラメーター > IPv4 アドレス|{x.x.x.x}]] '''</code>
***: IPv4 address of the local end of the PPPOE link
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' mtu {68-1500} '''</code>
***: Maximum Transmission Unit (MTU)
*** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' name-server '''
***: Enable/disable use of name server entries from peer
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  name-server ''' auto '''</code>
****: Use name server entries provided by peer
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  name-server ''' none '''</code>
****: Do not use name server entries provided by peer
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' password [[パラメーター > PPPoE ログインパスワード|{PPPoE ログインパスワード}]] '''</code>
***: Password for authenticating local machine to PPPOE server
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' redirect [[パラメーター > interface|{interface}]] '''</code>
***: Incoming packet redirection destination
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' remote-address [[パラメーター > IPv4 アドレス|{x.x.x.x}]] '''</code>
***: IPv4 address of the remote end of the PPPOE link
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' service-name [[パラメーター > PPPoE Service 名|{PPPoE Service 名}]] '''</code>
***: Service name (only connect to access concentrators advertising this)
*** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' traffic-policy '''
***: Traffic-policy for interface
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  traffic-policy ''' in [[パラメーター > traffic-policy エントリ名|{traffic-policy エントリ名}]] '''</code>
****: Ingress traffic policy for interface
**** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]]  traffic-policy ''' out [[パラメーター > traffic-policy エントリ名|{traffic-policy エントリ名}]] '''</code>
****: Egress traffic policy for interface
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  pppoe [[パラメーター > PPPoE エントリ番号|{PPPoE エントリ番号 (0-15)}]] ''' user-id [[パラメーター > PPPoE ログインユーザー名|{PPPoE ログインユーザー名}]] '''</code>
***: Name for authenticating local machine to PPPOE server
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' redirect '''
**: Incoming packet redirection destination
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' speed '''
**: Link speed
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  speed ''' auto '''</code>
***: Auto negotiation (default)
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  speed ''' 10 '''</code>
***: 10 Mbit/sec
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  speed ''' 100 '''</code>
***: 100 Mbit/sec
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' traffic-policy '''
**: Traffic-policy for interface
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  traffic-policy ''' in [[パラメーター > traffic-policy エントリ名|{traffic-policy エントリ名}]] '''</code>
***: Ingress traffic policy for interface
*** <code>set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]]  traffic-policy ''' out [[パラメーター > traffic-policy エントリ名|{traffic-policy エントリ名}]] '''</code>
***: Egress traffic policy for interface
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' vif '''
**: Virtual Local Area Network (VLAN) ID
** set interfaces  ethernet [[パラメーター > interface|{interface/ethernet}]] ''' vrrp '''
**: Virtual Router Redundancy Protocol (VRRP)
=== interfaces input ===
=== interfaces input ===
=== interfaces l2tpv3 ===
=== interfaces l2tpv3 ===

2015年11月20日 (金) 18:01時点における版

このページの概要

当ページでは、Configure モード 設定編集系 コマンドで、interfaces を利用する方法をご紹介します。


解説

interfaces は、設定要素の一つであり、設定編集系のコマンド と共に用います。

のように用います。


interfacesのパラメーター

index



interfaces bonding

interfaces bridge

interfaces ethernet

interfaces input

interfaces l2tpv3

interfaces loopback

interfaces openvpn

interfaces pptp-client

interfaces pseudo-ethernet

interfaces switch

interfaces tunnel

interfaces vti

interfaces wirelessmodem

関連項目



凡例

「★」は、不明であることを表しています。

注意事項

動作の確認は、EdgeRouter X : ER-X にて行っています。 他のモデルでは、一部動作が異なる可能性があります。