Difference between revisions of "Vyatta"

Jump to navigation Jump to search
380 bytes added ,  11:23, 7 December 2009
m
→‎Basic Commands: Added some basic commands
m (→‎Firewall: Added firewall example)
m (→‎Basic Commands: Added some basic commands)
Line 39: Line 39:
=== Basic Commands ===
=== Basic Commands ===
In similar fashion to Cisco IOS, configuration has to be entered in config mode, and the configuration can only be viewed in Operator mode.
In similar fashion to Cisco IOS, configuration has to be entered in config mode, and the configuration can only be viewed in Operator mode.
{| cellpadding="4" cellspacing="0" border="1"
|-
! Command !! Description
|-
| <code>configure</code>      || Enter configuration mode
|-
| <code>commit</code>        || Apply changes made since last commit
|-
| <code>save</code>          || Save changes since last save (otherwise lost at reboot)
|-
| <code>discard</code>        || Discard changes made since last commit
|}
=== Firewall ===
=== Firewall ===
If an interface has no firewall config, then it passes all traffic.  Once any firewall config is applied then that interface acts as a firewall.
If an interface has no firewall config, then it passes all traffic.  Once any firewall config is applied then that interface acts as a firewall.

Navigation menu