mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-10-31 15:11:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			369 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			369 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ! -*- zebra -*-
 | |
| !
 | |
| ! zebra sample configuration file
 | |
| !
 | |
| ! $Id: zebra.conf.sample,v 1.1 2002/12/13 20:15:30 paul Exp $
 | |
| !
 | |
| hostname Router
 | |
| password zebra
 | |
| enable password zebra
 | |
| !
 | |
| ! Interface's description. 
 | |
| !
 | |
| !interface lo
 | |
| ! description test of desc.
 | |
| !
 | |
| !interface sit0
 | |
| ! multicast
 | |
| 
 | |
| !
 | |
| ! Static default route sample.
 | |
| !
 | |
| !ip route 0.0.0.0/0 203.181.89.241
 | |
| !
 | |
| 
 | |
| !log file zebra.log
 | 
