Skip to content

Latest commit

 

History

History
105 lines (70 loc) · 1.76 KB

config.md

File metadata and controls

105 lines (70 loc) · 1.76 KB

Configure


        arp                     
        banner [login | motd]   
        bridge                  
        dhcp
        interface <ifName>      
        interface <vlan-id>     
        ip nat                  
        ip route
        ipv6 route
        rename                  
        vlan                    
        vlanDB                             
        wireless [cell | wifi]  

ARP

arp 

Configures the Address Resolution Protocol (ARP) settings, allowing for the manipulation of ARP configurations.

Banner

banner [login | motd] 

Configures banners to be displayed during login or Message of the Day (MOTD) on the router.

DHCP

dhcp

Configures Dynamic Host Configuration Protocol (DHCP) settings, allowing for the configuration of DHCP parameters.

Interface

interface <ifName> 

Configures settings for a specific network interface identified by its name.

interface <vlan-id> 

Configures settings for a VLAN (Virtual Local Area Network) identified by its VLAN ID.

IP

ip route

Configures IPv4 routing settings, allowing for the addition of static routes.

IP6

ipv6 route

Configures IPv6 routing settings, allowing for the addition of static routes for IPv6.

Rename

rename 

Renames a specific network interface.

Vlan

vlan 

Configures VLAN (Virtual Local Area Network) settings, allowing for the creation and management of VLANs.

Vlan Database

vlanDB 

Configures the VLAN database, allowing for the manipulation of VLAN configurations.

Wireless

wireless [cell | wifi]

Configures wireless settings, allowing for the configuration of wireless interfaces, cells, and Wi-Fi parameters.